Searched refs:parsenextc (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c8478 static char *parsenextc; /* copy of parsefile->nextc */ variable
8494 if (parsenextc[-1] == ' ' || parsenextc[-1] == '\t') {
8506 parsenextc = sp->prevstring;
8508 /*dprintf("*** calling popstring: restoring to '%s'\n", parsenextc);*/
8520 parsenextc = buf;
8584 parsenextc[-1] != ' ' && parsenextc[-1] != '\t') {
8590 return signed_char2int(*parsenextc++);
8606 q = parsenextc;
[all...]

Completed in 107 milliseconds