Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c4830 static char *cmdnextc; variable
4850 nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc); in cmdputs()
4942 cmdnextc = nextc; in cmdputs()
5120 STARTSTACKSTR(cmdnextc); in commandtext()
5123 TRACE(("commandtext: name %p, end %p\n", name, cmdnextc)); in commandtext()