Home
last modified time | relevance | path

Searched refs:TOK_SEMICOLON (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c108 scan(TOK_SEMICOLON, &tok); in get_definition()
139 scan(TOK_SEMICOLON, &tok); in def_struct()
219 scan(TOK_SEMICOLON, &tok); in def_program()
240 scan(TOK_SEMICOLON, &tok); in def_program()
336 scan(TOK_SEMICOLON, &tok); in def_union()
346 scan(TOK_SEMICOLON, &tok); in def_union()
H A Drpc_scan.h61 TOK_SEMICOLON, enumerator
H A Drpc_scan.c212 tokp->kind = TOK_SEMICOLON; in get_token()
H A Drpc_util.c349 {TOK_SEMICOLON, ";"},
/netbsd-src/usr.bin/fgen/
H A Dfgen.h86 TOK_SEMICOLON, enumerator
H A Dfgen.l152 ";" { ltoken.type = TOK_SEMICOLON; ltoken.text = yytext;
1265 case TOK_SEMICOLON: