Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23897 static const char *aModeStr[] = variable
24987 if( pI->eCSep ) modeSetStr(&pM->spec.zColumnSep, aModeStr[pI->eCSep]); in modeChange()
24988 if( pI->eRSep ) modeSetStr(&pM->spec.zRowSep, aModeStr[pI->eRSep]); in modeChange()
24989 if( pI->eNull ) modeSetStr(&pM->spec.zNull, aModeStr[pI->eNull]); in modeChange()
31926 zSetting = aModeStr[pI->eCSep]; in dotCmdMode()
31961 zSetting = aModeStr[pI->eNull]; in dotCmdMode()
31971 zSetting = aModeStr[pI->eRSep]; in dotCmdMode()