Searched refs:entry_ptr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_ti.c | 62 struct name_table_entry const *entry_ptr; in NCURSES_EXPORT() local 65 entry_ptr = _nc_find_type_entry(str, BOOLEAN, FALSE); in NCURSES_EXPORT() 66 if (entry_ptr != 0) { in NCURSES_EXPORT() 67 j = entry_ptr->nte_index; in NCURSES_EXPORT() 107 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 110 entry_ptr = _nc_find_type_entry(str, NUMBER, FALSE); in NCURSES_SP_NAME() 111 if (entry_ptr != 0) { in NCURSES_SP_NAME() 112 j = entry_ptr->nte_index; in NCURSES_SP_NAME() 154 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 158 if (entry_ptr != 0) { in NCURSES_SP_NAME() [all …]
|
| H A D | parse_entry.c | 408 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 425 if (entry_ptr && !silent) in _nc_parse_entry() 441 if (entry_ptr && !silent) in _nc_parse_entry() 457 if (entry_ptr == NOTFOUND in _nc_parse_entry() 476 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 491 assert(entry_ptr != 0); in _nc_parse_entry() 509 assert(entry_ptr != 0); in _nc_parse_entry() 516 assert(entry_ptr != 0); in _nc_parse_entry() 550 switch (entry_ptr->nte_type) { in _nc_parse_entry() 1151 entry_ptr++; in lookup_fullname() [all …]
|
| H A D | lib_termcap.c | 261 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 265 if (entry_ptr != 0) { in NCURSES_SP_NAME() 266 j = entry_ptr->nte_index; in NCURSES_SP_NAME() 313 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 316 entry_ptr = _nc_find_type_entry(id, NUMBER, TRUE); in NCURSES_SP_NAME() 317 if (entry_ptr != 0) { in NCURSES_SP_NAME() 318 j = entry_ptr->nte_index; in NCURSES_SP_NAME() 365 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 368 entry_ptr = _nc_find_type_entry(id, STRING, TRUE); in NCURSES_SP_NAME() 369 if (entry_ptr != 0) { in NCURSES_SP_NAME() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | report_hashing.c | 43 struct name_table_entry const *entry_ptr; in check_names() local 48 entry_ptr = _nc_find_entry(table[n], hash_table); in check_names() 49 if (entry_ptr == 0) { in check_names()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 111 const Entry *FindNextValueForName(const Entry *entry_ptr) const { in FindNextValueForName() argument 115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName() 117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | tput.c | 276 struct name_table_entry const *entry_ptr; in tput_cmd() local 277 entry_ptr = _nc_find_type_entry(name, STRING, FALSE); in tput_cmd() 278 if (entry_ptr == NULL) { in tput_cmd()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1528 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local 1529 --entry_ptr; in GenerateBlockFunction() 1543 ++entry_ptr; in GenerateBlockFunction() 1544 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction() 1564 entry_ptr == entry->end() ? nullptr : &*entry_ptr); in GenerateBlockFunction()
|