Searched refs:table_opts (Results 1 – 1 of 1) sorted by relevance
243 struct table_opts { struct247 } table_opts; argument271 int process_tabledef(char *, struct table_opts *);397 struct table_opts table_opts; member469 %type <v.table_opts> table_opts table_opt table_opts_l1184 tabledef : TABLE '<' STRING '>' table_opts {1214 table_opts : {1215 bzero(&table_opts, sizeof table_opts);1216 SIMPLEQ_INIT(&table_opts.init_nodes);1219 { $$ = table_opts; }[all …]