Lines Matching defs:window
114 int first_wind; /* first column of window */
115 int last_wind; /* last column in window */
117 int long_char; /* line bigger than window */
118 int long_line; /* line bigger than window */
121 int ofirst_wind; /* old window first col */
167 #define window editb.e_window /* window buffer */
168 #define w_size editb.e_wsize /* window size */
227 genchar Window[MAXLINE]; /* window image */
388 window = Window;
389 window[0] = '\0';
454 /*** copy virtual image to window ***/
459 /*** line longer than window ***/
464 genncpy(window, virtual, vp->last_wind+1);
540 window[0] = '\0';
811 window[0] = '\0';
839 window[0] = '\0';
1030 * physical column x in the window.
1125 window[0] = '\0';
1780 * the virtual image and display the proper window.
1801 * | | | window |
1873 /*** out where physical and window images differ ***/
1888 if( window[w] != physical[p] )
1900 /*** copy the physical image to the window image ***/
1905 window[w++] = physical[p++];
1912 window[w++] = ' ';
1925 putchar(window[w++]);
1944 /*** indicate lines longer than window ***/
2013 window[cur_window] = c;
2274 /*** asked to move outside of window ***/
2276 window[0] = '\0';