Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_parse.c303 scan(TOK_CASE, &tok); in def_union()
304 while (tok.kind == TOK_CASE) { in def_union()
310 if (peekscan(TOK_CASE, &tok)){ in def_union()
320 } while (peekscan(TOK_CASE, &tok)); in def_union()
330 scan3(TOK_CASE, TOK_DEFAULT, TOK_RBRACE, &tok); in def_union()
H A Drpc_scan.h93 TOK_CASE, enumerator
H A Drpc_util.c349 {TOK_CASE, "case"},
H A Drpc_scan.c391 {TOK_CASE, "case"},