HomeSort by relevance Sort by last modified time
    Searched refs:chtype (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unctrl.h 57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); variable
60 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
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 {
cursesw.h 53 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); }
78 inline int UNDEF(attroff)(chtype at) { return attroff(at); }
84 inline int UNDEF(attron)(chtype at) { return attron(at); }
90 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); }
96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); }
102 inline void UNDEF(bkgdset)(chtype ch) { bkgdset(ch); }
108 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br
    [all...]
curses.h 131 #define NCURSES_CH_T chtype
134 typedef unsigned chtype;
137 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 */
383 chtype _bkgd; /* current background char/attribute pair */
532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable
533 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated *
546 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable
547 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable
573 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable
600 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable
710 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable
712 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable
714 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable
741 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable
1583 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable
    [all...]
ncurses.h 131 #define NCURSES_CH_T chtype
134 typedef unsigned chtype;
137 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 */
383 chtype _bkgd; /* current background char/attribute pair */
532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable
533 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated *
546 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable
547 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable
573 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable
600 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable
710 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable
712 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable
714 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable
741 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable
1583 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 *);
cursesf.h 237 inline void set_foreground(chtype foreground) {
242 inline chtype fore() const {
247 inline void set_background(chtype background) {
252 inline chtype back() const {
tic.h 172 chtype code;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unctrl.h 57 NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype); variable
60 NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(unctrl) (SCREEN*, chtype);
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 {
cursesw.h 53 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); }
78 inline int UNDEF(attroff)(chtype at) { return attroff(at); }
84 inline int UNDEF(attron)(chtype at) { return attron(at); }
90 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); }
96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); }
102 inline void UNDEF(bkgdset)(chtype ch) { bkgdset(ch); }
108 inline int UNDEF(border)(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br
    [all...]
curses.h 131 #define NCURSES_CH_T chtype
134 typedef unsigned chtype;
137 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 */
383 chtype _bkgd; /* current background char/attribute pair */
532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable
533 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated *
546 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable
547 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable
573 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable
600 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable
710 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable
712 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable
714 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable
741 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable
1583 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable
    [all...]
ncurses.h 131 #define NCURSES_CH_T chtype
134 typedef unsigned chtype;
137 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 */
383 chtype _bkgd; /* current background char/attribute pair */
532 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable
533 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated *
546 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable
547 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable
573 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable
600 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable
710 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable
712 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable
714 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable
741 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable
1583 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 *);
cursesf.h 237 inline void set_foreground(chtype foreground) {
242 inline chtype fore() const {
247 inline void set_background(chtype background) {
252 inline chtype back() const {
tic.h 172 chtype code;
  /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...]
ca.c 202 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate,
209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
285 unsigned long chtype = MBSTRING_ASC; local
370 chtype = MBSTRING_UTF8;
685 if (chtype != MBSTRING_UTF8){
690 chtype = MBSTRING_UTF8;
1188 attribs,db, serial,subj,chtype,multirdn,
1214 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch
    [all...]
apps.h 314 X509_NAME *parse_name(char *str, long chtype, int multirdn);
  /external/qemu/ui/
curses.c 50 chtype *line;
52 line = ((chtype *) screen) + y * width;
  /external/openssl/crypto/x509v3/
v3_utl.c 831 unsigned long chtype)
868 if (!X509_NAME_add_entry_by_txt(nm,type, chtype,

Completed in 622 milliseconds

1 2