OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELETE
(Results
1 - 25
of
110
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/binutils/dist/binutils/
arlex.l
51
"
DELETE
" { return
DELETE
; }
66
"
delete
" { return
DELETE
; }
arparse.h
65
DELETE
= 266, /*
DELETE
*/
91
#define
DELETE
266
arparse.y
51
%token
DELETE
116
DELETE
modulename
/src/external/gpl3/binutils.old/dist/binutils/
arlex.l
51
"
DELETE
" { return
DELETE
; }
66
"
delete
" { return
DELETE
; }
arparse.h
65
DELETE
= 266, /*
DELETE
*/
91
#define
DELETE
266
arparse.y
51
%token
DELETE
116
DELETE
modulename
/src/include/protocols/
talkd.h
101
#define
DELETE
2 /*
delete
invitation by caller */
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
changes.h
25
// (1)
delete
the instruction
38
enum delete_action {
DELETE
};
76
static insn_change delete_insn (insn_info *insn) { return { insn,
DELETE
}; }
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
changes.h
25
// (1)
delete
the instruction
36
enum delete_action {
DELETE
};
74
static insn_change delete_insn (insn_info *insn) { return { insn,
DELETE
}; }
/src/usr.bin/talk/
invite.c
58
* These are used to
delete
the
104
* Have the daemons
delete
the invitations now that we
111
ctl_transact(my_machine_addr, msg,
DELETE
, &response);
113
ctl_transact(his_machine_addr, msg,
DELETE
, &response);
173
msg.type =
DELETE
;
look_up.c
90
ctl_transact(his_machine_addr, msg,
DELETE
, rp);
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPRequest.h
35
static const int
DELETE
=10;
LDAPDeleteRequest.cpp
32
m_requestType=LDAPRequest::
DELETE
;
66
delete
con;
/src/external/bsd/flex/dist/examples/manual/
front.lex
30
ADD|REMOVE|
DELETE
|PRINT copy_and_return(VERB)
/src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
testdb_metadata.sql
55
'
DELETE
FROM authors_docs WHERE authors_docs.pers_id=(SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)) AND authors_docs.doc_id=?',3,0);
116
DELETE
FROM example.phones WHERE pers_id=@keyval;
117
DELETE
FROM example.authors_docs WHERE pers_id=@keyval;
118
DELETE
FROM example.persons WHERE id=@keyval;
127
DELETE
FROM example.institutes WHERE id=@keyval;
136
DELETE
FROM example.authors_docs WHERE doc_id=@keyval;
137
DELETE
FROM example.documents WHERE id=@keyval;
145
DELETE
FROM example.phones WHERE pers_id=@keyval AND phone=@phone;
189
DELETE
FROM example.authors_docs WHERE pers_id=@keyval AND doc_id=@doc_id;
197
DELETE
FROM example.authors_docs WHERE doc_id=@keyval AND pers_id=@per_id
[
all
...]
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cxxdefs.h
24
#define
DELETE
(MAXOP+40)
/src/external/gpl2/groff/dist/src/preproc/grn/
gprint.h
67
#define
DELETE
2
/src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql
9
-- delete_proc a procedure to
delete
the entry; it takes "keytbl.keycol" of the row to be deleted
28
-- delete_proc a procedure to
delete
the attribute; it takes the value of the attribute that is added, and the "keytbl.keycol" of the entry it is associated to
132
DELETE
FROM phones WHERE pers_id=keyval;
133
DELETE
FROM authors_docs WHERE pers_id=keyval;
134
DELETE
FROM persons WHERE id=keyval;
147
DELETE
FROM institutes WHERE id=keyval;
160
DELETE
FROM authors_docs WHERE doc_id=keyval;
161
DELETE
FROM documents WHERE id=keyval;
173
DELETE
FROM phones WHERE pers_id=keyval AND phone=phone;
233
DELETE
FROM authors_docs WHERE pers_id=keyval AND doc_id=docid
[
all
...]
/src/external/historical/nawk/dist/
awkgram.y
59
%token <i> ARG BLTIN BREAK CLOSE CONTINUE
DELETE
DO EXIT FOR FUNC
87
%left ARG BLTIN BREAK CALL CLOSE CONTINUE
DELETE
DO EXIT FOR FUNC
312
|
DELETE
varname '[' patlist ']' { $$ = stat2(
DELETE
, makearr($2), $4); }
313
|
DELETE
varname { $$ = stat2(
DELETE
, makearr($2), 0); }
maketab.c
85
{
DELETE
, "awkdelete", "awkdelete" },
/src/usr.bin/sort/
msort.c
75
#define
DELETE
(1)
228
if (insert(flist, cfile, nfiles, !
DELETE
))
280
c = insert(flist, cfile, nfiles,
DELETE
);
301
* if
delete
: inserts rec in flist, deletes flist[0];
306
insert(struct mfile **flist, struct mfile *rec, int ttop, int
delete
)
338
if (
delete
) {
/src/include/arpa/
nameser_compat.h
140
#define
DELETE
ns_uop_delete
/src/lib/libedit/
chared.h
116
#define
DELETE
0x01
/src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h
124
#define
DELETE
ns_uop_delete
/src/crypto/external/bsd/openssl.old/dist/Configurations/
descrip.mms.tmpl
483
# Because VMS wants the generation number (or *) to
delete
files, we can't
486
{- join("\n\t", map { "-
DELETE
$_.OLB;*" } @libs) || "@ !" -}
487
{- join("\n\t", map { "-
DELETE
$_.EXE;*,$_.MAP;*" } @shlibs) || "@ !" -}
490
{- join("\n\t", map { "-
DELETE
$_.EXE;*,$_.OPT;*" } @{$unified_info{programs}}) || "@ !" -}
491
{- join("\n\t", map { "-
DELETE
$_.EXE;*,$_.OPT;*" } @{$unified_info{engines}}) || "@ !" -}
492
{- join("\n\t", map { "-
DELETE
$_;*" } @{$unified_info{scripts}}) || "@ !" -}
493
{- join("\n\t", map { "-
DELETE
$_;*" } @{$unified_info{depends}->{""}}) || "@ !" -}
494
{- join("\n\t", map { "-
DELETE
$_;*" } @generated) || "@ !" -}
495
-
DELETE
[...]*.MAP;*
496
-
DELETE
[...]*.D;
[
all
...]
Completed in 35 milliseconds
1
2
3
4
5
Indexes created Mon Mar 02 05:31:46 UTC 2026