Searched refs:O_LINES (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | options_f.c | 100 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 D | options.c | 268 {L("li"), O_LINES}, /* 4.4BSD */ 337 if (o_set(sp, O_LINES, 0, NULL, GO_LINES)) in opts_init() 339 F_SET(&sp->opts[O_LINES], OPT_GLOBAL); in opts_init() 392 if ((v = (O_VAL(sp, O_LINES) - 1) / 2) == 0) in opts_init() 412 else if ((v = O_VAL(sp, O_LINES) - 1) == 0) in opts_init()
|
H A D | main.c | 262 sp->rows = O_VAL(sp, O_LINES); /* Make ex formatting work. */ in editor()
|
/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() 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 D | cl_term.c | 272 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 D | options_def.h | 29 #define O_LINES 28 macro
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_util.c | 132 sp->rows = O_VAL(sp, O_LINES); in ex_init()
|
/freebsd/contrib/nvi/vi/ |
H A D | vi.h | 358 ((sp)->rows != O_VAL(sp, O_LINES))
|
H A D | vi.c | 953 sp->rows = vip->srows = O_VAL(sp, O_LINES); in v_init()
|