Symbol: name_table_entry
lib/libcurses/report_hashing.c
43
struct name_table_entry const *entry_ptr;
lib/libcurses/tic.h
217
#define NOTFOUND ((struct name_table_entry *) 0)
lib/libcurses/tic.h
279
extern NCURSES_EXPORT(const struct name_table_entry *) _nc_get_table (bool);
lib/libcurses/tic.h
284
extern NCURSES_EXPORT(struct name_table_entry const *) _nc_find_type_entry
lib/libcurses/tic.h
356
extern NCURSES_EXPORT(struct name_table_entry const *) _nc_find_entry
lib/libcurses/tinfo/comp_hash.c
106
const struct name_table_entry *const table = _nc_get_table(termcap);
lib/libcurses/tinfo/comp_hash.c
56
NCURSES_EXPORT(struct name_table_entry const *)
lib/libcurses/tinfo/comp_hash.c
63
struct name_table_entry const *ptr = 0;
lib/libcurses/tinfo/comp_hash.c
64
struct name_table_entry const *real_table;
lib/libcurses/tinfo/comp_hash.c
94
NCURSES_EXPORT(struct name_table_entry const *)
lib/libcurses/tinfo/comp_hash.c
99
struct name_table_entry const *ptr = NULL;
lib/libcurses/tinfo/lib_termcap.c
247
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/lib_termcap.c
299
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/lib_termcap.c
351
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/lib_ti.c
109
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/lib_ti.c
156
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/lib_ti.c
64
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/parse_entry.c
1125
static struct name_table_entry const *
lib/libcurses/tinfo/parse_entry.c
1150
struct name_table_entry const *entry_ptr = _nc_get_table(FALSE);
lib/libcurses/tinfo/parse_entry.c
290
struct name_table_entry const *entry_ptr;
lib/libcurses/tinfo/parse_entry.c
64
static struct name_table_entry const *lookup_fullname(const char *name);
lib/libcurses/tinfo/parse_entry.c
68
static struct name_table_entry const *
lib/libcurses/tinfo/parse_entry.c
71
static struct name_table_entry temp;
lib/libcurses/tinfo/parse_entry.c
927
struct name_table_entry const *from_ptr;
lib/libcurses/tinfo/parse_entry.c
928
struct name_table_entry const *to_ptr;
lib/libcurses/tty/lib_mvcur.c
1263
struct name_table_entry const *np = _nc_find_entry(capname,
usr.bin/tic/dump_entry.c
173
const struct name_table_entry *np;
usr.bin/tic/tic.c
2965
const struct name_table_entry *np;
usr.bin/tput/tput.c
215
const struct name_table_entry *np;
usr.bin/tput/tput.c
272
struct name_table_entry const *entry_ptr;