Searched refs:user_table_entry (Results 1 – 6 of 6) sorted by relevance
125 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()
122 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()
114 _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()
200 struct user_table_entry const *entry = _nc_find_user_entry(name); in expected_type()
223 struct user_table_entry struct285 extern NCURSES_EXPORT(struct user_table_entry const *) _nc_find_user_entry317 NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void);
1859 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()