Searched refs:entry_ptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ti.c62 struct name_table_entry const *entry_ptr; local
64 entry_ptr = _nc_find_type_entry(str, BOOLEAN, FALSE);
65 if (entry_ptr != 0) {
66 j = entry_ptr->nte_index;
107 struct name_table_entry const *entry_ptr; local
109 entry_ptr = _nc_find_type_entry(str, NUMBER, FALSE);
110 if (entry_ptr != 0) {
111 j = entry_ptr->nte_index;
154 struct name_table_entry const *entry_ptr; local
156 entry_ptr
[all...]
H A Dparse_entry.c212 struct name_table_entry const *entry_ptr; local
293 entry_ptr = _nc_find_entry(_nc_curr_token.tk_name,
304 if (entry_ptr == NOTFOUND) {
319 entry_ptr = _nc_find_entry(ap->to,
321 if (entry_ptr && !silent)
335 entry_ptr = _nc_find_entry(ap->to,
337 if (entry_ptr && !silent)
343 if (entry_ptr == NOTFOUND) {
344 entry_ptr = lookup_fullname(_nc_curr_token.tk_name);
353 if (entry_ptr
1000 struct name_table_entry const *entry_ptr = _nc_get_table(FALSE); local
[all...]
H A Dlib_termcap.c257 struct name_table_entry const *entry_ptr; local
259 entry_ptr = _nc_find_type_entry(id, BOOLEAN, TRUE);
260 if (entry_ptr != 0) {
261 j = entry_ptr->nte_index;
309 struct name_table_entry const *entry_ptr; local
311 entry_ptr = _nc_find_type_entry(id, NUMBER, TRUE);
312 if (entry_ptr != 0) {
313 j = entry_ptr->nte_index;
361 struct name_table_entry const *entry_ptr; local
363 entry_ptr
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h205 FindNextValueForName (const Entry *entry_ptr) const
211 const Entry *next_entry = entry_ptr + 1;
214 if (next_entry->cstring == entry_ptr->cstring)
/freebsd-11.0-release/contrib/gcc/
H A Dgenautomata.c1792 void **entry_ptr;
1794 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, 1);
1795 if (*entry_ptr == NULL)
1796 *entry_ptr = (void *) automaton_decl;
1797 return (decl_t) *entry_ptr;
1892 void **entry_ptr;
1894 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, 1);
1895 if (*entry_ptr == NULL)
1896 *entry_ptr = (void *) insn_decl;
1897 return (decl_t) *entry_ptr;
1786 void **entry_ptr; local
1885 void **entry_ptr; local
1986 void **entry_ptr; local
3720 void **entry_ptr; local
4073 void **entry_ptr; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1238 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); local
1239 --entry_ptr;
1253 ++entry_ptr;
1254 Builder.SetInsertPoint(entry, entry_ptr);
1275 entry_ptr == entry->end() ? nullptr : &*entry_ptr);
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.c7358 void **entry_ptr;
7360 entry_ptr = htab_find_slot (bundle_state_table, bundle_state, 1);
7361 if (*entry_ptr == NULL)
7365 *entry_ptr = (void *) bundle_state;
7368 else if (bundle_state->cost < ((struct bundle_state *) *entry_ptr)->cost
7369 || (bundle_state->cost == ((struct bundle_state *) *entry_ptr)->cost
7370 && (((struct bundle_state *)*entry_ptr)->accumulated_insns_num
7373 *entry_ptr)->accumulated_insns_num
7376 *entry_ptr)->branch_deviation
7382 temp = *(struct bundle_state *) *entry_ptr;
7343 void **entry_ptr; local
[all...]

Completed in 235 milliseconds