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

/osnet-11/usr/src/lib/libsec/
H A DMakefile.com67 $(YACC) $(YFLAGS) $(SRCDIR)/acl.y
/osnet-11/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...]
/osnet-11/usr/src/lib/libdtrace/
H A DMakefile.com151 $(YACC) $(YFLAGS) $(SRCDIR)/dt_grammar.y
/osnet-11/usr/src/grub/grub2/
H A Dconfigure1276 YACC
1385 YACC
2067 YACC The `Yet Another C Compiler' implementation to use. Defaults to
2069 YFLAGS The list of arguments that will be passed by default to $YACC.
3434 if test -n "$YACC"; then
3435 ac_cv_prog_YACC="$YACC" # Let the user override the test.
3454 YACC=$ac_cv_prog_YACC
3455 if test -n "$YACC"; then
3456 { $as_echo "$as_me:$LINENO: result: $YACC" >&5
3457 $as_echo "$YACC" >
[all...]

Completed in 55 milliseconds