Home
last modified time | relevance | path

Searched refs:LPAREN (Results 1 – 5 of 5) sorted by last modified time

/dragonfly/usr.bin/m4/
H A Dmain.c376 if (p == NULL || (l != LPAREN && in macro()
396 if (l != LPAREN && PARLEV == 0) { in macro()
430 case LPAREN: in macro()
H A Dmdef.h96 #define LPAREN '(' macro
H A Dtrace.c162 delim[0] = LPAREN; in trace()
/dragonfly/contrib/grep/lib/
H A Ddfa.c262 LPAREN, /* LPAREN never appears in the parse tree, enumerator
682 case LPAREN: in prtok()
1245 || dfa->lex.lasttok == END || dfa->lex.lasttok == LPAREN in lex()
1428 return dfa->lex.lasttok = LPAREN; in lex()
1867 else if (dfa->parse.tok == LPAREN) in atom()
4084 case LPAREN: in dfamust()
/dragonfly/bin/test/
H A Dtest.c117 LPAREN = PAREN + 1, enumerator
131 {"(", LPAREN},
288 if (n == LPAREN) { in primary()
474 (num == LPAREN && islparenoperand()) || in t_lex()