Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c21238 char *zSp = j<nPrintRow ? "" : " "; in do_meta_command() local
21239 utf8_printf(p->out, "%s%-*s", zSp, maxlen, in do_meta_command()
H A Dsqlite3.c133506 const char *zSp = " ";
133508 if( pC==0 ){ zSp++; }
133510 "%T %T%s%T", pA, pB, zSp, pC);