Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/nvi/vi/
Dvs_split.c117 sp->t_maxrows = IS_ONELINE(sp) ? 1 : sp->rows - 1;
118 new->t_maxrows = IS_ONELINE(new) ? 1 : new->rows - 1;
145 sp->t_minrows = sp->t_rows = IS_ONELINE(sp) ? 1 : sp->rows - 1;
156 IS_ONELINE(new) ? 1 : new->rows - 1;
160 _TMAP(sp) = IS_ONELINE(sp) ?
162 _TMAP(new) = IS_ONELINE(new) ?
Dvs_msg.c343 if (IS_ONELINE(sp))
434 if (!IS_ONELINE(sp)) {
771 if (!IS_ONELINE(sp)) {
812 if (IS_ONELINE(sp))
Dvs_smap.c769 if (IS_ONELINE(sp)) {
795 if (IS_ONELINE(sp))
1004 if (IS_ONELINE(sp)) {
1030 if (IS_ONELINE(sp)) {
Dvi.h335 #define IS_ONELINE(sp) ((sp)->rows == 1) macro
Dv_txt.c106 if (IS_ONELINE(sp))
128 if (!IS_ONELINE(sp)) {
181 if (!IS_ONELINE(sp)) {
2590 if (IS_ONELINE(sp)) {
Dvs_refresh.c729 if (LF_ISSET(UPDATE_SCREEN) && !IS_ONELINE(sp) &&