Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_scan.h72 TOK_LPAREN, enumerator
H A Drpc_parse.c165 scan(TOK_LPAREN, &tok); in def_program()
289 scan(TOK_LPAREN, &tok); in def_union()
H A Drpc_scan.c241 tokp->kind = TOK_LPAREN; in get_token()
H A Drpc_util.c328 {TOK_LPAREN, "("},
/freebsd/contrib/bmake/
H A Dcond.c126 TOK_LPAREN, TOK_RPAREN, TOK_EOF, TOK_NONE, TOK_ERROR enumerator
761 return TOK_LPAREN; in CondParser_Token()
845 if (t == TOK_LPAREN) { in CondParser_Term()
/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c1057 TOK_LPAREN = 1, enumerator
1163 {"(", TOK_LPAREN},
1296 P(TOK_LPAREN) in token_type2s()
1542 if (tok[1].type == TOK_LPAREN) { in parse_topology()