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

/freebsd-11.0-release/contrib/nvi/common/
H A Doptions_def.h9 #define O_COLUMNS 8 macro
H A Doptions.c68 /* O_COLUMNS 4.4BSD */
255 {L("co"), O_COLUMNS}, /* 4.4BSD */
338 if (o_set(sp, O_COLUMNS, 0, NULL, GO_COLUMNS))
340 F_SET(&sp->opts[O_COLUMNS], OPT_GLOBAL);
H A Dmain.c275 sp->cols = O_VAL(sp, O_COLUMNS);
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_util.c137 sp->cols = O_VAL(sp, O_COLUMNS);
/freebsd-11.0-release/contrib/nvi/cl/
H A Dcl_screen.c62 resizeterm(O_VAL(sp, O_LINES), O_VAL(sp, O_COLUMNS))) &&
232 cl_putenv("COLUMNS", NULL, (u_long)O_VAL(sp, O_COLUMNS));
H A Dcl_term.c274 case O_COLUMNS:
407 row == O_VAL(sp, O_LINES) && col == O_VAL(sp, O_COLUMNS)) {
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvi.h363 ((sp)->cols != O_VAL(sp, O_COLUMNS))
H A Dvi.c958 sp->cols = O_VAL(sp, O_COLUMNS);

Completed in 172 milliseconds