OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__subwin
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libcurses/
newwin.c
49
static WINDOW *
__subwin
(WINDOW *orig, int nlines, int ncols, int by, int bx,
61
return
__subwin
(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
74
return
__subwin
(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
188
return
__subwin
(orig, nlines, ncols, by, bx, FALSE);
192
__subwin
(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad)
function
Completed in 13 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026