OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:touchwin
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h
664
#ifdef
touchwin
665
inline int UNDEF(
touchwin
)(WINDOW *win) { return
touchwin
(win); }
function
666
#undef
touchwin
macro
667
#define
touchwin
UNDEF(
touchwin
)
macro
1232
int
touchwin
() { return ::wtouchln(w, 0, height(), 1); }
function in class:NCursesWindow
[
all
...]
curses.h
736
extern NCURSES_EXPORT(int)
touchwin
(WINDOW *); /* generated */
1105
#define
touchwin
macro
[
all
...]
ncurses.h
736
extern NCURSES_EXPORT(int)
touchwin
(WINDOW *); /* generated */
1105
#define
touchwin
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h
664
#ifdef
touchwin
665
inline int UNDEF(
touchwin
)(WINDOW *win) { return
touchwin
(win); }
function
666
#undef
touchwin
macro
667
#define
touchwin
UNDEF(
touchwin
)
macro
1232
int
touchwin
() { return ::wtouchln(w, 0, height(), 1); }
function in class:NCursesWindow
[
all
...]
curses.h
755
extern NCURSES_EXPORT(int)
touchwin
(WINDOW *); /* generated */
1134
#define
touchwin
macro
[
all
...]
ncurses.h
755
extern NCURSES_EXPORT(int)
touchwin
(WINDOW *); /* generated */
1134
#define
touchwin
macro
[
all
...]
Completed in 78 milliseconds