Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c10595 static const int aExplainWidths[] = {4, 13, 4, 4, 4, 13, 2, 13}; in shell_callback() local
10606 colWidth = aExplainWidths; in shell_callback()
10607 nWidth = ArraySize(aExplainWidths); in shell_callback()