Searched refs:IS_ONELINE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c339 if (IS_ONELINE(sp))
425 if (!IS_ONELINE(sp)) {
750 if (!IS_ONELINE(sp)) {
788 if (IS_ONELINE(sp))
H A Dvs_split.c56 /* XXX: The IS_ONELINE fix will change this, too. */
120 sp->t_maxrows = IS_ONELINE(sp) ? 1 : sp->rows - 1;
121 new->t_maxrows = IS_ONELINE(new) ? 1 : new->rows - 1;
148 sp->t_minrows = sp->t_rows = IS_ONELINE(sp) ? 1 : sp->rows - 1;
159 IS_ONELINE(new) ? 1 : new->rows - 1;
163 _TMAP(sp) = IS_ONELINE(sp) ?
165 _TMAP(new) = IS_ONELINE(new) ?
H A Dvi.h339 #define IS_ONELINE(sp) ((sp)->rows == 1) macro
H A Dvs_smap.c762 if (IS_ONELINE(sp)) {
793 if (IS_ONELINE(sp))
995 if (IS_ONELINE(sp)) {
1026 if (IS_ONELINE(sp)) {
H A Dv_txt.c101 if (IS_ONELINE(sp))
122 if (!IS_ONELINE(sp)) {
174 if (!IS_ONELINE(sp)) {
2555 if (IS_ONELINE(sp)) {
H A Dvs_refresh.c723 if (LF_ISSET(UPDATE_SCREEN) && !IS_ONELINE(sp) &&

Completed in 124 milliseconds