Home
last modified time | relevance | path

Searched refs:O_LINES (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/nvi/common/
H A Doptions_f.c100 o_set(sp, O_LINES, 0, NULL, *valp); in f_lines()
278 if (*valp >= O_VAL(sp, O_LINES) - 1 && in f_window()
279 (*valp = O_VAL(sp, O_LINES) - 1) == 0) in f_window()
H A Doptions.c266 {L("li"), O_LINES}, /* 4.4BSD */
335 if (o_set(sp, O_LINES, 0, NULL, GO_LINES)) in opts_init()
337 F_SET(&sp->opts[O_LINES], OPT_GLOBAL); in opts_init()
390 if ((v = (O_VAL(sp, O_LINES) - 1) / 2) == 0) in opts_init()
410 else if ((v = O_VAL(sp, O_LINES) - 1) == 0) in opts_init()
H A Dmain.c262 sp->rows = O_VAL(sp, O_LINES); /* Make ex formatting work. */ in editor()
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c58 resizeterm(O_VAL(sp, O_LINES), O_VAL(sp, O_COLUMNS))) && in cl_screen()
114 0, O_VAL(sp, O_LINES) - 1), 1, cl_putchar); in cl_screen()
226 cl_putenv("LINES", NULL, (u_long)O_VAL(sp, O_LINES)); in cl_vi_init()
H A Dcl_term.c272 case O_LINES: in cl_optchange()
404 row == O_VAL(sp, O_LINES) && col == O_VAL(sp, O_COLUMNS)) { in cl_ssize()
/freebsd/usr.bin/vi/
H A Doptions_def.h29 #define O_LINES 28 macro
/freebsd/contrib/nvi/ex/
H A Dex_util.c132 sp->rows = O_VAL(sp, O_LINES); in ex_init()
/freebsd/contrib/nvi/vi/
H A Dvi.h358 ((sp)->rows != O_VAL(sp, O_LINES))
H A Dvi.c953 sp->rows = vip->srows = O_VAL(sp, O_LINES); in v_init()