Searched refs:get_new_graphic (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dgraphics.h89 extern Graphic *get_new_graphic(XtermWidget /* xw */, int /* charrow */, int /* charcol */, unsigned /* type */);
115 #define get_new_graphic(xw, charrow, charcol, type) /* nothing */ macro
H A Dgraphics_sixel.c399 s_graphic = get_new_graphic(s_xw,
405 s_graphic = get_new_graphic(s_xw, 0, 0, 0U);
H A Dgraphics.c764 get_new_graphic(XtermWidget xw, int charrow, int charcol, unsigned type) function in typeref:typename:Graphic *
771 TRACE(("get_new_graphic %d,%d type %d\n", charrow, charcol, type));
853 if ((graphic = get_new_graphic(xw, charrow, charcol, type)) != NULL) {

Completed in 6 milliseconds