Lines Matching defs:window
74 #define WINDOW MAXWINDOW /* max char in window of which */
76 /* actual window size may be smaller */
121 #define first_wind editb.e_globals[0] /* first column of window */
127 #define last_wind editb.e_globals[1] /* last column in window */
130 #define long_char editb.e_globals[3] /* line bigger than window */
131 #define long_line editb.e_globals[4] /* line bigger than window */
138 #define ofirst_wind editb.e_globals[7] /* old window first col */
155 #define window editb.e_window /* window buffer */
156 #define w_size editb.e_wsize /* window size */
232 genchar Window[WINDOW+10]; /* window image */
387 window = Window;
388 window[0] = '\0';
471 /*** copy virtual image to window ***/
476 /*** line longer than window ***/
481 genncpy(window, virtual, last_wind+1);
562 window[0] = '\0';
832 window[0] = '\0';
860 window[0] = '\0';
1021 * physical column x in the window.
1156 window[0] = '\0';
1735 * the virtual image and display the proper window.
1756 * | | | window |
1830 /*** out where physical and window images differ ***/
1845 if( window[w] != physical[p] )
1857 /*** copy the physical image to the window image ***/
1862 window[w++] = physical[p++];
1869 window[w++] = ' ';
1882 putchar(window[w++]);
1901 /*** indicate lines longer than window ***/
1969 window[cur_window] = c;
2200 /*** asked to move outside of window ***/
2202 window[0] = '\0';