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';
815 window[0] = '\0';
843 window[0] = '\0';
1080 * physical column x in the window.
1175 window[0] = '\0';
1840 * the virtual image and display the proper window.
1861 * | | | window |
1958 /*** out where physical and window images differ ***/
1973 if( window[w] != physical[p] )
1985 /*** copy the physical image to the window image ***/
1990 window[w++] = physical[p++];
1997 window[w++] = ' ';
2010 putchar(window[w++]);
2029 /*** indicate lines longer than window ***/
2098 window[cur_window] = c;
2359 /*** asked to move outside of window ***/
2361 window[0] = '\0';