txt_dent
if (txt_dent(sp, tp))
static int txt_dent(SCR *, TEXT *);
if (txt_dent(sp, tp, O_SHIFTWIDTH, 1))
if (txt_dent(sp, tp, O_TABSTOP, 1))
static int txt_dent(SCR *, TEXT *, int, int);
(void)txt_dent(sp, tp, O_SHIFTWIDTH, 0);