OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCURSES_IMPEXP
(Results
1 - 18
of
18
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ncurses_dll.h
46
# undef
NCURSES_IMPEXP
52
# define
NCURSES_IMPEXP
__declspec(dllexport)
55
# define
NCURSES_IMPEXP
/* nothing */
58
# define
NCURSES_IMPEXP
__declspec(dllimport)
61
# define NCURSES_EXPORT(type)
NCURSES_IMPEXP
type NCURSES_API
62
# define NCURSES_EXPORT_VAR(type)
NCURSES_IMPEXP
type
66
#if !defined(
NCURSES_IMPEXP
)
67
# define
NCURSES_IMPEXP
/* nothing */
73
# define NCURSES_EXPORT(type)
NCURSES_IMPEXP
type NCURSES_API
76
# define NCURSES_EXPORT_VAR(type)
NCURSES_IMPEXP
typ
[
all
...]
cursslk.h
41
class
NCURSES_IMPEXP
Soft_Label_Key_Set {
44
class
NCURSES_IMPEXP
Soft_Label_Key {
103
static long
NCURSES_IMPEXP
count; // Number of Key Sets
104
static Label_Layout
NCURSES_IMPEXP
format; // Layout of the Key Sets
105
static int
NCURSES_IMPEXP
num_labels; // Number Of Labels in Key Sets
106
bool
NCURSES_IMPEXP
b_attrInit; // Are attributes initialized
146
NCURSES_IMPEXP
Soft_Label_Key_Set();
167
NCURSES_IMPEXP
Soft_Label_Key& operator[](int i);
etip.h
142
class
NCURSES_IMPEXP
NCursesPanel;
143
class
NCURSES_IMPEXP
NCursesMenu;
144
class
NCURSES_IMPEXP
NCursesForm;
146
class
NCURSES_IMPEXP
NCursesException
180
class
NCURSES_IMPEXP
NCursesPanelException : public NCursesException
231
class
NCURSES_IMPEXP
NCursesMenuException : public NCursesException
282
class
NCURSES_IMPEXP
NCursesFormException : public NCursesException
cursesf.h
53
class
NCURSES_IMPEXP
NCursesFormField; // forward declaration
57
class
NCURSES_IMPEXP
NCursesFieldType
103
class
NCURSES_IMPEXP
NCursesFormField
340
class
NCURSES_IMPEXP
NCursesForm : public NCursesPanel
631
template<class T> class
NCURSES_IMPEXP
NCursesUserField : public NCursesFormField
664
template<class T> class
NCURSES_IMPEXP
NCursesUserForm : public NCursesForm
721
class
NCURSES_IMPEXP
Alpha_Field : public NCursesFieldType
737
class
NCURSES_IMPEXP
Alphanumeric_Field : public NCursesFieldType
753
class
NCURSES_IMPEXP
Integer_Field : public NCursesFieldType
771
class
NCURSES_IMPEXP
Numeric_Field : public NCursesFieldTyp
[
all
...]
cursesapp.h
41
class
NCURSES_IMPEXP
NCursesApplication {
term_entry.h
164
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
165
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype2)(TERMTYPE *, bool);
cursesm.h
49
class
NCURSES_IMPEXP
NCursesMenuItem
154
class
NCURSES_IMPEXP
NCursesMenuCallbackItem : public NCursesMenuItem
201
class
NCURSES_IMPEXP
NCursesMenu : public NCursesPanel
597
template<class T> class
NCURSES_IMPEXP
NCursesUserItem : public NCursesMenuItem
624
template<class T> class
NCURSES_IMPEXP
NCursesUserMenu : public NCursesMenu
cursesp.h
45
class
NCURSES_IMPEXP
NCursesPanel
cursesw.h
138
extern "C"
NCURSES_IMPEXP
int NCURSES_API clearok(WINDOW*, bool);
332
extern "C"
NCURSES_IMPEXP
int NCURSES_API leaveok(WINDOW* win, bool bf);
620
extern "C"
NCURSES_IMPEXP
int NCURSES_API scrollok(WINDOW*, bool);
622
extern "C"
NCURSES_IMPEXP
int NCURSES_API scrollok(WINDOW*, char);
753
class
NCURSES_IMPEXP
NCursesWindow
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ncurses_dll.h
53
# undef
NCURSES_IMPEXP
59
# define
NCURSES_IMPEXP
__declspec(dllexport)
62
# define
NCURSES_IMPEXP
/* nothing */
65
# define
NCURSES_IMPEXP
__declspec(dllimport)
68
# define NCURSES_EXPORT(type)
NCURSES_IMPEXP
type NCURSES_API
69
# define NCURSES_EXPORT_VAR(type)
NCURSES_IMPEXP
type
73
#if !defined(
NCURSES_IMPEXP
)
74
# define
NCURSES_IMPEXP
/* nothing */
80
# define NCURSES_EXPORT(type)
NCURSES_IMPEXP
type NCURSES_API
83
# define NCURSES_EXPORT_VAR(type)
NCURSES_IMPEXP
typ
[
all
...]
cursslk.h
41
class
NCURSES_IMPEXP
Soft_Label_Key_Set {
44
class
NCURSES_IMPEXP
Soft_Label_Key {
103
static long
NCURSES_IMPEXP
count; // Number of Key Sets
104
static Label_Layout
NCURSES_IMPEXP
format; // Layout of the Key Sets
105
static int
NCURSES_IMPEXP
num_labels; // Number Of Labels in Key Sets
106
bool
NCURSES_IMPEXP
b_attrInit; // Are attributes initialized
146
NCURSES_IMPEXP
Soft_Label_Key_Set();
167
NCURSES_IMPEXP
Soft_Label_Key& operator[](int i);
etip.h
142
class
NCURSES_IMPEXP
NCursesPanel;
143
class
NCURSES_IMPEXP
NCursesMenu;
144
class
NCURSES_IMPEXP
NCursesForm;
146
class
NCURSES_IMPEXP
NCursesException
180
class
NCURSES_IMPEXP
NCursesPanelException : public NCursesException
231
class
NCURSES_IMPEXP
NCursesMenuException : public NCursesException
282
class
NCURSES_IMPEXP
NCursesFormException : public NCursesException
cursesf.h
53
class
NCURSES_IMPEXP
NCursesFormField; // forward declaration
57
class
NCURSES_IMPEXP
NCursesFieldType
103
class
NCURSES_IMPEXP
NCursesFormField
340
class
NCURSES_IMPEXP
NCursesForm : public NCursesPanel
631
template<class T> class
NCURSES_IMPEXP
NCursesUserField : public NCursesFormField
664
template<class T> class
NCURSES_IMPEXP
NCursesUserForm : public NCursesForm
721
class
NCURSES_IMPEXP
Alpha_Field : public NCursesFieldType
737
class
NCURSES_IMPEXP
Alphanumeric_Field : public NCursesFieldType
753
class
NCURSES_IMPEXP
Integer_Field : public NCursesFieldType
771
class
NCURSES_IMPEXP
Numeric_Field : public NCursesFieldTyp
[
all
...]
cursesapp.h
41
class
NCURSES_IMPEXP
NCursesApplication {
term_entry.h
164
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
165
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype2)(TERMTYPE *, bool);
cursesm.h
49
class
NCURSES_IMPEXP
NCursesMenuItem
154
class
NCURSES_IMPEXP
NCursesMenuCallbackItem : public NCursesMenuItem
201
class
NCURSES_IMPEXP
NCursesMenu : public NCursesPanel
597
template<class T> class
NCURSES_IMPEXP
NCursesUserItem : public NCursesMenuItem
624
template<class T> class
NCURSES_IMPEXP
NCursesUserMenu : public NCursesMenu
cursesp.h
45
class
NCURSES_IMPEXP
NCursesPanel
cursesw.h
138
extern "C"
NCURSES_IMPEXP
int NCURSES_API clearok(WINDOW*, bool);
332
extern "C"
NCURSES_IMPEXP
int NCURSES_API leaveok(WINDOW* win, bool bf);
620
extern "C"
NCURSES_IMPEXP
int NCURSES_API scrollok(WINDOW*, bool);
622
extern "C"
NCURSES_IMPEXP
int NCURSES_API scrollok(WINDOW*, char);
753
class
NCURSES_IMPEXP
NCursesWindow
[
all
...]
Completed in 840 milliseconds