Home
last modified time | relevance | path

Searched refs:ai_line (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/nvi/vi/
Dv_itxt.c213 recno_t ai_line, lno; local
228 ai_line = OOBLNO;
239 ai_line = sp->lno + 1;
245 ai_line = sp->lno - 1;
249 0, ai_line, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags));
Dv_txt.c248 v_txt(sp, vp, tm, lp, len, prompt, ai_line, rcount, flags) in v_txt() argument
255 recno_t ai_line; /* Line number to use for autoindent count. */
357 if (LF_ISSET(TXT_AUTOINDENT) && ai_line != OOBLNO) {
358 if (v_txt_auto(sp, ai_line, NULL, 0, tp))