Searched refs:O_COLUMNS (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/vi/ |
H A D | options_def.h | 10 #define O_COLUMNS 9 macro
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 58 resizeterm(O_VAL(sp, O_LINES), O_VAL(sp, O_COLUMNS))) && in cl_screen() 228 cl_putenv("COLUMNS", NULL, (u_long)O_VAL(sp, O_COLUMNS)); in cl_vi_init()
|
H A D | cl_term.c | 271 case O_COLUMNS: in cl_optchange() 404 row == O_VAL(sp, O_LINES) && col == O_VAL(sp, O_COLUMNS)) { in cl_ssize()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_util.c | 133 sp->cols = O_VAL(sp, O_COLUMNS); in ex_init()
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.h | 361 ((sp)->cols != O_VAL(sp, O_COLUMNS))
|
H A D | vi.c | 954 sp->cols = O_VAL(sp, O_COLUMNS); in v_init()
|
/freebsd/contrib/nvi/common/ |
H A D | options.c | 258 {L("co"), O_COLUMNS}, /* 4.4BSD */ 340 if (o_set(sp, O_COLUMNS, 0, NULL, GO_COLUMNS)) in opts_init() 342 F_SET(&sp->opts[O_COLUMNS], OPT_GLOBAL); in opts_init()
|
H A D | main.c | 263 sp->cols = O_VAL(sp, O_COLUMNS); in editor()
|