Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c6840 int newloc; in argstr() local
6846 newloc = q - (char *)stackblock() - end; in argstr()
6847 if (breakall && !inquotes && newloc > startloc) { in argstr()
6848 recordregion(startloc, newloc, 0); in argstr()
6850 startloc = newloc; in argstr()