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

/ast/src/lib/libexpr/
H A DMakefile40 YACC.BOTCH.PATTERN = ',[0-9][0-9][0-9][0-9][0-9]*,'
42 YACC.BOTCH.FIX : .VIRTUAL .FORCE .AFTER
43 if $(GREP) -c $(YACC.BOTCH.PATTERN) $(<<:N=*.c) >/dev/null
44 then : $(YACC) is botched : yyact indices are bogus :
56 %.c %.h : %.y YACC.BOTCH.FIX
/ast/src/lib/libpp/
H A Dppproto.c163 #undef YACC macro
164 #define YACC (1L<<29) macro
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;
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk492 YACC = $(BISON) macro
495 YACC = yacc macro
519 (YACC) (YACCFLAGS) : .PARAMETER
1029 .LEX.SEMAPHORE .YACC.SEMAPHORE : .SEMAPHORE
1179 %.c %.h : %.y .YACC.SEMAPHORE (YACC) (YACCFLAGS)
1180 if silent $(YACC) --version >/dev/null 2>&1
1181 then $(YACC) $(YACCFLAGS) -o$(<:N=*.c) $(YACCFIX.$(%):?-p$(YACCFIX.$(%))??) $(>)
1182 else $(YACC) $(YACCFLAGS) $(>)$(YACCFIX.$(%):?$("\n")$(STDED) $(STDEDFLAGS) y.tab.c <<!$("\n")g/yytoken/s//yy_token/g$("\n")g/[yY][yY]/s//<<<<&>>>>/g$("\n")g/<<<<yy>>>>/s//$(YACCFIX.$(%))/g$("\n")g/<<<<YY>>>>/s//$(YACCFIX.$(%):F=%(invert)s)/g$("\n")w$("\n")q$("\n")!??)$(YACCHDR.$(%):?$("\n")$(STDED) $(STDEDFLAGS) y.tab.c <<!$("\n")1i$("\n")#include "$(YACCHDR.$(%))"$("\n").$("\n")g/extern.*malloc/d$("\n")w$("\n")q$("\n")!??)
3715 echo "/* : : fallback $(<<:N=*.c:B:S=.c) generated by $(YACC)
5211 YACC = ${YACC} macro
[all...]

Completed in 40 milliseconds