Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23648 u8 bAutoScreenWidth; /* Using the TTY to determine screen width */ member
24965 pM->bAutoScreenWidth = 1; in modeChange()
24981 p->mode.bAutoScreenWidth = 1; in modeChange()
26556 if( pArg->mode.bAutoScreenWidth ){ in shell_exec()
31693 p->mode.bAutoScreenWidth = 0; in dotCmdMode()
31696 p->mode.bAutoScreenWidth = 1; in dotCmdMode()
31699 p->mode.bAutoScreenWidth = 0; in dotCmdMode()
31914 || (pI->eCx && (p->mode.spec.nScreenWidth>0 || p->mode.bAutoScreenWidth)) in dotCmdMode()
31916 if( p->mode.bAutoScreenWidth ){ in dotCmdMode()