Searched refs:user_table_entry (Results 1 – 14 of 14) sorted by relevance
67 static const struct user_table_entry *68 _nc_build_names(struct user_table_entry **actual,73 *actual = typeCalloc(struct user_table_entry, USERTABSIZE);98 NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void)
123 NCURSES_EXPORT(struct user_table_entry const *)128 struct user_table_entry const *ptr = NULL; in _nc_find_user_entry()129 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; in main()269 name_table = typeCalloc(struct user_table_entry, tablesize); in main()
205 struct user_table_entry const *entry = _nc_find_user_entry(name); in expected_type()
223 struct user_table_entry struct286 extern NCURSES_EXPORT(struct user_table_entry const *) _nc_find_user_entry318 extern NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void);
214 struct user_table_entry const *_nc_find_user_entry(216 { return(*(struct user_table_entry const **)0); }221 const struct user_table_entry *_nc_get_userdefs_table(void)222 { return(*(const struct user_table_entry **)0); }
226 struct user_table_entry const *_nc_find_user_entry(228 { return(*(struct user_table_entry const **)0); }233 const struct user_table_entry *_nc_get_userdefs_table(void)234 { return(*(const struct user_table_entry **)0); }
219 struct user_table_entry const *_nc_find_user_entry(221 { return(*(struct user_table_entry const **)0); }226 const struct user_table_entry *_nc_get_userdefs_table(void)227 { return(*(const struct user_table_entry **)0); }
231 struct user_table_entry const *_nc_find_user_entry(233 { return(*(struct user_table_entry const **)0); }238 const struct user_table_entry *_nc_get_userdefs_table(void)239 { return(*(const struct user_table_entry **)0); }
2943 struct user_table_entry const *_nc_find_user_entry(2945 { return(*(struct user_table_entry const **)0); }2950 const struct user_table_entry *_nc_get_userdefs_table(void)2951 { return(*(const struct user_table_entry **)0); }
2957 struct user_table_entry const *_nc_find_user_entry(2959 { return(*(struct user_table_entry const **)0); }2964 const struct user_table_entry *_nc_get_userdefs_table(void)2965 { return(*(const struct user_table_entry **)0); }
3894 struct user_table_entry const *_nc_find_user_entry(3896 { return(*(struct user_table_entry const **)0); }3901 const struct user_table_entry *_nc_get_userdefs_table(void)3902 { return(*(const struct user_table_entry **)0); }
3908 struct user_table_entry const *_nc_find_user_entry(3910 { return(*(struct user_table_entry const **)0); }3915 const struct user_table_entry *_nc_get_userdefs_table(void)3916 { return(*(const struct user_table_entry **)0); }
1897 static struct user_table_entry const *1900 struct user_table_entry const *result = NULL; in lookup_user_capability()1931 struct user_table_entry const *p = lookup_user_capability(name); in is_user_capability()