Lines Matching refs:nScreenWidth
717 short int nScreenWidth; /* Maximum overall table width */ member
2646 int *awNew = qrfValidLayout(pData, p, nColNext, p->spec.nScreenWidth); in qrfSplitColumn()
2717 pData->nMargin = (p->spec.nScreenWidth - w)/(nCol - 1); in qrfSplitColumn()
2732 if( p->spec.nScreenWidth==0 ) return; in qrfRestrictScreenWidth()
2741 if( p->spec.nScreenWidth >= sumW+sepW ) return; in qrfRestrictScreenWidth()
2751 targetW = p->spec.nScreenWidth - sepW; in qrfRestrictScreenWidth()
2939 && p->spec.nScreenWidth>data.a[0].w+3 in qrfColumnar()
3615 p->mxWidth = p->spec.nScreenWidth; in qrfInitialize()
26557 spec.nScreenWidth = shellScreenWidth(); in shell_exec()
31694 p->mode.spec.nScreenWidth = 0; in dotCmdMode()
31702 p->mode.spec.nScreenWidth = w; in dotCmdMode()
31914 || (pI->eCx && (p->mode.spec.nScreenWidth>0 || p->mode.bAutoScreenWidth)) in dotCmdMode()
31920 p->mode.spec.nScreenWidth); in dotCmdMode()