Searched refs:O_SHIFTWIDTH (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/nvi2/ex/ |
| HD | ex_shift.c | 77 if (O_VAL(sp, O_SHIFTWIDTH) == 0) { in shift() 97 sw += O_VAL(sp, O_SHIFTWIDTH); in shift()
|
| HD | ex_txt.c | 382 sw = O_VAL(sp, O_SHIFTWIDTH); in txt_dent()
|
| /dragonfly/usr.bin/vi/ |
| HD | options_def.h | 59 #define O_SHIFTWIDTH 58 macro
|
| /dragonfly/contrib/nvi2/common/ |
| HD | options.c | 277 {L("sw"), O_SHIFTWIDTH}, /* 4BSD */ 377 OI(O_SHIFTWIDTH, L("shiftwidth=8")); in opts_init()
|
| /dragonfly/contrib/nvi2/vi/ |
| HD | v_txt.c | 967 (void)txt_dent(sp, tp, O_SHIFTWIDTH, 0); in v_txt() 1183 if (txt_dent(sp, tp, O_SHIFTWIDTH, 1)) in v_txt()
|