Searched refs:TOK_CASE (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/usr.bin/rpcgen/ |
| D | rpc_parse.c | 310 scan(TOK_CASE, &tok); in def_union() 311 while (tok.kind == TOK_CASE) { in def_union() 317 if (peekscan(TOK_CASE, &tok)) { in def_union() 329 } while (peekscan(TOK_CASE, &tok)); in def_union() 338 scan3(TOK_CASE, TOK_DEFAULT, TOK_RBRACE, &tok); in def_union()
|
| D | rpc_scan.h | 66 TOK_CASE, enumerator
|
| D | rpc_scan.c | 383 {TOK_CASE, "case"},
|
| D | rpc_util.c | 353 {TOK_CASE, "case"},
|
| /netbsd/src/usr.bin/fgen/ |
| D | fgen.h | 97 TOK_CASE, enumerator
|
| D | fgen.l | 176 [cC][aA][sS][eE] { ltoken.type = TOK_CASE; ltoken.text = yytext; 1373 case TOK_CASE:
|
| /netbsd/src/external/bsd/flex/dist/doc/ |
| D | flex.texi | 3205 "case" return TOK_CASE;
|
| D | flex.info-1 | 2504 "case" return TOK_CASE;
|