Searched refs:eCx (Results 1 – 1 of 1) sorted by relevance
23854 unsigned char eCx; /* 0: other, 1: line, 2: columnar */ member31840 if( bAll || (p->mode.spec.nAlign && pI->eCx==2) ){ in dotCmdMode()31872 || (p->mode.spec.nLineLimit>0 && pI->eCx>0) in dotCmdMode()31874 || (p->mode.spec.nTitleLimit>0 && pI->eCx>0) in dotCmdMode()31914 || (pI->eCx && (p->mode.spec.nScreenWidth>0 || p->mode.bAutoScreenWidth)) in dotCmdMode()31942 if( p->mode.spec.nWidth>0 && (bAll || pI->eCx==2) ){ in dotCmdMode()31952 if( bAll || (pI->eCx>0 && p->mode.spec.bWordWrap) ){ in dotCmdMode()