Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c31836 const char *zSetting; in dotCmdMode() local
31863 zSetting = aModeStr[pI->eCSep]; in dotCmdMode()
31864 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zColumnSep)!=0) ){ in dotCmdMode()
31898 zSetting = aModeStr[pI->eNull]; in dotCmdMode()
31899 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zNull)!=0) ){ in dotCmdMode()
31908 zSetting = aModeStr[pI->eRSep]; in dotCmdMode()
31909 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zRowSep)!=0) ){ in dotCmdMode()