Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
HDoptions_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()
HDoptions.c264 {L("li"), O_LINES}, /* 4.4BSD */
333 if (o_set(sp, O_LINES, 0, NULL, GO_LINES)) in opts_init()
335 F_SET(&sp->opts[O_LINES], OPT_GLOBAL); in opts_init()
388 if ((v = (O_VAL(sp, O_LINES) - 1) / 2) == 0) in opts_init()
408 else if ((v = O_VAL(sp, O_LINES) - 1) == 0) in opts_init()
HDmain.c262 sp->rows = O_VAL(sp, O_LINES); /* Make ex formatting work. */ in editor()
/dragonfly/contrib/nvi2/cl/
HDcl_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()
HDcl_term.c272 case O_LINES: in cl_optchange()
404 row == O_VAL(sp, O_LINES) && col == O_VAL(sp, O_COLUMNS)) { in cl_ssize()
/dragonfly/usr.bin/vi/
HDoptions_def.h28 #define O_LINES 27 macro
/dragonfly/contrib/nvi2/ex/
HDex_util.c132 sp->rows = O_VAL(sp, O_LINES); in ex_init()
/dragonfly/contrib/nvi2/vi/
HDvi.h358 ((sp)->rows != O_VAL(sp, O_LINES))
HDvi.c953 sp->rows = vip->srows = O_VAL(sp, O_LINES); in v_init()