Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/
H A Dtic.h224 struct user_table_entry struct
226 const char *ute_name; /* name to hash on */
227 int ute_type; /* mask (BOOLEAN, NUMBER, STRING) */
228 unsigned ute_argc; /* number of parameters */
229 unsigned ute_args; /* bit-mask for string parameters */
230 HashValue ute_index; /* index of associated variable in its array */
231 HashValue ute_link; /* index in table of next hash, or -1 */