Home
last modified time | relevance | path

Searched refs:inquotes (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c6804 int inquotes; in argstr() local
6810 inquotes = 0; in argstr()
6847 if (breakall && !inquotes && newloc > startloc) { in argstr()
6874 if (!inquotes && !memcmp(p, dolatstr + 1, DOLATSTRLEN - 1)) { in argstr()
6878 inquotes ^= EXP_QUOTED; in argstr()
6892 p = evalvar(p, flag | inquotes); in argstr()
6900 expbackq(argbackq->n, flag | inquotes IF_BASH_PROCESS_SUBST(, c)); in argstr()
6904 p = expari(p, flag | inquotes); in argstr()