Searched refs:ai_line (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/nvi/vi/ |
H A D | v_itxt.c | 194 recno_t ai_line, lno; in io() local 209 ai_line = OOBLNO; in io() 220 ai_line = sp->lno + 1; in io() 226 ai_line = sp->lno - 1; in io() 230 0, ai_line, F_ISSET(vp, VC_C1SET) ? vp->count : 1, flags)); in io()
|
H A D | v_txt.c | 244 recno_t ai_line, /* Line number to use for autoindent count. */ in v_txt() argument 349 if (LF_ISSET(TXT_AUTOINDENT) && ai_line != OOBLNO) { in v_txt() 350 if (v_txt_auto(sp, ai_line, NULL, 0, tp)) in v_txt()
|