Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25723 char cEnd = 0; in shellFormatSchema() local
25770 if( c==cEnd ){ in shellFormatSchema()
25771 cEnd = 0; in shellFormatSchema()
25772 }else if( cEnd!=0){ in shellFormatSchema()
25775 cEnd = c; in shellFormatSchema()
25777 cEnd = ']'; in shellFormatSchema()
25779 cEnd = '\n'; in shellFormatSchema()
25803 if( nParen==1 && cEnd==0 in shellFormatSchema()