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

/ast/src/cmd/INIT/
H A Dmktest.sh77 [+KEEP \apattern\a ...?File match patterns of files to retain
112 typeset IO INPUT INPUT_N OUTPUT OUTPUT_N ERROR ERROR_N KEEP
490 if [[ $f != $KEEP ]]
502 function KEEP function
506 do if [[ $KEEP ]]
507 then KEEP=$KEEP'|'
509 KEEP=$KEEP$p
H A Dregress.sh143 [+KEEP \b\apattern\a ...?The temporary directory is cleared for
230 case $KEEP in
235 !($KEEP)) j="$j $i" ;;
964 function KEEP # pattern ... function
968 do case $KEEP in
969 "") KEEP="$i" ;;
970 *) KEEP="$KEEP|$i" ;;
1331 typeset IGNORE INPUT KEEP OUTPUT TEST SOURCE MOVE NOTE UMASK UMASK_ORIG
/ast/src/cmd/nmake/
H A Dconvert.c39 #define KEEP ((char*)sfstdout) macro
263 val = KEEP;
338 else val = KEEP;
413 if (dir != KEEP)
433 if (bas != KEEP)
459 if (suf != KEEP)
504 if (val == DELETE || val == KEEP)
H A DMakerules.mk1035 .LD.KEEP. = $(CC.SUFFIX.LD) $(-ld-script)
1036 .ARCHIVE.OMIT. = $(CC.LD.STATIC)|$(CC.LD.DYNAMIC)$(.LD.KEEP.:/^/|*/:/ //G)
1653 T0 := $(.LD.KEEP.:/^/%/)
2568 $(D) $(S) $(G:+- $(G)) : .JOINT $(<:/DEF.//) $(*$(A):N=*@($(.LD.KEEP.:/ /|/G:/|$//))) $(A) $(Z)
2590 K := *@($(.LD.KEEP.:/ /|/G:/|$//))
H A Dmake.h159 #define KEEP ((char*)1) /* keep path component in edit() */ macro
/ast/src/cmd/html/
H A Dhtmlrefs.c139 #define KEEP ".htaccess" macro
1004 state->keep.size = strlen(state->keep.data = KEEP);
/ast/src/lib/libpp/
H A Dppfsm.h45 #define KEEP(tok) CODE(tok,S_TOK) macro
/ast/src/lib/libast/misc/
H A Doptget.c38 #define KEEP "*[A-Za-z][A-Za-z]*" macro
2773 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))
2800 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT))

Completed in 44 milliseconds