Home
last modified time | relevance | path

Searched refs:O_TABSTOP (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/nvi2/ex/
H A Dex_shift.c119 oldcol += O_VAL(sp, O_TABSTOP) - in shift()
120 oldcol % O_VAL(sp, O_TABSTOP); in shift()
148 for (; newcol >= O_VAL(sp, O_TABSTOP); ++newidx) { in shift()
150 newcol -= O_VAL(sp, O_TABSTOP); in shift()
H A Dex_print.c210 ts = O_VAL(sp, O_TABSTOP); in ex_prchars()
H A Dex_txt.c381 ts = O_VAL(sp, O_TABSTOP); in txt_dent()
/dragonfly/usr.bin/vi/
H A Doptions_def.h65 #define O_TABSTOP 64 macro
/dragonfly/contrib/nvi2/vi/
H A Dvi.h354 #define TAB_OFF(c) COL_OFF((c), O_VAL(sp, O_TABSTOP))
H A Dv_txt.c1210 if (txt_dent(sp, tp, O_TABSTOP, 1)) in v_txt()
1675 ts = O_VAL(sp, O_TABSTOP); in txt_ai_resolve()
1870 ts = O_VAL(sp, O_TABSTOP); in txt_dent()
/dragonfly/contrib/nvi2/common/
H A Doptions.c281 {L("ts"), O_TABSTOP}, /* 4BSD */
379 OI(O_TABSTOP, L("tabstop=8")); in opts_init()