Home | History | Annotate | Download | only in libcurses

Lines Matching defs:retval

60 	int retval;
62 retval = waddch(win, ch);
63 if (retval == OK)
64 retval = wrefresh(win);
65 return retval;
76 int retval;
78 retval = waddch(pad, ch);
79 if (retval == OK)
80 retval = prefresh(pad, pad->pbegy, pad->pbegx,
82 return retval;