Searched refs:INSERT (Results 1 - 25 of 469) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfilename-seen-cache.c59 slot = htab_find_slot (m_tab, file, INSERT);
H A Dtypeprint.c214 slot = htab_find_slot (m_table, tdef, INSERT);
247 slot = htab_find_slot (m_table, tf, INSERT);
276 new_slot = htab_find_slot (new_table, *slot, INSERT);
312 slot = htab_find_slot (flags->global_typedefs->m_table, &tf, INSERT);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfilename-seen-cache.c52 slot = htab_find_slot (m_tab.get (), file, INSERT);
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dhash.c30 void **slot = htab_find_slot (htab, element, INSERT);
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dhash.c30 void **slot = htab_find_slot (htab, element, INSERT);
/netbsd-current/sys/dev/raidframe/
H A Drf_pq.c655 #define INSERT(a,i) (a << (5L*i)) macro
664 new = INSERT(a2, 1) | a1;
669 new = new | INSERT(a1, 2) | INSERT(a2, 3);
674 new = new | INSERT(a1, 4) | INSERT(a2, 5);
679 new = new | INSERT(a1, 5) | INSERT(a2, 6);
685 new = new | INSERT(a1, 7) | INSERT(a
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dabbrev-cache.c61 INSERT);
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dmigrate_v1_v2.sql72 INSERT INTO new_metadata (schema_version, timestamp)
107 INSERT INTO new_test_programs (test_program_id, action_id, absolute_path,
173 INSERT INTO tmp_default_metadata VALUES ('allowed_architectures', '');
174 INSERT INTO tmp_default_metadata VALUES ('allowed_platforms', '');
175 INSERT INTO tmp_default_metadata VALUES ('description', '');
176 INSERT INTO tmp_default_metadata VALUES ('has_cleanup', 'false');
177 INSERT INTO tmp_default_metadata VALUES ('required_configs', '');
178 INSERT INTO tmp_default_metadata VALUES ('required_files', '');
179 INSERT INTO tmp_default_metadata VALUES ('required_memory', '0');
180 INSERT INT
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_append.c33 enum which {APPEND, CHANGE, INSERT}; enumerator in enum:which
72 return (ex_aci(sp, cmdp, INSERT));
107 if ((cmd == CHANGE || cmd == INSERT) && lno != 0)
/netbsd-current/usr.bin/rdist/
H A Dlookup.c120 * INSERT - insert name with value, error if already defined.
144 if (action != INSERT || s->s_type != CONST) {
164 s->s_type = action == INSERT ? VAR : CONST;
H A Ddefs.h98 #define INSERT 1 macro
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dcallbacks.cc73 slot = (method **) htab_find_slot (m_registry, &m, INSERT);
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dcallbacks.cc73 slot = (method **) htab_find_slot (m_registry, &m, INSERT);
H A Dcontext.hh101 tree_node **slot = preserved.find_slot (t, INSERT);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dtestdb_metadata.sql54 'INSERT INTO authors_docs (pers_id,doc_id) VALUES ((SELECT ldap_entries.keyval FROM ldap_entries WHERE upper(?)=upper(ldap_entries.dn)),?)',
111 INSERT INTO example.persons (name) VALUES ('');
122 INSERT INTO example.institutes (name) VALUES ('');
131 INSERT INTO example.documents (title) VALUES ('');
141 INSERT INTO example.phones (pers_id,phone) VALUES (@pers_id,@phone)
173 INSERT INTO example.authors_docs (doc_id,pers_id) VALUES (@keyval,@per_id);
181 INSERT INTO example.authors_docs (pers_id,doc_id) VALUES (@keyval,@doc_id);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-gsmob.c80 slot = htab_find_slot (registered_gsmobs, (void *) gsmob_code, INSERT);
242 void **slot = htab_find_slot (htab, base, INSERT);
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-gsmob.c80 slot = htab_find_slot (registered_gsmobs, (void *) gsmob_code, INSERT);
230 void **slot = htab_find_slot (htab, base, INSERT);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dhashtab.h142 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgodump.cc437 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT);
1126 slot = htab_find_slot (macro_hash, mhval, INSERT);
1166 slot = htab_find_slot (container->type_hash, type, INSERT);
1175 slot = htab_find_slot (container->invalid_hash, type, INSERT);
1205 slot = htab_find_slot (container->type_hash, type, INSERT);
1214 slot = htab_find_slot (container->invalid_hash, type, INSERT);
1334 slot = htab_find_slot (container->keyword_hash, keywords[i], INSERT);
/netbsd-current/lib/libedit/
H A Dchared.h117 #define INSERT 0x02 macro

Completed in 503 milliseconds

1234567891011>>