Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c31899 const char *zSetting; in dotCmdMode() local
31926 zSetting = aModeStr[pI->eCSep]; in dotCmdMode()
31927 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zColumnSep)!=0) ){ in dotCmdMode()
31961 zSetting = aModeStr[pI->eNull]; in dotCmdMode()
31962 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zNull)!=0) ){ in dotCmdMode()
31971 zSetting = aModeStr[pI->eRSep]; in dotCmdMode()
31972 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zRowSep)!=0) ){ in dotCmdMode()