/src/lib/libcurses/ |
newwin.c | 54 * Create a new window in the same manner as subwin but (by, bx) 67 * Create a new pad in the same manner as subwin but (by, bx) 185 subwin(WINDOW *orig, int nlines, int ncols, int by, int bx) function in typeref:typename:WINDOW * 199 __CTRACE(__CTRACE_WINDOW, "subwin: (%p, %d, %d, %d, %d, %d)\n",
|
newwin.c | 54 * Create a new window in the same manner as subwin but (by, bx) 67 * Create a new pad in the same manner as subwin but (by, bx) 185 subwin(WINDOW *orig, int nlines, int ncols, int by, int bx) function in typeref:typename:WINDOW * 199 __CTRACE(__CTRACE_WINDOW, "subwin: (%p, %d, %d, %d, %d, %d)\n",
|
/src/lib/libform/ |
form.h | 276 WINDOW *subwin; /* subwindow for the form */ member in struct:_form_struct
|
form.h | 276 WINDOW *subwin; /* subwindow for the form */ member in struct:_form_struct
|