Searched refs:ai_line (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/nvi/vi/ |
| D | v_itxt.c | 213 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));
|
| D | v_txt.c | 248 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))
|