Searched refs:tokptr (Results 1 – 2 of 2) sorted by relevance
91 static char *tokens[NTOKENS], **tokptr; variable328 tokptr = tokens; in tokenize()330 *tokptr++ = tok; in tokenize()331 if (tokptr - tokens >= NTOKENS) in tokenize()334 *tokptr = NULL; in tokenize()
83 static char *tokens[NTOKENS], **tokptr; variable304 tokptr = tokens; in tokenize()306 *tokptr++ = tok; in tokenize()307 if (tokptr - tokens >= NTOKENS) in tokenize()310 *tokptr = NULL; in tokenize()