Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/rpcgen/
HDrpc_scan.h76 TOK_LPAREN, enumerator
HDrpc_parse.c173 scan(TOK_LPAREN, &tok); in def_program()
297 scan(TOK_LPAREN, &tok); in def_union()
HDrpc_scan.c249 tokp->kind = TOK_LPAREN; in get_token()
HDrpc_util.c336 {TOK_LPAREN, "("},
/freebsd-13-stable/contrib/bmake/
HDcond.c131 TOK_LPAREN, TOK_RPAREN, TOK_EOF, TOK_NONE, TOK_ERROR enumerator
821 return TOK_LPAREN; in CondParser_Token()
906 if (t == TOK_LPAREN) { in CondParser_Term()
/freebsd-13-stable/sys/dev/ocs_fc/
HDocs_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()