Searched refs:txt_dent (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/nvi/ex/
H A Dex_txt.c43 static int txt_dent(SCR *, TEXT *);
309 if (txt_dent(sp, tp))
369 * txt_dent --
372 * Ex version of vi/v_ntext.c:txt_dent(). See that code for the (usual)
376 txt_dent(SCR *sp, TEXT *tp) function
/freebsd-current/contrib/nvi/vi/
H A Dv_txt.c31 static int txt_dent(SCR *, TEXT *, int, int);
967 (void)txt_dent(sp, tp, O_SHIFTWIDTH, 0);
1183 if (txt_dent(sp, tp, O_SHIFTWIDTH, 1))
1210 if (txt_dent(sp, tp, O_TABSTOP, 1))
1851 * Technically, txt_dent should be part of the screen interface, as it requires
1857 * txt_dent --
1864 txt_dent(SCR *sp, TEXT *tp, int swopt, int isindent) function

Completed in 108 milliseconds