Home
last modified time | relevance | path

Searched refs:TOK_ENUM (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/awk/
H A Dmaketab.c121 enum { TOK_UNKNOWN, TOK_ENUM, TOK_DEFINE } tokentype = TOK_UNKNOWN; in main() enumerator
139 if (tokentype != TOK_ENUM) { in main()
153 tokentype = TOK_ENUM; in main()
/dragonfly/usr.bin/rpcgen/
H A Drpc_scan.h96 TOK_ENUM, enumerator
H A Drpc_parse.c79 case TOK_ENUM: in get_definition()
539 case TOK_ENUM: in get_type()
H A Drpc_scan.c389 {TOK_ENUM, "enum"},
H A Drpc_util.c334 {TOK_ENUM, "enum"},