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

/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c130 static char *nextstring; /* pointer into string table */ variable
316 nextstring = capbuffer;
320 strval[uselevel][i] = otgetstr(strcodes[i], &nextstring);
366 ostrval[uselevel][i] = otgetstr(ostrcodes[i], &nextstring);
596 strval[uselevel][i] = nextstring;
598 *nextstring++ = *newvalue++;
599 *nextstring++ = '\0';
1052 char *from, *to = nextstring;
1226 nextstring = to;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y724 | YY_STR nextstring YY_STR
736 nextstring: label

Completed in 51 milliseconds