Home
last modified time | relevance | path

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

/openbsd/usr.bin/rpcgen/
H A Drpc_scan.h59 TOK_COLON, enumerator
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, ":"},
H A Drpc_scan.c209 tokp->kind = TOK_COLON;
/openbsd/usr.bin/fgen/
H A Dfgen.h86 TOK_COLON, enumerator
H A Dfgen.l169 ":" { ltoken.type = TOK_COLON; ltoken.text = yytext;
1248 case TOK_COLON: