Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/include/
H A Dtic.h222 struct user_table_entry struct
224 const char *ute_name; /* name to hash on */
225 int ute_type; /* mask (BOOLEAN, NUMBER, STRING) */
226 unsigned ute_argc; /* number of parameters */
227 unsigned ute_args; /* bit-mask for string parameters */
228 HashValue ute_index; /* index of associated variable in its array */
229 HashValue ute_link; /* index in table of next hash, or -1 */