OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCURSES_IMPEXP
(Results
1 - 25
of
27
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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
138
class
NCURSES_IMPEXP
NCursesPanel;
139
class
NCURSES_IMPEXP
NCursesMenu;
140
class
NCURSES_IMPEXP
NCursesForm;
142
class
NCURSES_IMPEXP
NCursesException
176
class
NCURSES_IMPEXP
NCursesPanelException : public NCursesException
227
class
NCURSES_IMPEXP
NCursesMenuException : public NCursesException
278
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
158
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
159
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
137
extern "C"
NCURSES_IMPEXP
int NCURSES_API clearok(WINDOW*, bool);
320
extern "C"
NCURSES_IMPEXP
int NCURSES_API leaveok(WINDOW* win, bool bf);
359
extern "C"
NCURSES_IMPEXP
int NCURSES_API scrollok(WINDOW*, bool);
361
extern "C"
NCURSES_IMPEXP
int NCURSES_API scrollok(WINDOW*, char);
693
class
NCURSES_IMPEXP
NCursesWindow
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
138
class
NCURSES_IMPEXP
NCursesPanel;
139
class
NCURSES_IMPEXP
NCursesMenu;
140
class
NCURSES_IMPEXP
NCursesForm;
142
class
NCURSES_IMPEXP
NCursesException
176
class
NCURSES_IMPEXP
NCursesPanelException : public NCursesException
227
class
NCURSES_IMPEXP
NCursesMenuException : public NCursesException
278
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
158
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
159
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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
138
class
NCURSES_IMPEXP
NCursesPanel;
139
class
NCURSES_IMPEXP
NCursesMenu;
140
class
NCURSES_IMPEXP
NCursesForm;
142
class
NCURSES_IMPEXP
NCursesException
176
class
NCURSES_IMPEXP
NCursesPanelException : public NCursesException
227
class
NCURSES_IMPEXP
NCursesMenuException : public NCursesException
278
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
158
extern
NCURSES_IMPEXP
void NCURSES_API (*_nc_check_termtype)(TERMTYPE *); /* obs 20040705 */
159
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
Completed in 433 milliseconds
1
2