Searched refs:table_opts (Results 1 – 1 of 1) sorted by relevance
293 struct table_opts { struct297 } table_opts; argument322 int process_tabledef(char *, struct table_opts *);432 struct table_opts table_opts; member518 %type <v.table_opts> table_opts table_opt table_opts_l1380 tabledef : TABLE '<' STRING '>' table_opts {1410 table_opts : {1411 bzero(&table_opts, sizeof table_opts);1412 SIMPLEQ_INIT(&table_opts.init_nodes);1415 { $$ = table_opts; }[all …]