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

/netbsd-current/usr.bin/rpcgen/
H A Drpc_scan.h61 TOK_SEMICOLON, enumerator in enum:tok_kind
H A Drpc_parse.c108 scan(TOK_SEMICOLON, &tok);
139 scan(TOK_SEMICOLON, &tok);
219 scan(TOK_SEMICOLON, &tok);
240 scan(TOK_SEMICOLON, &tok);
336 scan(TOK_SEMICOLON, &tok);
346 scan(TOK_SEMICOLON, &tok);
H A Drpc_scan.c212 tokp->kind = TOK_SEMICOLON;
H A Drpc_util.c349 {TOK_SEMICOLON, ";"},
/netbsd-current/usr.bin/fgen/
H A Dfgen.h86 TOK_SEMICOLON, enumerator in enum:toktypes
H A Dfgen.l152 ";" { ltoken.type = TOK_SEMICOLON; ltoken.text = yytext;
1265 case TOK_SEMICOLON:
1266 STATE(token->text, "TOK_SEMICOLON:");

Completed in 258 milliseconds