Home
last modified time | relevance | path

Searched refs:user_table_entry (Results 1 – 14 of 14) sorted by relevance

/src/contrib/ncurses/ncurses/tinfo/
H A DMKuserdefs.sh67 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)
H A Dcomp_hash.c123 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()
H A Dmake_hash.c114 _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()
H A Dparse_entry.c205 struct user_table_entry const *entry = _nc_find_user_entry(name); in expected_type()
/src/contrib/ncurses/include/
H A Dtic.h223 struct user_table_entry struct
286 extern NCURSES_EXPORT(struct user_table_entry const *) _nc_find_user_entry
318 extern NCURSES_EXPORT(const struct user_table_entry *) _nc_get_userdefs_table (void);
/src/contrib/ncurses/ncurses/
H A Dllib-ltinfo214 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); }
H A Dllib-ltinfow226 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); }
H A Dllib-ltinfot219 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); }
H A Dllib-ltinfotw231 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); }
H A Dllib-lncurses2943 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); }
H A Dllib-lncursest2957 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); }
H A Dllib-lncursesw3894 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); }
H A Dllib-lncursestw3908 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); }
/src/contrib/ncurses/progs/
H A Dtic.c1897 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()