Home
last modified time | relevance | path

Searched defs:INSERT (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql111 INSERT INTO example.persons (name) VALUES (''); local
/netbsd/external/bsd/nvi/dist/ex/
H A Dex_append.c33 enum which {APPEND, CHANGE, INSERT}; enumerator
/netbsd/external/gpl3/gdb/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/external/gpl3/binutils/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/external/gpl3/gcc/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/lib/libedit/
H A Dchared.h117 #define INSERT 0x02 macro
/netbsd/usr.bin/rdist/
H A Ddefs.h98 #define INSERT 1 macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h61 INSERT, enumerator
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h90 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h90 enum insert_option {NO_INSERT, INSERT}; enumerator
/netbsd/sys/dev/raidframe/
H A Drf_pq.c658 #define INSERT(a,i) (a << (5L*i)) in rf_IncQ() macro
/netbsd/bin/ksh/
H A Dvi.c133 #define INSERT 1 macro
/netbsd/external/bsd/nvi/dist/regex/
H A Dregcomp.c163 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
/netbsd/lib/libc/regex/
H A Dregcomp.c215 #define INSERT(op, pos) doinsert(p, (op), HERE()-(pos)+1, pos) macro