Searched refs:OLD (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/re/
H A Dtestoldmatch.c24 #define OLD 1 macro
H A Dtestmatch.c27 #if OLD
79 #if OLD
810 #if OLD
1053 #if OLD
1142 #if OLD
/ast/src/cmd/pax/
H A Dpax-tar.c31 #define OLD 2 macro
222 case OLD:
249 case OLD:
587 if (ap->format->variant != OLD)
605 if (ap->format->variant != OLD && *tar->header.prefix)
706 if (ap->format->variant != OLD)
796 case OLD:
834 switch (ap->format->variant == OLD ? X_IFREG : f->type)
884 if (ap->format->variant != OLD)
999 OLD,
[all...]
/ast/src/cmd/msgcc/
H A Dmsgcc.sh353 then print -r -u2 -- $__num__ OLD '"'"${__text__[$__num__]}"'"'
/ast/src/cmd/builtin/
H A Dod.c143 #define OLD (1<<1) macro
1475 state.style |= OLD;
1559 if (strmatch(s, e) && (state.style == OLD || *s == '+'))
/ast/src/cmd/nmake/
H A DMakerules.mk1352 .DO.INSTALL.OLD.BUSY = { test -f $(%) && ignore $(RM) $(RMFLAGS) $(%).old* && $(MV) $(MVFLAGS) $(%) `echo $(%).old* | $(SED) -e 's/.* //' -e 's/old\(z*\)$/old\1z/' -e 's/\*$//'`; }
1354 .DO.INSTALL.OLD. : .FUNCTION
1358 return { $(RM) $(RMFLAGS) $(%) || $(.DO.INSTALL.OLD.BUSY); }
1360 return { $(MV) $(MVFLAGS) $(%) $(%).old || $(.DO.INSTALL.OLD.BUSY); }
1372 then $(.DO.INSTALL.OLD. $(<))
1389 .DO.LINK.OLD. : .FUNCTION
1398 then $(.DO.LINK.OLD. $(<))

Completed in 57 milliseconds