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

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions_def.h27 #define O_LINES 26 macro
H A Doptions_f.c116 o_set(sp, O_LINES, 0, NULL, *valp);
338 if (*valp >= O_VAL(sp, O_LINES) - 1 &&
339 (*valp = O_VAL(sp, O_LINES) - 1) == 0)
H A Doptions.c104 /* O_LINES 4.4BSD */
264 {L("li"), O_LINES}, /* 4.4BSD */
335 if (o_set(sp, O_LINES, 0, NULL, GO_LINES))
337 F_SET(&sp->opts[O_LINES], OPT_GLOBAL);
390 if ((v = (O_VAL(sp, O_LINES) - 1) / 2) == 0)
402 * or when the O_LINES value is 1.
410 else if ((v = O_VAL(sp, O_LINES) - 1) == 0)
H A Dmain.c274 sp->rows = O_VAL(sp, O_LINES); /* Make ex formatting work. */
/freebsd-11.0-release/contrib/nvi/cl/
H A Dcl_screen.c62 resizeterm(O_VAL(sp, O_LINES), O_VAL(sp, O_COLUMNS))) &&
118 0, O_VAL(sp, O_LINES) - 1), 1, cl_putchar);
230 cl_putenv("LINES", NULL, (u_long)O_VAL(sp, O_LINES));
H A Dcl_term.c275 case O_LINES:
407 row == O_VAL(sp, O_LINES) && col == O_VAL(sp, O_COLUMNS)) {
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_util.c136 sp->rows = O_VAL(sp, O_LINES);
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvi.h360 ((sp)->rows != O_VAL(sp, O_LINES))
H A Dvi.c957 sp->rows = vip->srows = O_VAL(sp, O_LINES);

Completed in 124 milliseconds