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

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_scan.h61 TOK_SEMICOLON, enumerator in enum:tok_kind
H A Drpc_parse.c108 scan(TOK_SEMICOLON, &tok);
141 scan(TOK_SEMICOLON, &tok);
222 scan(TOK_SEMICOLON, &tok);
243 scan(TOK_SEMICOLON, &tok);
342 scan(TOK_SEMICOLON, &tok);
352 scan(TOK_SEMICOLON, &tok);
H A Drpc_scan.c226 tokp->kind = TOK_SEMICOLON;
H A Drpc_util.c381 {TOK_SEMICOLON, ";"},
/netbsd-6-1-5-RELEASE/usr.bin/fgen/
H A Dfgen.h86 TOK_SEMICOLON, enumerator in enum:toktypes
H A Dfgen.l152 ";" { ltoken.type = TOK_SEMICOLON; ltoken.text = yytext;
1267 case TOK_SEMICOLON:
1268 STATE(token->text, "TOK_SEMICOLON:");

Completed in 113 milliseconds