Lines Matching defs:xw
70 XtermWidget xw;
89 extern Graphic *get_new_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, unsigned /* type */);
90 extern Graphic *get_new_or_matching_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, int /* actual_width */, int /* actual_height */, unsigned /* type */);
104 extern void refresh_displayed_graphics(XtermWidget /* xw */, int /* leftcol */, int /* toprow */, int /* ncols */, int /* nrows */);
105 extern void refresh_modified_displayed_graphics(XtermWidget /* xw */);
107 extern void scroll_displayed_graphics(XtermWidget /* xw */, int /* rows */);
115 #define get_new_graphic(xw, charrow, charcol, type) /* nothing */
116 #define get_new_or_matching_graphic(xw, charrow, charcol, actual_width, actual_height, type) /* nothing */
129 #define refresh_displayed_graphics(xw, leftcol, toprow, ncols, nrows) /* nothing */
130 #define refresh_modified_displayed_graphics(xw) /* nothing */
132 #define scroll_displayed_graphics(xw, rows) /* nothing */