Lines Matching defs:window
109 int first_wind; /* first column of window */
110 int last_wind; /* last column in window */
112 int long_char; /* line bigger than window */
113 int long_line; /* line bigger than window */
116 int ofirst_wind; /* old window first col */
162 #define window editb.e_window /* window buffer */
163 #define w_size editb.e_wsize /* window size */
222 genchar Window[MAXLINE]; /* window image */
383 window = Window;
384 window[0] = '\0';
449 /*** copy virtual image to window ***/
454 /*** line longer than window ***/
459 genncpy(window, virtual, vp->last_wind+1);
535 window[0] = '\0';
812 window[0] = '\0';
841 window[0] = '\0';
1078 * physical column x in the window.
1173 window[0] = '\0';
1845 * the virtual image and display the proper window.
1866 * | | | window |
1962 /*** out where physical and window images differ ***/
1977 if( window[w] != physical[p] )
1989 /*** copy the physical image to the window image ***/
1994 window[w++] = physical[p++];
2001 window[w++] = ' ';
2014 putchar(window[w++]);
2033 /*** indicate lines longer than window ***/
2102 window[cur_window] = c;
2364 /*** asked to move outside of window ***/
2366 window[0] = '\0';