Home
last modified time | relevance | path

Searched defs:star_opt (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5parse.y196 star_opt(A) ::= STAR. { A = 1; } in star_opt() function
197 star_opt(A) ::= . { A = 0; } in star_opt() function