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

/openbsd-current/usr.bin/rpcgen/
H A Drpc_scan.h59 TOK_COLON, enumerator in enum:tok_kind
H A Drpc_scan.c209 tokp->kind = TOK_COLON;
H A Drpc_parse.c311 scan(TOK_COLON, &tok);
322 scan(TOK_COLON, &tok);
341 scan(TOK_COLON, &tok);
H A Drpc_util.c360 {TOK_COLON, ":"},
/openbsd-current/usr.bin/fgen/
H A Dfgen.h86 TOK_COLON, enumerator in enum:toktypes
H A Dfgen.l169 ":" { ltoken.type = TOK_COLON; ltoken.text = yytext;
1248 case TOK_COLON:
1249 STATE(token->text, "TOK_COLON:");

Completed in 133 milliseconds