Searched defs:YACC2 (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libpp/
H A Dppproto.c167 #undef YACC2 macro
168 #define YACC2 (1L<<31) macro
2555 if (proto->flags & YACC2) proto->flags &= ~YACC;
2556 else proto->flags |= YACC2;
2568 if (proto->flags & YACC2) proto->flags &= ~YACC;
2569 else proto->flags |= YACC2;

Completed in 12 milliseconds