Searched defs:user_table_entry (Results 1 – 1 of 1) sorted by relevance
223 struct user_table_entry struct225 const char *ute_name; /* name to hash on */226 int ute_type; /* mask (BOOLEAN, NUMBER, STRING) */227 unsigned ute_argc; /* number of parameters */228 unsigned ute_args; /* bit-mask for string parameters */229 HashValue ute_index; /* index of associated variable in its array */230 HashValue ute_link; /* index in table of next hash, or -1 */