Searched refs:TOK_UNKNOWN (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/historical/nawk/dist/
H A Dmaketab.c126 enum { TOK_UNKNOWN, TOK_ENUM, TOK_DEFINE } tokentype = TOK_UNKNOWN; enumerator in enum:__anon2
149 } else if (tokentype != TOK_UNKNOWN) {
161 tokentype = TOK_UNKNOWN;
165 tokentype = TOK_UNKNOWN;

Completed in 109 milliseconds