Searched refs:table_opts (Results 1 – 1 of 1) sorted by relevance
369 static struct table_opts { struct373 } table_opts; argument434 int process_tabledef(char *, struct table_opts *, int);566 struct table_opts table_opts; member662 %type <v.table_opts> table_opts table_opt table_opts_l1761 tabledef : TABLE '<' STRING '>' table_opts {1791 table_opts : {1792 bzero(&table_opts, sizeof table_opts);1793 SIMPLEQ_INIT(&table_opts.init_nodes);1796 { $$ = table_opts; }[all …]