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

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dparse_entry.c207 struct name_table_entry const *entry_ptr; local
285 entry_ptr = _nc_find_entry(_nc_curr_token.tk_name,
296 if (entry_ptr == NOTFOUND) {
311 entry_ptr = _nc_find_entry(ap->to, _nc_cap_hash_table);
312 if (entry_ptr && !silent)
326 entry_ptr = _nc_find_entry(ap->to, _nc_info_hash_table);
327 if (entry_ptr && !silent)
333 if (entry_ptr == NOTFOUND) {
334 entry_ptr = lookup_fullname(_nc_curr_token.tk_name);
343 if (entry_ptr
979 struct name_table_entry const *entry_ptr = _nc_get_table(FALSE); local
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm88k-dis.c572 const HASHTAB *entry_ptr;
601 for (entry_ptr = hashtable[opcode % HASHVAL];
602 (entry_ptr != NULL) && (entry_ptr->instr->opcode != opcode);
603 entry_ptr = entry_ptr->next)
606 if (entry_ptr == NULL)
610 (*info->fprintf_func) (info->stream, "%s", entry_ptr->instr->mnemonic);
611 printop (info, &(entry_ptr->instr->op1), instruction, pc, 1);
612 printop (info, &(entry_ptr
571 const HASHTAB *entry_ptr; local
[all...]

Completed in 40 milliseconds