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

123

/freebsd-9.3-release/contrib/binutils/binutils/
H A Darlex.l47 "DELETE" { return DELETE; }
62 "delete" { return DELETE; }
H A Darparse.y51 %token DELETE
116 DELETE modulename
/freebsd-9.3-release/include/protocols/
H A Dtalkd.h91 #define DELETE 2 /* delete invitation by caller */ macro
/freebsd-9.3-release/usr.bin/ar/
H A Dacplex.l57 DELETE|delete { return (DELETE); }
H A Dacpyacc.y95 %token DELETE
183 : DELETE mod_list { arscp_delete($2); }
/freebsd-9.3-release/usr.sbin/sysrc/
H A Dsysrc49 DELETE=
250 x) DELETE=${DELETE:-1};;
251 X) DELETE=2;;
289 if [ "$DELETE" -a "$SHOW_ALL" ]; then
290 [ "$DELETE" = "2" ] || die "$errmsg"
322 $( [ "$DELETE" = "1" ] && echo \ -x )
323 $( [ "$DELETE" = "2" ] && echo \ -X )
435 EXCEPT="$EXCEPT|DELETE|SHOW_ALL|SHOW_EQUALS|SHOW_NAME"
499 if [ "$DELETE"
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com6 $ DELETE= "delete /noConfirm"
43 $ if f$search("dummy.obj").nes."" then DELETE dummy.obj;*
60 $ DELETE dummy.obj;*
62 $ DELETE dummy.map;*
73 $ DELETE dummy.list;*
82 $ DELETE 'WORK_LIB';*
114 $ DELETE 'f'.obj;*
/freebsd-9.3-release/usr.bin/talk/
H A Dinvite.c113 ctl_transact(my_machine_addr, msg, DELETE, &response);
115 ctl_transact(his_machine_addr, msg, DELETE, &response);
179 msg.type = DELETE;
H A Dlook_up.c92 ctl_transact(his_machine_addr, msg, DELETE, rp);
/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dgprint.h65 #define DELETE 2 macro
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Ddefs.h98 #define DELETE 2 macro
H A Dtables.c162 TRACE_ACTION("DELETE", rt);
313 if (delete && rtioctl(DELETE, &oldroute) < 0)
314 perror("rtioctl DELETE");
355 TRACE_ACTION("DELETE", rt);
356 if (install && rtioctl(DELETE, &rt->rt_rt) < 0)
357 perror("rtioctl DELETE");
386 case DELETE:
405 (action == DELETE ? RTM_DELETE : RTM_CHANGE));
/freebsd-9.3-release/lib/libedit/
H A Dchared.h125 #define DELETE 0x01 macro
/freebsd-9.3-release/contrib/one-true-awk/
H A Dawkgram.y55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
305 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
306 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
H A Dmaketab.c80 { DELETE, "awkdelete", "awkdelete" },
H A Dlex.c55 { "delete", DELETE, DELETE },
/freebsd-9.3-release/include/arpa/
H A Dnameser_compat.h139 #define DELETE ns_uop_delete macro
/freebsd-9.3-release/sys/sys/
H A Dnamei.h104 #define DELETE 2 /* setup for file deletion */ macro
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddummynet.txt125 DELETE: done only when deleting the parent dn_sch_inst
135 DELETE: on configuration commands.
143 DELETE: configuration command delete a scheduler which in turn
153 DELETE: manual, see dn_sch_inst
342 If the scheduler instance extracted from the heap has the DELETE flag set,
/freebsd-9.3-release/sys/kern/
H A Dvfs_lookup.c446 * The flag argument is LOOKUP, CREATE, RENAME, or DELETE depending on
448 * When CREATE, RENAME, or DELETE is specified, information usable in
503 ("CREATE, DELETE, RENAME require LOCKPARENT or WANTPARENT."));
505 if (cnp->cn_nameiop == DELETE ||
584 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
628 * the name and the operation is DELETE or RENAME.
645 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
890 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) {
998 * can't succeed for CREATE, DELETE and RENAME.
1052 (cnp->cn_nameiop == DELETE || cn
[all...]
/freebsd-9.3-release/libexec/talkd/
H A Dprocess.c48 * DELETE - delete invitation
132 case DELETE:
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c103 DELETE(wb);
453 DELETE(cl->w_words[i]);
454 DELETE(cl);
462 DELETE(cl);
495 DELETE(dp);
496 DELETE(gp);
517 DELETE(name);
525 DELETE(dp);
526 DELETE(gp);
607 DELETE(w
[all...]
H A Dsh1.c344 DELETE(ep);
486 DELETE(s);
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_lookup.c166 * The cnp->cn_nameiop argument is LOOKUP, CREATE, RENAME, or DELETE depending
168 * When CREATE, RENAME, or DELETE is specified, information usable in
263 if ((nameiop == DELETE || nameiop == RENAME) && (flags & ISLASTCN)) {
316 &i_offset, &bp, nameiop == DELETE ? &prevoff : NULL)) {
337 * location of the last DELETE or RENAME has not reduced
492 (nameiop == DELETE &&
521 } else if (nameiop == DELETE) {
586 if (nameiop == DELETE && (flags & ISLASTCN)) {
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c81 DELETE, /* Two way diff delete */
1125 case DELETE:
1160 if (dt != DELETE)
1195 * inclusive, unless being used by the ADD or DELETE commands. It is
1247 type = DELETE;
80 DELETE, /* Two way diff delete */ enumerator in enum:diff_type

Completed in 154 milliseconds

123