Searched refs:KEEP (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/nmake/
H A Dread.c52 edit(tmp, s, KEEP, KEEP, external.object);
54 edit(tmp, s, DELETE, KEEP, DELETE);
107 edit(fp, r->name, DELETE, KEEP, KEEP);
142 edit(fp, r->name, DELETE, KEEP, external.object);
163 edit(internal.tmp, state.rules, DELETE, KEEP, DELETE);
164 edit(internal.wrk, b = getval(external.rules, VAL_PRIMARY), DELETE, KEEP, DELETE);
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 Dstate.c85 edit(sp, state.makefile, dir, KEEP, external.state);
133 edit(tmp, statefile(), state.view[view].path, KEEP, KEEP);
564 edit(internal.nam, statefile(), KEEP, KEEP, external.lock);
572 edit(internal.nam, file, state.view[fd].path, KEEP, KEEP);
947 edit(internal.nam, r->name, KEEP, DELETE, DELETE);
H A Dexpand.c2194 * KEEP component is kept unchanged
2215 if (q != DELETE && q != KEEP && (!*q || *q == '.' && !*(q + 1)))
2219 if (q == KEEP)
2225 if (q != DELETE && q != KEEP)
2242 if (q == KEEP)
2247 if (q != DELETE && q != KEEP)
2255 if (*p && q == KEEP)
2257 else if (q != DELETE && q != KEEP)
3476 dir = bas = suf = KEEP;
3756 val = KEEP;
[all...]
H A Dmisc.c58 edit(internal.tmp, name, KEEP, ".../...", DELETE);
H A Dbind.c310 edit(tmp, r->name, dir ? dir : KEEP, KEEP, KEEP);
975 edit(tmp, name, KEEP, DELETE, DELETE);
1023 edit(buf, name, DELETE, internal.source->name, KEEP);
H A Dobject.c791 edit(sp, objfile, KEEP, KEEP, external.tmp);
1171 edit(sp, state.makefile, dir, KEEP, external.object);
H A Dmake.h159 #define KEEP ((char*)1) /* keep path component in edit() */ macro
H A Dparse.c2841 edit(internal.nam, t, DELETE, KEEP, DELETE);
2842 edit(internal.wrk, state.rules, DELETE, KEEP, DELETE);
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 Dcommand.c1623 edit(tmp, r->name, KEEP, DELETE, DELETE);
/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
H A Diffe.sh1406 KEEP|NONE)
1434 KEEP) ifelse=DONE
1437 ifelse=KEEP
4560 TEST:SUCCESS) ifelse=KEEP ;;
/ast/src/lib/libpp/
H A Dppfsm.c228 { DOT2, { '.' }, KEEP(T_VARIADIC), },
327 { COM1, { '=' }, KEEP(T_DIVEQ), },
490 { PCT1, { '=' }, KEEP(T_MODEQ), },
493 { AND1, { '=' }, KEEP(T_ANDEQ), },
494 { AND1, { '&' }, KEEP(T_ANDAND), },
497 { STAR1, { '=' }, KEEP(T_MPYEQ), },
501 { PLUS1, { '=' }, KEEP(T_ADDEQ), },
502 { PLUS1, { '+' }, KEEP(T_ADDADD), },
505 { MINUS1, { '=' }, KEEP(T_SUBEQ), },
506 { MINUS1, { '-' }, KEEP(T_SUBSU
[all...]
H A Dppfsm.h45 #define KEEP(tok) CODE(tok,S_TOK) 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/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 101 milliseconds