Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2518 static void qrfBoxLine(sqlite3_str *pOut, int N, int bDbl){ in qrfBoxLine() argument
2526 sqlite3_str_append(pOut, azDash[bDbl], nDash); in qrfBoxLine()
2529 sqlite3_str_append(pOut, azDash[bDbl], N); in qrfBoxLine()
2541 int bDbl in qrfBoxSeparator() argument
2549 qrfBoxLine(pOut, p->a[0].w+p->nMargin, bDbl); in qrfBoxSeparator()
2552 qrfBoxLine(pOut, p->a[i].w+p->nMargin, bDbl); in qrfBoxSeparator()