Searched refs:_image (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dnewwin.c62 bx)) == (WINDOW *) NULL) || (_image(win) == ERR)) {
84 _image(WINDOW *win) function
110 strcpy(curs_parm_err, "_image");
H A Dgetwin.c71 if (_image(win) == ERR) {
H A Ddupwin.c85 * is because _image free's all the rest of the malloc'ed areas.
93 if (_image(new) == ERR) {
H A Dcurshdr.h268 extern int _image(WINDOW *);
H A Dllib-lcurses841 int _image(WINDOW *win);

Completed in 266 milliseconds