Searched refs:colsetlist (Results 1 – 1 of 1) sorted by relevance
94 %type colsetlist {Fts5Colset*}95 %destructor colsetlist { sqlite3_free($$); }97 colset(A) ::= MINUS LCP colsetlist(X) RCP. { in colset()100 colset(A) ::= LCP colsetlist(X) RCP. { A = X; } in colset()109 colsetlist(A) ::= colsetlist(Y) STRING(X). { in colsetlist() function111 colsetlist(A) ::= STRING(X). { in colsetlist() function