Searched refs:aModeStr (Results 1 – 1 of 1) sorted by relevance
23859 static const char *aModeStr[] = variable24949 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()