Searched refs:TOK_CASE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 305 scan(TOK_CASE, &tok); in def_union() 306 while (tok.kind == TOK_CASE) { in def_union() 312 if (peekscan(TOK_CASE, &tok)){ in def_union() 322 } while (peekscan(TOK_CASE, &tok)); in def_union() 332 scan3(TOK_CASE, TOK_DEFAULT, TOK_RBRACE, &tok); in def_union()
|
| H A D | rpc_scan.h | 94 TOK_CASE, enumerator
|
| H A D | rpc_scan.c | 393 {TOK_CASE, "case"},
|
| H A D | rpc_util.c | 351 {TOK_CASE, "case"},
|