Lines Matching refs:WINDOW
35 static WINDOW *makenew(int, int, int, int);
39 WINDOW *
42 WINDOW *win;
94 WINDOW *
95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx)
97 WINDOW *win;
133 _set_subwin_(WINDOW *orig, WINDOW *win)
154 static WINDOW *
157 WINDOW *win;
168 if ((win = (WINDOW *) malloc(sizeof (*win))) == NULL)
204 _swflags_(WINDOW *win)