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

/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_shift.c111 oldcol += O_VAL(sp, O_TABSTOP) -
112 oldcol % O_VAL(sp, O_TABSTOP);
136 newcol >= O_VAL(sp, O_TABSTOP); ++newidx) {
138 newcol -= O_VAL(sp, O_TABSTOP);
H A Dex_print.c214 ts = O_VAL(sp, O_TABSTOP);
H A Dex_txt.c385 ts = O_VAL(sp, O_TABSTOP);
/freebsd-11.0-release/contrib/nvi/common/
H A Doptions_def.h64 #define O_TABSTOP 63 macro
H A Doptions.c200 /* O_TABSTOP 4BSD */
281 {L("ts"), O_TABSTOP}, /* 4BSD */
381 OI(O_TABSTOP, L("tabstop=8"));
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvi.h356 #define TAB_OFF(c) COL_OFF((c), O_VAL(sp, O_TABSTOP))
H A Dv_txt.c1709 ts = O_VAL(sp, O_TABSTOP);
1898 ts = O_VAL(sp, O_TABSTOP);

Completed in 179 milliseconds