Lines Matching refs:YACC
163 #undef YACC
164 #define YACC (1L<<29)
2098 if ((flags & YACC) && c == '%' && *ip == '{')
2333 proto->flags |= YACC;
2375 if (!(proto->flags & YACC) && file && (m = strlen(file)) > 2 && file[--m] == 'y' && file[--m] == '.')
2376 proto->flags |= YACC;
2415 if (!(flags & PROTO_CLASSIC) && !(proto->flags & YACC))
2469 if (proto->flags & YACC)
2531 if (proto->flags & YACC)
2555 if (proto->flags & YACC2) proto->flags &= ~YACC;
2559 if (proto->flags & YACC)
2568 if (proto->flags & YACC2) proto->flags &= ~YACC;