user_table_entry
extern NCURSES_EXPORT(struct user_table_entry const *) _nc_find_user_entry
NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void);
NCURSES_EXPORT(struct user_table_entry const *)
struct user_table_entry const *ptr = 0;
struct user_table_entry const *real_table;
_nc_make_hash_table(struct user_table_entry *table,
struct user_table_entry *name_table = typeCalloc(struct
user_table_entry, tablesize);
struct user_table_entry const *entry = _nc_find_user_entry(name);
static struct user_table_entry const *
struct user_table_entry const *result = 0;
struct user_table_entry const *p = lookup_user_capability(name);