Home
last modified time | relevance | path

Searched refs:name_table_entry (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/lib/libcurses/tinfo/
Dcomp_hash.c56 NCURSES_EXPORT(struct name_table_entry const *) in NCURSES_EXPORT()
63 struct name_table_entry const *ptr = 0; in NCURSES_EXPORT()
64 struct name_table_entry const *real_table; in NCURSES_EXPORT()
94 NCURSES_EXPORT(struct name_table_entry const *)
99 struct name_table_entry const *ptr = NULL; in _nc_find_type_entry()
106 const struct name_table_entry *const table = _nc_get_table(termcap); in _nc_find_type_entry()
DMKcaptab.sh92 static const struct name_table_entry *
93 _nc_build_names(struct name_table_entry **actual,
98 *actual = typeCalloc(struct name_table_entry, CAPTABSIZE);
151 NCURSES_EXPORT(const struct name_table_entry *)
Dlib_ti.c64 struct name_table_entry const *entry_ptr; in NCURSES_EXPORT()
109 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME()
156 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME()
Dparse_entry.c64 static struct name_table_entry const *lookup_fullname(const char *name);
68 static struct name_table_entry const *
71 static struct name_table_entry temp; in _nc_extend_names()
290 struct name_table_entry const *entry_ptr; in _nc_parse_entry()
927 struct name_table_entry const *from_ptr; in postprocess_termcap()
928 struct name_table_entry const *to_ptr; in postprocess_termcap()
1125 static struct name_table_entry const *
1150 struct name_table_entry const *entry_ptr = _nc_get_table(FALSE); in lookup_fullname()
Dlib_termcap.c247 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME()
299 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME()
351 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME()
/openbsd/src/lib/libcurses/
Dtic.h192 struct name_table_entry struct
217 #define NOTFOUND ((struct name_table_entry *) 0) argument
279 extern NCURSES_EXPORT(const struct name_table_entry *) _nc_get_table (bool);
284 extern NCURSES_EXPORT(struct name_table_entry const *) _nc_find_type_entry
356 extern NCURSES_EXPORT(struct name_table_entry const *) _nc_find_entry
Dreport_hashing.c43 struct name_table_entry const *entry_ptr; in check_names()
/openbsd/src/usr.bin/tput/
Dtput.c215 const struct name_table_entry *np; in tput_cmd()
272 struct name_table_entry const *entry_ptr; in tput_cmd()
/openbsd/src/lib/libcurses/tty/
Dlib_mvcur.c1263 struct name_table_entry const *np = _nc_find_entry(capname, in main()
/openbsd/src/usr.bin/tic/
Ddump_entry.c173 const struct name_table_entry *np; in nametrans()
Dtic.c2965 const struct name_table_entry *np; in standard_type()