Searched refs:O_TABSTOP (Results 1 – 7 of 7) sorted by relevance
/dragonfly/contrib/nvi2/ex/ |
H A D | ex_shift.c | 119 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 D | ex_print.c | 210 ts = O_VAL(sp, O_TABSTOP); in ex_prchars()
|
H A D | ex_txt.c | 381 ts = O_VAL(sp, O_TABSTOP); in txt_dent()
|
/dragonfly/usr.bin/vi/ |
H A D | options_def.h | 65 #define O_TABSTOP 64 macro
|
/dragonfly/contrib/nvi2/vi/ |
H A D | vi.h | 354 #define TAB_OFF(c) COL_OFF((c), O_VAL(sp, O_TABSTOP))
|
H A D | v_txt.c | 1210 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 D | options.c | 281 {L("ts"), O_TABSTOP}, /* 4BSD */ 379 OI(O_TABSTOP, L("tabstop=8")); in opts_init()
|