Home
last modified time | relevance | path

Searched refs:entry_ptr (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_ti.c62 struct name_table_entry const *entry_ptr; in NCURSES_EXPORT() local
64 entry_ptr = _nc_find_type_entry(str, BOOLEAN, FALSE); in NCURSES_EXPORT()
65 if (entry_ptr != 0) { in NCURSES_EXPORT()
66 j = entry_ptr->nte_index; in NCURSES_EXPORT()
107 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local
109 entry_ptr = _nc_find_type_entry(str, NUMBER, FALSE); in NCURSES_SP_NAME()
110 if (entry_ptr != 0) { in NCURSES_SP_NAME()
111 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
154 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local
156 entry_ptr = _nc_find_type_entry(str, STRING, FALSE); in NCURSES_SP_NAME()
[all …]
HDparse_entry.c212 struct name_table_entry const *entry_ptr; in _nc_parse_entry() local
293 entry_ptr = _nc_find_entry(_nc_curr_token.tk_name, in _nc_parse_entry()
304 if (entry_ptr == NOTFOUND) { in _nc_parse_entry()
319 entry_ptr = _nc_find_entry(ap->to, in _nc_parse_entry()
321 if (entry_ptr && !silent) in _nc_parse_entry()
335 entry_ptr = _nc_find_entry(ap->to, in _nc_parse_entry()
337 if (entry_ptr && !silent) in _nc_parse_entry()
343 if (entry_ptr == NOTFOUND) { in _nc_parse_entry()
344 entry_ptr = lookup_fullname(_nc_curr_token.tk_name); in _nc_parse_entry()
353 if (entry_ptr == NOTFOUND in _nc_parse_entry()
[all …]
HDlib_termcap.c257 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local
259 entry_ptr = _nc_find_type_entry(id, BOOLEAN, TRUE); in NCURSES_SP_NAME()
260 if (entry_ptr != 0) { in NCURSES_SP_NAME()
261 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
309 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local
311 entry_ptr = _nc_find_type_entry(id, NUMBER, TRUE); in NCURSES_SP_NAME()
312 if (entry_ptr != 0) { in NCURSES_SP_NAME()
313 j = entry_ptr->nte_index; in NCURSES_SP_NAME()
361 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local
363 entry_ptr = _nc_find_type_entry(id, STRING, TRUE); in NCURSES_SP_NAME()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDUniqueCStringMap.h206 FindNextValueForName (const Entry *entry_ptr) const in FindNextValueForName() argument
212 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName()
215 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
/NextBSD/contrib/gcc/
HDread-rtl.c1166 void **entry_ptr; in read_constants() local
1173 entry_ptr = htab_find_slot (defs, def, INSERT); in read_constants()
1174 if (! *entry_ptr) in read_constants()
1179 if (! *entry_ptr) in read_constants()
1182 *entry_ptr = def; in read_constants()
1186 def = (struct md_constant *) *entry_ptr; in read_constants()
HDgenautomata.c1786 void **entry_ptr; in insert_automaton_decl() local
1788 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, 1); in insert_automaton_decl()
1789 if (*entry_ptr == NULL) in insert_automaton_decl()
1790 *entry_ptr = (void *) automaton_decl; in insert_automaton_decl()
1791 return (decl_t) *entry_ptr; in insert_automaton_decl()
1885 void **entry_ptr; in insert_insn_decl() local
1887 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, 1); in insert_insn_decl()
1888 if (*entry_ptr == NULL) in insert_insn_decl()
1889 *entry_ptr = (void *) insn_decl; in insert_insn_decl()
1890 return (decl_t) *entry_ptr; in insert_insn_decl()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp1217 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local
1218 --entry_ptr; in GenerateBlockFunction()
1232 ++entry_ptr; in GenerateBlockFunction()
1233 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction()
1253 entry_ptr == entry->end() in GenerateBlockFunction()
1254 ? nullptr : entry_ptr); in GenerateBlockFunction()
/NextBSD/contrib/gcc/config/ia64/
HDia64.c7343 void **entry_ptr; in insert_bundle_state() local
7345 entry_ptr = htab_find_slot (bundle_state_table, bundle_state, 1); in insert_bundle_state()
7346 if (*entry_ptr == NULL) in insert_bundle_state()
7350 *entry_ptr = (void *) bundle_state; in insert_bundle_state()
7353 else if (bundle_state->cost < ((struct bundle_state *) *entry_ptr)->cost in insert_bundle_state()
7354 || (bundle_state->cost == ((struct bundle_state *) *entry_ptr)->cost in insert_bundle_state()
7355 && (((struct bundle_state *)*entry_ptr)->accumulated_insns_num in insert_bundle_state()
7358 *entry_ptr)->accumulated_insns_num in insert_bundle_state()
7361 *entry_ptr)->branch_deviation in insert_bundle_state()
7367 temp = *(struct bundle_state *) *entry_ptr; in insert_bundle_state()
[all …]
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-02031116 init_disasm. entry_ptr now iterates through HASHTABs, not