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

/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c48 static int tokidx; variable
118 tokidx = 0;
234 if ((tokidx + 1) >= toksz) {
238 tokidx = 0;
244 token[tokidx++] = (char)c;
245 token[tokidx] = 0;
370 tokidx = 0;
394 tokidx = 0;
408 int len = tokidx;
411 tokidx
[all...]
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c49 static int tokidx; variable
221 tokidx = 0;
336 if ((tokidx + 1) >= toksz) {
340 tokidx = 0;
346 token[tokidx++] = (char)c;
347 token[tokidx] = 0;
518 tokidx = 0;
554 tokidx = 0;
573 int len = tokidx;
576 tokidx
[all...]

Completed in 45 milliseconds