OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wattroff
(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
694
#ifdef
wattroff
695
inline int UNDEF(
wattroff
)(WINDOW *win, int att) { return
wattroff
(win, att); }
function
696
#undef
wattroff
macro
697
#define
wattroff
UNDEF(
wattroff
)
macro
1101
int attroff(chtype at) { return ::
wattroff
(w, static_cast<int>(at)); }
[
all
...]
curses.h
754
extern NCURSES_EXPORT(int)
wattroff
(WINDOW *, int); /* generated */
1092
#define
wattroff
macro
[
all
...]
ncurses.h
754
extern NCURSES_EXPORT(int)
wattroff
(WINDOW *, int); /* generated */
1092
#define
wattroff
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h
694
#ifdef
wattroff
695
inline int UNDEF(
wattroff
)(WINDOW *win, int att) { return
wattroff
(win, att); }
function
696
#undef
wattroff
macro
697
#define
wattroff
UNDEF(
wattroff
)
macro
1101
int attroff(chtype at) { return ::
wattroff
(w, static_cast<int>(at)); }
[
all
...]
curses.h
1115
#define
wattroff
macro
[
all
...]
ncurses.h
1115
#define
wattroff
macro
[
all
...]
Completed in 495 milliseconds