Home
last modified time | relevance | path

Searched refs:O_COLUMNS (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/vi/
H A Doptions_def.h10 #define O_COLUMNS 9 macro
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c58 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 Dcl_term.c271 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 Dex_util.c133 sp->cols = O_VAL(sp, O_COLUMNS); in ex_init()
/freebsd/contrib/nvi/vi/
H A Dvi.h361 ((sp)->cols != O_VAL(sp, O_COLUMNS))
H A Dvi.c954 sp->cols = O_VAL(sp, O_COLUMNS); in v_init()
/freebsd/contrib/nvi/common/
H A Doptions.c256 {L("co"), O_COLUMNS}, /* 4.4BSD */
338 if (o_set(sp, O_COLUMNS, 0, NULL, GO_COLUMNS)) in opts_init()
340 F_SET(&sp->opts[O_COLUMNS], OPT_GLOBAL); in opts_init()
H A Dmain.c263 sp->cols = O_VAL(sp, O_COLUMNS); in editor()