Searched refs:NTOKENS (Results 1 – 4 of 4) sorted by relevance
90 #define NTOKENS 16 macro91 static char *tokens[NTOKENS], **tokptr;331 if (tokptr - tokens >= NTOKENS) in tokenize()351 for (line = tokens; (line - tokens) < NTOKENS && *line; line++) { in nameparse()
82 #define NTOKENS 16 macro83 static char *tokens[NTOKENS], **tokptr;307 if (tokptr - tokens >= NTOKENS) in tokenize()327 for (line = tokens; (line - tokens) < NTOKENS && *line; line++) { in nameparse()
54 #define NTOKENS (MAXTOKEN - 1 + 2 + 1) /* two duplicates and null, minus id */ macro64 } toktab[NTOKENS];
72 #define NTOKENS (MAXTOKEN - 1 + 2 + 1) /* two duplicates and null, minus id */ macro79 } toktab[NTOKENS];