Home
last modified time | relevance | path

Searched refs:TOK_CASE (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/usr.bin/rpcgen/
Drpc_parse.c310 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()
Drpc_scan.h66 TOK_CASE, enumerator
Drpc_scan.c383 {TOK_CASE, "case"},
Drpc_util.c353 {TOK_CASE, "case"},
/netbsd/src/usr.bin/fgen/
Dfgen.h97 TOK_CASE, enumerator
Dfgen.l176 [cC][aA][sS][eE] { ltoken.type = TOK_CASE; ltoken.text = yytext;
1373 case TOK_CASE:
/netbsd/src/external/bsd/flex/dist/doc/
Dflex.texi3205 "case" return TOK_CASE;
Dflex.info-12504 "case" return TOK_CASE;