Searched refs:DELETE (Results 1 - 25 of 26) sorted by relevance

12

/ast/src/lib/libexpr/
H A Dexexpr.c43 if (type != DELETE)
H A Dexpr.h84 #define DELETE MINTOKEN /* exexpr() delete `type' */ macro
/ast/src/cmd/jcl/
H A DJCL.mk41 .EVENT.DELETE : .USE .VIRTUAL .FORCE .IGNORE
42 event clear $(<:/.DELETE$//)
/ast/src/cmd/nmake/
H A Dconvert.c38 #define DELETE ((char*)0) macro
108 dir = bas = suf = DELETE;
336 if (!*val) val = DELETE;
384 if (bas == DELETE)
391 if (dir == DELETE)
398 if (suf == DELETE)
406 if (dir == DELETE)
418 dir = DELETE;
420 if (bas == DELETE)
444 bas = DELETE;
[all...]
H A Dread.c54 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 DSYSTEM.mk43 .ASSERT : .DELETE ":_SS_ASSERT_:"
H A Dexpand.c2195 * DELETE component is deleted
2215 if (q != DELETE && q != KEEP && (!*q || *q == '.' && !*(q + 1)))
2216 q = DELETE;
2225 if (q != DELETE && q != KEEP)
2247 if (q != DELETE && q != KEEP)
2257 else if (q != DELETE && q != KEEP)
3421 dir = bas = suf = DELETE;
3854 val = DELETE;
3872 if (bas == DELETE)
3876 if (dir == DELETE)
[all...]
H A Dstate.c83 dir = DELETE;
947 edit(internal.nam, r->name, KEEP, DELETE, DELETE);
H A Dmisc.c58 edit(internal.tmp, name, KEEP, ".../...", DELETE);
H A Dparse.c2841 edit(internal.nam, t, DELETE, KEEP, DELETE);
2842 edit(internal.wrk, state.rules, DELETE, KEEP, DELETE);
H A Dbind.c975 edit(tmp, name, KEEP, DELETE, DELETE);
1023 edit(buf, name, DELETE, internal.source->name, KEEP);
H A Dcommand.c1623 edit(tmp, r->name, KEEP, DELETE, DELETE);
H A Dmake.h158 #define DELETE NiL /* delete path component in edit() */ macro
189 #define A_delete (1<<2) /* assertion() .DELETE */
597 Rule_t* delete; /* .DELETE rule pointer */
H A Dobject.c1169 dir = DELETE;
/ast/src/cmd/tests/cdt/
H A Dtrehash.c40 #define DELETE 002 /* to tell if an object was deleted */ macro
44 unsigned int flag; /* INSERT/DELETE state */
171 proc->obj[k].flag |= DELETE;
288 if((Obj[k].flag & DELETE) )
H A Dtsafehash.c40 #define DELETE 002 /* to tell if an object was deleted */ macro
44 unsigned int flag; /* INSERT/DELETE state */
171 proc->obj[k].flag |= DELETE;
288 if((Obj[k].flag & DELETE) )
H A Dtsafetree.c40 #define DELETE 002 /* to tell if an object was deleted */ macro
44 unsigned int flag; /* INSERT/DELETE state */
173 proc->obj[k].flag |= DELETE;
290 if((Obj[k].flag & DELETE) )
/ast/src/cmd/ie/
H A Dedit.h123 #define DELETE '\177' macro
H A Demacs.c362 case DELETE: /* delete char 0x7f */
822 case DELETE :
/ast/src/cmd/probe/
H A Dprobe.c146 #define DELETE (1<<1) macro
318 options |= DELETE;
444 if (options & DELETE)
/ast/src/cmd/ksh93/edit/
H A Demacs.c153 #define DELETE ('a'==97?0177:7) macro
398 case DELETE: /* delete char 0x7f */
876 case DELETE :
1251 if (i==usrerase || i==DELETE || i=='\b' || i==ERASECHAR)
/ast/src/lib/libvcodex/
H A Dvclzparse.c51 #define DELETE(e,p,ob) ((p) ? ((p)->next = (ob)->next) : (*(e) = (ob)->next) ) macro
259 { DELETE(ht,p,m); m = p ? p->next : *ht; }
330 { DELETE(ht,p,m); m = p ? p->next : *ht; }
/ast/src/cmd/mailx/
H A Dmailx.h524 #define DELETE (1<<2) macro
H A Dvars.c767 * DELETE delete
818 else if (op & DELETE) {
H A Dcmd3.c784 if (!(dictsearch(&state.aliases, s, DELETE)))

Completed in 84 milliseconds

12