Home | History | Annotate | Download | only in vi

Lines Matching refs:vip

126 	VI_PRIVATE *vip;
128 vip = VIP(sp);
138 vip->sv_tm_lno = TMAP->lno;
139 vip->sv_tm_soff = TMAP->soff;
140 vip->sv_tm_coff = TMAP->coff;
141 vip->sv_t_maxrows = sp->t_maxrows;
142 vip->sv_t_minrows = sp->t_minrows;
143 vip->sv_t_rows = sp->t_rows;
177 VI_PRIVATE *vip;
180 vip = VIP(sp);
183 sp->t_rows = vip->sv_t_rows;
184 sp->t_minrows = vip->sv_t_minrows;
185 sp->t_maxrows = vip->sv_t_maxrows;
206 while (vip->sv_tm_lno != TMAP->lno ||
207 vip->sv_tm_soff != TMAP->soff)
218 VI_SCR_CFLUSH(vip);
219 F_SET(vip, VIP_CUR_INVALID);
266 VI_PRIVATE *vip;
289 vip = VIP(sp);
502 fc.e_flno = vip->totalcount >=
503 sp->rows ? 1 : sp->rows - vip->totalcount;
505 vip->linecount = vip->lcontinue = vip->totalcount = 0;
551 if (vip->rep == NULL)
605 BINC_GOTO(sp, EVENT, vip->rep,
606 vip->rep_len, (rcol + 1) * sizeof(EVENT));
607 vip->rep[rcol++] = *evp;
611 if (rcol == vip->rep_cnt)
613 evp = vip->rep + rcol++;
858 vip->rep_cnt = rcol;
1428 if ((vip->totalcount != 0 || F_ISSET(gp, G_BELLSCHED)) &&
1457 vip->rep_cnt = rcol;
2617 F_SET(VIP(sp), VIP_S_MODELINE);
2654 F_CLR(VIP(sp), VIP_S_MODELINE);