Home
last modified time | relevance | path

Searched refs:tableentry (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980506-1.c8 typedef struct tableentry { struct
12 } tableentry; typedef
14 extern tableentry TIFFFaxWhiteCodes[];
15 extern tableentry TIFFFaxBlackCodes[];
/openbsd/usr.bin/tmux/
H A Doptions.c72 ((o)->tableentry == NULL || \
75 ((o)->tableentry != NULL && \
82 ((o)->tableentry != NULL && \
86 ((o)->tableentry != NULL && \
120 return (o->tableentry); in options_parent_table_entry()
141 switch (o->tableentry->type) { in options_value_to_string()
249 o->tableentry = oe; in options_empty()
365 return (o->tableentry); in options_table_entry()
505 separator = o->tableentry->separator; in options_array_assign()
1198 if (o->tableentry != NULL && in options_remove_or_default()
[all …]