HomeSort by: relevance | last modified time | path
    Searched refs:IS_ONELINE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_msg.c 345 if (IS_ONELINE(sp))
433 if (!IS_ONELINE(sp)) {
765 if (!IS_ONELINE(sp)) {
803 if (IS_ONELINE(sp))
vs_split.c 61 /* XXX: The IS_ONELINE fix will change this, too. */
125 sp->t_maxrows = IS_ONELINE(sp) ? 1 : sp->rows - 1;
126 new->t_maxrows = IS_ONELINE(new) ? 1 : new->rows - 1;
153 sp->t_minrows = sp->t_rows = IS_ONELINE(sp) ? 1 : sp->rows - 1;
164 IS_ONELINE(new) ? 1 : new->rows - 1;
168 _TMAP(sp) = IS_ONELINE(sp) ?
170 _TMAP(new) = IS_ONELINE(new) ?
vi.h 339 #define IS_ONELINE(sp) ((sp)->rows == 1)
vs_smap.c 768 if (IS_ONELINE(sp)) {
799 if (IS_ONELINE(sp))
1001 if (IS_ONELINE(sp)) {
1032 if (IS_ONELINE(sp)) {
v_txt.c 108 if (IS_ONELINE(sp))
129 if (!IS_ONELINE(sp)) {
181 if (!IS_ONELINE(sp)) {
2568 if (IS_ONELINE(sp)) {
vs_refresh.c 757 if (LF_ISSET(UPDATE_SCREEN) && !IS_ONELINE(sp) &&

Completed in 50 milliseconds