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

/freebsd-12-stable/contrib/nvi/ex/
H A Dex_txt.c47 static int txt_dent(SCR *, TEXT *);
313 if (txt_dent(sp, tp))
373 * txt_dent --
376 * Ex version of vi/v_ntext.c:txt_dent(). See that code for the (usual)
380 txt_dent(SCR *sp, TEXT *tp) function
/freebsd-12-stable/contrib/nvi/vi/
H A Dv_txt.c35 static int txt_dent(SCR *, TEXT *, int);
980 (void)txt_dent(sp, tp, 0);
1196 if (txt_dent(sp, tp, 1))
1878 * Technically, txt_dent should be part of the screen interface, as it requires
1884 * txt_dent --
1891 txt_dent(SCR *sp, TEXT *tp, int isindent) function

Completed in 140 milliseconds