Lines Matching defs:tableentry
54 const struct options_table_entry *tableentry;
72 ((o)->tableentry == NULL || \
73 (o)->tableentry->type == OPTIONS_TABLE_STRING)
75 ((o)->tableentry != NULL && \
76 ((o)->tableentry->type == OPTIONS_TABLE_NUMBER || \
77 (o)->tableentry->type == OPTIONS_TABLE_KEY || \
78 (o)->tableentry->type == OPTIONS_TABLE_COLOUR || \
79 (o)->tableentry->type == OPTIONS_TABLE_FLAG || \
80 (o)->tableentry->type == OPTIONS_TABLE_CHOICE))
82 ((o)->tableentry != NULL && \
83 (o)->tableentry->type == OPTIONS_TABLE_COMMAND)
86 ((o)->tableentry != NULL && \
87 ((o)->tableentry->flags & OPTIONS_TABLE_IS_ARRAY))
120 return (o->tableentry);
141 switch (o->tableentry->type) {
158 s = xstrdup(o->tableentry->choices[ov->number]);
249 o->tableentry = oe;
365 return (o->tableentry);
479 if (o->tableentry->type == OPTIONS_TABLE_COLOUR) {
505 separator = o->tableentry->separator;
756 separator = o->tableentry->separator;
1208 if (o->tableentry != NULL &&
1212 options_default(oo, o->tableentry);