Searched refs:table_opts (Results 1 – 1 of 1) sorted by relevance
351 static struct table_opts { struct355 } table_opts; variable370 int process_tabledef(char *, struct table_opts *);495 struct table_opts table_opts; member585 %type <v.table_opts> table_opts table_opt table_opts_l1730 tabledef : TABLE '<' STRING '>' table_opts {1760 table_opts : {1761 bzero(&table_opts, sizeof table_opts);1762 SIMPLEQ_INIT(&table_opts.init_nodes);1765 { $$ = table_opts; }[all …]