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

/openbsd-current/usr.bin/awk/
H A Dmaketab.c123 enum { TOK_UNKNOWN, TOK_ENUM, TOK_DEFINE } tokentype = TOK_UNKNOWN; enumerator in enum:__anon12
141 if (tokentype != TOK_ENUM) {
155 tokentype = TOK_ENUM;
/openbsd-current/usr.bin/rpcgen/
H A Drpc_scan.h67 TOK_ENUM, enumerator in enum:tok_kind
H A Drpc_parse.c81 case TOK_ENUM:
557 case TOK_ENUM:
H A Drpc_util.c367 {TOK_ENUM, "enum"},

Completed in 119 milliseconds