Home
last modified time | relevance | path

Searched refs:TOKEN (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5parse.y33 pParse, "fts5: syntax error near \"%.*s\"",TOKEN.n,TOKEN.p
/sqlite-3.40.0/ext/fts5/tool/
H A Dmkfts5c.tcl86 lappend sub_map yy fts5yy YY fts5YY TOKEN FTS5TOKEN
/sqlite-3.40.0/tool/
H A Dlempar.c790 #define TOKEN yyminor in yy_syntax_error() macro
/sqlite-3.40.0/src/
H A Dparse.y41 if( TOKEN.z[0] ){
42 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
/sqlite-3.40.0/test/
H A Dfts3auto.test111 # fts3_make_deferrable TABLE TOKEN ?NROW?