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

/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c155 #undef YACC macro
156 #define YACC (1L<<29) macro
2068 if ((flags & YACC) && c == '%' && *ip == '{') t = 0;
2275 proto->flags |= YACC;
2317 if (!(proto->flags & YACC) && file && (m = strlen(file)) > 2 && file[--m] == 'y' && file[--m] == '.')
2318 proto->flags |= YACC;
2357 if (!(flags & PROTO_CLASSIC) && !(proto->flags & YACC))
2411 if (proto->flags & YACC)
2473 if (proto->flags & YACC)
2497 if (proto->flags & YACC2) proto->flags &= ~YACC;
[all...]

Completed in 62 milliseconds