HomeSort by: relevance | last modified time | path
    Searched refs:TOK_COLON (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_scan.h 60 TOK_COLON,
rpc_scan.c 208 tokp->kind = TOK_COLON;
rpc_parse.c 315 scan(TOK_COLON, &tok);
327 scan(TOK_COLON, &tok);
342 scan(TOK_COLON, &tok);
rpc_util.c 348 {TOK_COLON, ":"},
  /src/usr.bin/fgen/
fgen.h 85 TOK_COLON,
fgen.l 149 ":" { ltoken.type = TOK_COLON; ltoken.text = yytext;
1228 case TOK_COLON:
1229 STATE(token->text, "TOK_COLON:");

Completed in 13 milliseconds