Searched refs:tokenix (Results 1 – 1 of 1) sorted by relevance
51 int tokenix; variable446 tokenix += 2; in main()448 if (tokenix < ntokens) in main()561 ntokens = tokenix = 0; in parse()597 if (tokens[tokenix].type) { in process()600 tokens[tokenix].type); in process()604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0) in process()610 tokens[tokenix].name); in process()615 fprintf (errfp, "No function for directive \"%s\"\n", tokens[tokenix].name); in process()620 ++tokenix; in process()[all …]