Home
last modified time | relevance | path

Searched refs:DELETE (Results 1 – 25 of 193) sorted by relevance

12345678

/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com22 $ DELETE = "delete/noConfirm"
43 $DELETE config-gas-tmp.tmp;*
50 $ if f$search("version.opt").nes."" then DELETE version.opt;*
58 $ if f$search("config.h").nes."" then DELETE config.h;*
77 $ if f$search("tmp-chk-h.*").nes."" then DELETE tmp-chk-h.*;*
149 $ DELETE tmp-chk-h.c;*
155 $ if f$search("tmp-chk-h.obj").nes."" then DELETE tmp-chk-h.obj;*
163 $ if ok then DELETE tmp-chk-h.obj;*
170 $ if f$search("config.status") .nes. "" then DELETE config.status;*
179 $ if f$search(p1).nes."" then DELETE 'p1';*
/openbsd/gnu/lib/libiberty/src/
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;*
/openbsd/gnu/usr.bin/perl/lib/Tie/
H A DHash.pm237 $self->DELETE(@_, $key);
254 sub DELETE { delete $_[0]->{$_[1]} } subroutine
266 sub DELETE { delete $_[0][0]->{$_[1]} } subroutine
H A DArray.pm80 sub DELETE { subroutine
99 sub DELETE { delete $_[0]->[$_[1]] } subroutine
/openbsd/sbin/ipsecctl/
H A Dike.c53 #define DELETE "C rms " macro
785 fprintf(fd, DELETE "[Phase 2]\n"); in ike_delete_config()
793 fprintf(fd, DELETE "[%s]\n", r->p1name); in ike_delete_config()
794 fprintf(fd, DELETE "[phase1-%s]\n", r->p1name); in ike_delete_config()
798 fprintf(fd, DELETE "[%s-ID]\n", r->auth->srcid); in ike_delete_config()
802 fprintf(fd, DELETE "[%s]\n", r->p2name); in ike_delete_config()
803 fprintf(fd, DELETE "[phase2-%s]\n", r->p2name); in ike_delete_config()
804 fprintf(fd, DELETE "[%s]\n", r->p2lid); in ike_delete_config()
805 fprintf(fd, DELETE "[%s]\n", r->p2rid); in ike_delete_config()
820 fprintf(fd, DELETE "[%s]\n", r->p2name); in ike_delete_config()
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Darlex.l48 "DELETE" { return DELETE; }
63 "delete" { return DELETE; }
H A Darparse.y51 %token DELETE
116 DELETE modulename
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l47 "DELETE" { return DELETE; }
62 "delete" { return DELETE; }
H A Darparse.y51 %token DELETE
116 DELETE modulename
/openbsd/usr.bin/talk/
H A Dinvite.c114 ctl_transact(my_machine_addr, msg, DELETE, &response); in invite_remote()
116 ctl_transact(his_machine_addr, msg, DELETE, &response); in invite_remote()
190 msg.type = DELETE; in send_delete()
H A Dlook_up.c81 ctl_transact(his_machine_addr, msg, DELETE, &response); in check_local()
/openbsd/usr.bin/mg/
H A Dundo.c334 if (!isreg && rec->type == DELETE) { in undo_add_delete()
344 rec->type = DELETE; in undo_add_delete()
355 if (isreg || lastrectype() != DELETE) in undo_add_delete()
415 (rec->type == DELETE) ? "DELETE": in undo_dump()
565 case DELETE: in undo()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dreg_nc_tie.t61 eval {Tie::Hash::NamedCapture::DELETE(undef, undef)};
74 [DELETE => '$key'],
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A Ddbe.c208 YOW, FETCH, STORE, DELETE, SCAN, REGEXP in main() enumerator
234 what = DELETE; in main()
387 case DELETE: in main()
/openbsd/usr.bin/awk/
H A Dawkgram.y56 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
84 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
309 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
310 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DPrfDB.pm65 sub DELETE { subroutine
157 sub DELETE { subroutine
/openbsd/gnu/usr.bin/perl/
H A Dconfigure.com1403 $ DELETE/NOLOG/NOCONFIRM ccvms.c;
1410 $ DELETE/NOLOG/NOCONFIRM ccvms.*;
2653 $ DELETE/SYMBOL xxx
2654 $ DELETE/SYMBOL idx
2655 $ DELETE/SYMBOL extspec
2656 $ DELETE/SYMBOL extlen
2657 $ DELETE/SYMBOL extension_dir_name
3361 $ DELETE/NOLOG/NOCONFIRM try.c;
5772 $ DELETE/SYMBOL tmp
6738 $ DELETE/SYMBOL tmp
[all …]
/openbsd/gnu/usr.bin/perl/dist/Env/lib/
H A DEnv.pm169 sub DELETE { subroutine
253 sub DELETE { } subroutine
/openbsd/sys/miscfs/fuse/
H A Dfuse_lookup.c66 (cnp->cn_nameiop == DELETE || cnp->cn_nameiop == RENAME)) in fusefs_lookup()
119 if (nameiop == DELETE && (flags & ISLASTCN)) { in fusefs_lookup()
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Ddelete-01.txt6 DELETE /index.html HTTP/1.1
/openbsd/include/protocols/
H A Dtalkd.h99 #define DELETE 2 /* delete invitation by caller */ macro
/openbsd/gnu/usr.bin/cvs/
H A Dcvsnt.dsw2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
/openbsd/usr.sbin/ypserv/ypinit/
H A Dypinit.sh173 ERROR="DELETE"
180 if [ "${ERROR}" = "DELETE" ]; then
/openbsd/usr.sbin/fw_update/
H A Dfw_update.sh39 DELETE=false
503 d) DELETE=true ;;
563 if "$DELETE"; then
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/
H A DExtAttr.pm70 sub DELETE { subroutine

12345678