Lines Matching refs:nLineLimit
718 short int nLineLimit; /* Maximum number of lines for any row */ member
3617 p->mxHeight = p->spec.nLineLimit; in qrfInitialize()
24984 p->mode.spec.nLineLimit = DFLT_LINE_LIMIT; in modeChange()
31547 case 1: p->mode.spec.nLineLimit = w; break; in dotCmdMode()
31588 p->mode.spec.nLineLimit = DFLT_LINE_LIMIT; in dotCmdMode()
31592 p->mode.spec.nLineLimit = 0; in dotCmdMode()
31603 p->mode.spec.nLineLimit = L; in dotCmdMode()
31872 || (p->mode.spec.nLineLimit>0 && pI->eCx>0) in dotCmdMode()
31876 if( p->mode.spec.nLineLimit==0 in dotCmdMode()
31881 }else if( p->mode.spec.nLineLimit==DFLT_LINE_LIMIT in dotCmdMode()
31888 p->mode.spec.nLineLimit, p->mode.spec.nCharLimit, in dotCmdMode()