Searched refs:conslist_opt (Results 1 – 1 of 1) sorted by relevance
199 create_table_args ::= LP columnlist conslist_opt(X) RP(E) table_option_set(F). { in conslist_opt() function429 conslist_opt(A) ::= . {A.n = 0; A.z = 0;}430 conslist_opt(A) ::= COMMA(A) conslist.