Lines Matching refs:tokidx
48 static int tokidx;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 = 0;471 tokidx = 0;544 if (tokidx) {586 if (strchr(" \t\n;()<>,\"", c) && (tokidx != 0)) {