Lines Matching refs:tokidx
49 static int tokidx;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 = 0;634 tokidx = 0;703 if (tokidx) {745 if (strchr(" \t\n;()<>,\"", c) && (tokidx != 0)) {