Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23686 u8 bAutoScreenWidth; /* Using the TTY to determine screen width */ member
25003 pM->bAutoScreenWidth = 1; in modeChange()
25019 p->mode.bAutoScreenWidth = 1; in modeChange()
26594 if( pArg->mode.bAutoScreenWidth ){ in shell_exec()
31756 p->mode.bAutoScreenWidth = 0; in dotCmdMode()
31759 p->mode.bAutoScreenWidth = 1; in dotCmdMode()
31762 p->mode.bAutoScreenWidth = 0; in dotCmdMode()
31977 || (pI->eCx && (p->mode.spec.nScreenWidth>0 || p->mode.bAutoScreenWidth)) in dotCmdMode()
31979 if( p->mode.bAutoScreenWidth ){ in dotCmdMode()