Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c23859 static const char *aModeStr[] = variable
24949 if( pI->eCSep ) modeSetStr(&pM->spec.zColumnSep, aModeStr[pI->eCSep]); in modeChange()
24950 if( pI->eRSep ) modeSetStr(&pM->spec.zRowSep, aModeStr[pI->eRSep]); in modeChange()
24951 if( pI->eNull ) modeSetStr(&pM->spec.zNull, aModeStr[pI->eNull]); in modeChange()
31863 zSetting = aModeStr[pI->eCSep]; in dotCmdMode()
31898 zSetting = aModeStr[pI->eNull]; in dotCmdMode()
31908 zSetting = aModeStr[pI->eRSep]; in dotCmdMode()