Home
last modified time | relevance | path

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

/external/one-true-awk/
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()
/external/python/cffi/c/
Dparse_c_type.c31 TOK_ENUM, enumerator
172 if (tok->size == 4 && !memcmp(p, "enum", 4)) tok->kind = TOK_ENUM; in next_token()
674 case TOK_ENUM: in parse_complete()
781 case TOK_ENUM: in parse_complete()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout1393 ,TOK_ENUM
6777 case TOK_ENUM: