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 = 0; 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 = typeCalloc(struct in main()251 user_table_entry, tablesize); in main()
205 struct user_table_entry const *entry = _nc_find_user_entry(name); in expected_type()
222 struct user_table_entry struct284 extern NCURSES_EXPORT(struct user_table_entry const *) _nc_find_user_entry316 NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void);
220 struct user_table_entry const *_nc_find_user_entry(222 { return(*(struct user_table_entry const **)0); }227 const struct user_table_entry *_nc_get_userdefs_table(void)228 { return(*(const struct user_table_entry **)0); }
208 struct user_table_entry const *_nc_find_user_entry(210 { return(*(struct user_table_entry const **)0); }215 const struct user_table_entry *_nc_get_userdefs_table(void)216 { return(*(const struct user_table_entry **)0); }
225 struct user_table_entry const *_nc_find_user_entry(227 { return(*(struct user_table_entry const **)0); }232 const struct user_table_entry *_nc_get_userdefs_table(void)233 { return(*(const struct user_table_entry **)0); }
213 struct user_table_entry const *_nc_find_user_entry(215 { return(*(struct user_table_entry const **)0); }220 const struct user_table_entry *_nc_get_userdefs_table(void)221 { return(*(const struct user_table_entry **)0); }
2951 struct user_table_entry const *_nc_find_user_entry(2953 { return(*(struct user_table_entry const **)0); }2958 const struct user_table_entry *_nc_get_userdefs_table(void)2959 { return(*(const struct user_table_entry **)0); }
2937 struct user_table_entry const *_nc_find_user_entry(2939 { return(*(struct user_table_entry const **)0); }2944 const struct user_table_entry *_nc_get_userdefs_table(void)2945 { return(*(const struct user_table_entry **)0); }
3902 struct user_table_entry const *_nc_find_user_entry(3904 { return(*(struct user_table_entry const **)0); }3909 const struct user_table_entry *_nc_get_userdefs_table(void)3910 { return(*(const struct user_table_entry **)0); }
3888 struct user_table_entry const *_nc_find_user_entry(3890 { return(*(struct user_table_entry const **)0); }3895 const struct user_table_entry *_nc_get_userdefs_table(void)3896 { return(*(const struct user_table_entry **)0); }
1895 static struct user_table_entry const *1898 struct user_table_entry const *result = 0; in lookup_user_capability()1929 struct user_table_entry const *p = lookup_user_capability(name); in is_user_capability()