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

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_scan.h77 TOK_LPAREN, enumerator in enum:tok_kind
H A Drpc_scan.c251 tokp->kind = TOK_LPAREN;
H A Drpc_parse.c175 scan(TOK_LPAREN, &tok);
299 scan(TOK_LPAREN, &tok);
H A Drpc_util.c338 {TOK_LPAREN, "("},
/freebsd-12-stable/contrib/bmake/
H A Dcond.c129 * TOK_NOT for '!', TOK_LPAREN for '(', TOK_RPAREN for ')' and will evaluate
141 TOK_LPAREN, TOK_RPAREN, TOK_EOF, TOK_NONE, TOK_ERROR enumerator in enum:__anon918
968 return TOK_LPAREN;
1036 } else if (t == TOK_LPAREN) {
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c1055 TOK_LPAREN = 1, enumerator in enum:__anon14822
1161 {"(", TOK_LPAREN},
1294 P(TOK_LPAREN)
1542 if (tok[1].type == TOK_LPAREN) {

Completed in 104 milliseconds