Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25727 int isWhere = 0; in shellFormatSchema() local
25784 if( nLine>0 && nParen==0 && j>0 && !isWhere ){ in shellFormatSchema()
25793 isWhere = 1; in shellFormatSchema()
25794 }else if( isWhere && (c=='A' || c=='a') in shellFormatSchema()
25805 && !isWhere in shellFormatSchema()