Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22913 static const int aExplainWidth[] = {4, 13, 4, 4, 4, 13, 2, 13}; in shell_callback() local
22918 const int *aWidth = aExplainWidth; in shell_callback()
22920 int nWidth = ArraySize(aExplainWidth); in shell_callback()