Searched refs:aExplainWidth (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c12167 static const int aExplainWidth[] = {4, 13, 4, 4, 4, 13, 2, 13}; local
12168 if( nArg>ArraySize(aExplainWidth) ){
12169 nArg = ArraySize(aExplainWidth);
12173 int w = aExplainWidth[i];
12178 int w = aExplainWidth[i];
12185 int w = aExplainWidth[i];

Completed in 174 milliseconds