Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtreeview.c892 if( pList->a[i].fg.bNoExpand ) fprintf(stdout, "(NoExpand) "); in sqlite3TreeViewBareExprList()
H A DsqliteInt.h3037 unsigned bNoExpand: 1; /* Term is an auxiliary in NestedFrom and should member
H A Dselect.c2248 if( pX->fg.bNoExpand ){ in sqlite3ColumnsFromExprList()
6038 pX->fg.bNoExpand = 1; in selectExpander()