/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesapp.h | 140 virtual chtype foregrounds() const { 145 virtual chtype backgrounds() const { 150 virtual chtype inactives() const { 155 virtual chtype labels() const { 160 virtual chtype dialog_backgrounds() const { 165 virtual chtype window_backgrounds() const { 170 virtual chtype screen_titles() const {
|
unctrl.h | 57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); variable
|
cursesw.h | 52 inline int UNDEF(addch)(chtype ch) { return addch(ch); } 58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); } 76 inline int UNDEF(attron)(chtype at) { return attron(at); } 82 inline int UNDEF(attroff)(chtype at) { return attroff(at); } 88 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } 94 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } 100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br [all...] |
curses.h | 130 #define NCURSES_CH_T chtype 133 typedef unsigned chtype; 136 typedef unsigned long chtype; typedef 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 231 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 324 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 377 chtype _bkgd; /* current background char/attribute pair */ 519 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable 520 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated * 533 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable 534 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable 560 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable 587 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable 697 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable 699 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable 701 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable 728 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable 1439 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable [all...] |
ncurses.h | 130 #define NCURSES_CH_T chtype 133 typedef unsigned chtype; 136 typedef unsigned long chtype; typedef 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 231 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 324 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 377 chtype _bkgd; /* current background char/attribute pair */ 519 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable 520 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated * 533 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable 534 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable 560 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable 587 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable 697 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable 699 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable 701 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable 728 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable 1439 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable [all...] |
menu.h | 116 chtype fore; /* Selection attribute */ 117 chtype back; /* Nonselection attribute */ 118 chtype grey; /* Inactive attribute */ 202 extern NCURSES_EXPORT(chtype) menu_back (const MENU *); 203 extern NCURSES_EXPORT(chtype) menu_fore (const MENU *); 204 extern NCURSES_EXPORT(chtype) menu_grey (const MENU *); 225 extern NCURSES_EXPORT(int) set_menu_back (MENU *,chtype); 226 extern NCURSES_EXPORT(int) set_menu_fore (MENU *,chtype); 228 extern NCURSES_EXPORT(int) set_menu_grey (MENU *,chtype);
|
cursesm.h | 418 inline chtype back() const { 423 inline chtype fore() const { 428 inline chtype grey() const { 433 inline chtype set_background(chtype a) { 438 inline chtype set_foreground(chtype a) { 443 inline chtype set_grey(chtype a) {
|
form.h | 86 chtype fore; /* foreground attribute */ 87 chtype back; /* background attribute */ 322 extern NCURSES_EXPORT(int) set_field_fore (FIELD *,chtype); 323 extern NCURSES_EXPORT(int) set_field_back (FIELD *,chtype); 333 extern NCURSES_EXPORT(chtype) field_fore (const FIELD *); 334 extern NCURSES_EXPORT(chtype) field_back (const FIELD *);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesapp.h | 140 virtual chtype foregrounds() const { 145 virtual chtype backgrounds() const { 150 virtual chtype inactives() const { 155 virtual chtype labels() const { 160 virtual chtype dialog_backgrounds() const { 165 virtual chtype window_backgrounds() const { 170 virtual chtype screen_titles() const {
|
unctrl.h | 57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); variable
|
cursesw.h | 52 inline int UNDEF(addch)(chtype ch) { return addch(ch); } 58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); } 76 inline int UNDEF(attron)(chtype at) { return attron(at); } 82 inline int UNDEF(attroff)(chtype at) { return attroff(at); } 88 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } 94 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } 100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br [all...] |
curses.h | 130 #define NCURSES_CH_T chtype 133 typedef unsigned chtype; 136 typedef unsigned long chtype; typedef 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 231 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 324 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 377 chtype _bkgd; /* current background char/attribute pair */ 519 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable 520 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated * 533 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable 534 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable 560 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable 587 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable 697 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable 699 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable 701 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable 728 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable 1439 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable [all...] |
ncurses.h | 130 #define NCURSES_CH_T chtype 133 typedef unsigned chtype; 136 typedef unsigned long chtype; typedef 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 231 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 324 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 377 chtype _bkgd; /* current background char/attribute pair */ 519 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable 520 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated * 533 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable 534 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable 560 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable 587 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable 697 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable 699 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable 701 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable 728 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable 1439 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable [all...] |
menu.h | 116 chtype fore; /* Selection attribute */ 117 chtype back; /* Nonselection attribute */ 118 chtype grey; /* Inactive attribute */ 202 extern NCURSES_EXPORT(chtype) menu_back (const MENU *); 203 extern NCURSES_EXPORT(chtype) menu_fore (const MENU *); 204 extern NCURSES_EXPORT(chtype) menu_grey (const MENU *); 225 extern NCURSES_EXPORT(int) set_menu_back (MENU *,chtype); 226 extern NCURSES_EXPORT(int) set_menu_fore (MENU *,chtype); 228 extern NCURSES_EXPORT(int) set_menu_grey (MENU *,chtype);
|
cursesm.h | 418 inline chtype back() const { 423 inline chtype fore() const { 428 inline chtype grey() const { 433 inline chtype set_background(chtype a) { 438 inline chtype set_foreground(chtype a) { 443 inline chtype set_grey(chtype a) {
|
form.h | 86 chtype fore; /* foreground attribute */ 87 chtype back; /* background attribute */ 322 extern NCURSES_EXPORT(int) set_field_fore (FIELD *,chtype); 323 extern NCURSES_EXPORT(int) set_field_back (FIELD *,chtype); 333 extern NCURSES_EXPORT(chtype) field_fore (const FIELD *); 334 extern NCURSES_EXPORT(chtype) field_back (const FIELD *);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesapp.h | 140 virtual chtype foregrounds() const { 145 virtual chtype backgrounds() const { 150 virtual chtype inactives() const { 155 virtual chtype labels() const { 160 virtual chtype dialog_backgrounds() const { 165 virtual chtype window_backgrounds() const { 170 virtual chtype screen_titles() const {
|
unctrl.h | 57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); variable
|
cursesw.h | 52 inline int UNDEF(addch)(chtype ch) { return addch(ch); } 58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); } 76 inline int UNDEF(attron)(chtype at) { return attron(at); } 82 inline int UNDEF(attroff)(chtype at) { return attroff(at); } 88 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } 94 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } 100 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br [all...] |
curses.h | 130 #define NCURSES_CH_T chtype 133 typedef unsigned chtype; 136 typedef unsigned long chtype; typedef 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 231 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 324 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 377 chtype _bkgd; /* current background char/attribute pair */ 519 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable 520 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated * 533 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable 534 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable 560 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable 587 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable 697 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable 699 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable 701 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable 728 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable 1439 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable [all...] |
ncurses.h | 130 #define NCURSES_CH_T chtype 133 typedef unsigned chtype; 136 typedef unsigned long chtype; typedef 228 NCURSES_WRAPPED_VAR(chtype*, acs_map); 231 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 324 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 377 chtype _bkgd; /* current background char/attribute pair */ 519 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable 520 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated * 533 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable 534 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable 560 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable 587 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable 697 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable 699 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable 701 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable 728 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable 1439 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable [all...] |
menu.h | 116 chtype fore; /* Selection attribute */ 117 chtype back; /* Nonselection attribute */ 118 chtype grey; /* Inactive attribute */ 202 extern NCURSES_EXPORT(chtype) menu_back (const MENU *); 203 extern NCURSES_EXPORT(chtype) menu_fore (const MENU *); 204 extern NCURSES_EXPORT(chtype) menu_grey (const MENU *); 225 extern NCURSES_EXPORT(int) set_menu_back (MENU *,chtype); 226 extern NCURSES_EXPORT(int) set_menu_fore (MENU *,chtype); 228 extern NCURSES_EXPORT(int) set_menu_grey (MENU *,chtype);
|
cursesm.h | 418 inline chtype back() const { 423 inline chtype fore() const { 428 inline chtype grey() const { 433 inline chtype set_background(chtype a) { 438 inline chtype set_foreground(chtype a) { 443 inline chtype set_grey(chtype a) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
req.c | 129 int attribs,unsigned long chtype); 130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype, 135 unsigned long chtype); 138 unsigned long chtype); 141 int n_max, unsigned long chtype); 143 int nid,int n_min,int n_max, unsigned long chtype, int mval); 191 unsigned long chtype = MBSTRING_ASC; local 337 chtype = MBSTRING_UTF8; 581 if (chtype != MBSTRING_UTF8) 587 chtype = MBSTRING_UTF8 [all...] |
/external/openssl/apps/ |
req.c | 129 int attribs,unsigned long chtype); 130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype, 135 unsigned long chtype); 138 unsigned long chtype); 141 int n_max, unsigned long chtype); 143 int nid,int n_min,int n_max, unsigned long chtype, int mval); 191 unsigned long chtype = MBSTRING_ASC; local 337 chtype = MBSTRING_UTF8; 581 if (chtype != MBSTRING_UTF8) 587 chtype = MBSTRING_UTF8 [all...] |