Lines Matching refs:ERR
59 return ERR;
112 if ((__resizewin(win, nlines, ncols)) == ERR)
113 return ERR;
120 if ((__resizewin(__virtscr, nlines, ncols)) == ERR)
121 return ERR;
192 if (__resizeterm(curscr, nlines, ncols) == ERR)
193 return ERR;
194 if (__resizeterm(__virtscr, nlines, ncols) == ERR)
195 return ERR;
197 if (__resizeterm(stdscr, rlines, ncols) == ERR)
198 return ERR;
214 if (__ripoffresize(_cursesi_screen) == ERR)
215 return ERR;
282 return ERR;
287 return ERR;
300 return ERR;
359 if (_cursesi_copy_nsp(win->bnsp, sp) == ERR)
360 return ERR;