Searched refs:REGRESS (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | regress.h | 43 #define REGRESS(r,i,f) do { if (sh_isregress(REGRESS_##r)) sh_regress(REGRESS_##r, i, sfprints f, __LINE__, __FILE__); } while (0) macro 62 #define REGRESS(r,i,f) macro
|
/ast/src/cmd/ksh93/bltins/ |
H A D | regress.c | 42 #define REGRESS_HEADER "ksh:REGRESS:" 242 REGRESS(p_suid, "SHOPT_P_SUID", ("%d", intercept_p_suid)); 254 REGRESS(etc, "sh_open", ("%s => %s%s", path, intercept_etc, path+4));
|
/ast/src/cmd/INIT/ |
H A D | TEST.mk | 14 * $(REGRESS) $(REGRESSFLAGS) xxx.tst 15 * $(REGRESS) $(REGRESSFLAGS) yyy.tst 19 * $(REGRESS) $(REGRESSFLAGS) xxx.tst yyy ... 46 $$(REGRESS) $$(REGRESSFLAGS) $$(*) $(>:V:O>1) 124 $(REGRESS) $(REGRESSFLAGS) $(*:N=*.tst) $(*:N!=*.tst) 157 $(REGRESS) $(REGRESSFLAGS) $(*)
|
H A D | regress.sh | 266 then base=${REGRESS##*/} 1386 then REGRESS=$UNIT 1387 else REGRESS=${UNIT%.tst} 1388 REGRESS=$REGRESS.tst 1389 [[ -f $REGRESS ]] || FATAL $REGRESS: regression tests not found 1401 if [[ $REGRESS == */* ]] 1402 then PREFIX=${REGRESS%/*} 1461 . $REGRESS [all...] |
/ast/src/cmd/3d/ |
H A D | Makefile | 101 $(BINDIR)/3d $(SHELL) $(REGRESS) $(REGRESSFLAGS) $(*)
|
/ast/src/cmd/ksh93/sh/ |
H A D | main.c | 102 REGRESS(source, "sh_source", ("%s:ENOENT", file)); 108 REGRESS(source, "sh_source", ("%s", file));
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 470 REGRESS = regress macro
|
Completed in 35 milliseconds