Lines Matching defs:token
177 /* Variables for tag and token parsing. */
179 int token; /* Loop counter for the eight tokens in tag. */
327 /* Get the next tag and advance to first token. */
331 for (token = 0; token < 8; token++, tag >>= 1) {
340 /* Determine token type and parse appropriately.*/
343 * We have a symbol token, copy the symbol across, and
349 /* Continue with the next token. */
354 * We have a phrase token. Make sure it is not the first tag in
371 /* Get the phrase token into i. */
415 /* Advance source position and continue with the next token. */