Home
last modified time | relevance | path

Searched refs:user_table_entry (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libncurses/include/
HDcomp_userdefs.c125 static struct user_table_entry *_nc_user_table = 0;
1136 static const struct user_table_entry *
1137 _nc_build_names(struct user_table_entry **actual, in _nc_build_names()
1142 *actual = typeCalloc(struct user_table_entry, USERTABSIZE); in _nc_build_names()
1167 NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void) in _nc_get_userdefs_table()
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDcomp_hash.c122 NCURSES_EXPORT(struct user_table_entry const *)
127 struct user_table_entry const *ptr = 0; in _nc_find_user_entry()
128 struct user_table_entry const *real_table; in _nc_find_user_entry()
HDmake_hash.c114 _nc_make_hash_table(struct user_table_entry *table, in _nc_make_hash_table()
250 struct user_table_entry *name_table = typeCalloc(struct in main()
251 user_table_entry, tablesize); in main()
HDparse_entry.c200 struct user_table_entry const *entry = _nc_find_user_entry(name); in expected_type()
/dragonfly/contrib/ncurses/include/
HDtic.h223 struct user_table_entry struct
285 extern NCURSES_EXPORT(struct user_table_entry const *) _nc_find_user_entry
317 NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void);
/dragonfly/contrib/ncurses/progs/
HDtic.c1859 static struct user_table_entry const *
1862 struct user_table_entry const *result = 0; in lookup_user_capability()
1893 struct user_table_entry const *p = lookup_user_capability(name); in is_user_capability()