Searched refs:L_BRAC (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/byacc/
H A Dreader.c16 #define L_BRAC '[' macro
2508 trialaction = (*cptr == L_BRAC);
2744 if (trialaction && c == L_BRAC && depth == 0)
2755 if (c == L_BRAC && !haveyyval)
2794 case L_BRAC:
2816 if (c == L_BRAC && !haveyyval)
3222 else if (c == L_CURL || c == '=' || (backtrack && c == L_BRAC))

Completed in 124 milliseconds