Searched refs:TOK_SEMICOLON (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 108 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 D | rpc_scan.h | 61 TOK_SEMICOLON, enumerator
|
| H A D | rpc_scan.c | 212 tokp->kind = TOK_SEMICOLON; in get_token()
|
| H A D | rpc_util.c | 349 {TOK_SEMICOLON, ";"},
|
| /netbsd-src/usr.bin/fgen/ |
| H A D | fgen.h | 86 TOK_SEMICOLON, enumerator
|
| H A D | fgen.l | 152 ";" { ltoken.type = TOK_SEMICOLON; ltoken.text = yytext; 1265 case TOK_SEMICOLON:
|