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)
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);
195 struct user_table_entry const *_nc_find_user_entry(197 { return(*(struct user_table_entry const **)0); }202 const struct user_table_entry *_nc_get_userdefs_table(void)203 { return(*(const struct user_table_entry **)0); }
200 struct user_table_entry const *_nc_find_user_entry(202 { return(*(struct user_table_entry const **)0); }207 const struct user_table_entry *_nc_get_userdefs_table(void)208 { return(*(const struct user_table_entry **)0); }
207 struct user_table_entry const *_nc_find_user_entry(209 { return(*(struct user_table_entry const **)0); }214 const struct user_table_entry *_nc_get_userdefs_table(void)215 { return(*(const struct user_table_entry **)0); }
212 struct user_table_entry const *_nc_find_user_entry(214 { return(*(struct user_table_entry const **)0); }219 const struct user_table_entry *_nc_get_userdefs_table(void)220 { return(*(const struct user_table_entry **)0); }
2924 struct user_table_entry const *_nc_find_user_entry(2926 { return(*(struct user_table_entry const **)0); }2931 const struct user_table_entry *_nc_get_userdefs_table(void)2932 { return(*(const struct user_table_entry **)0); }
2938 struct user_table_entry const *_nc_find_user_entry(2940 { return(*(struct user_table_entry const **)0); }2945 const struct user_table_entry *_nc_get_userdefs_table(void)2946 { return(*(const struct user_table_entry **)0); }
3877 struct user_table_entry const *_nc_find_user_entry(3879 { return(*(struct user_table_entry const **)0); }3884 const struct user_table_entry *_nc_get_userdefs_table(void)3885 { return(*(const struct user_table_entry **)0); }
3863 struct user_table_entry const *_nc_find_user_entry(3865 { return(*(struct user_table_entry const **)0); }3870 const struct user_table_entry *_nc_get_userdefs_table(void)3871 { return(*(const struct user_table_entry **)0); }
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()