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

  /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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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 137 #define NCURSES_CH_T chtype
140 typedef unsigned chtype;
143 typedef unsigned long chtype; typedef
247 NCURSES_WRAPPED_VAR(chtype*, acs_map);
250 extern NCURSES_EXPORT_VAR(chtype) acs_map[];
343 typedef chtype attr_t; /* ...must be at least as wide as chtype */
402 chtype _bkgd; /* current background char/attribute pair */
551 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable
552 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated *
565 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable
566 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable
592 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable
619 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable
729 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable
731 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable
733 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable
760 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable
1614 extern NCURSES_EXPORT(char *) _tracechtype (chtype); variable
    [all...]
ncurses.h 137 #define NCURSES_CH_T chtype
140 typedef unsigned chtype;
143 typedef unsigned long chtype; typedef
247 NCURSES_WRAPPED_VAR(chtype*, acs_map);
250 extern NCURSES_EXPORT_VAR(chtype) acs_map[];
343 typedef chtype attr_t; /* ...must be at least as wide as chtype */
402 chtype _bkgd; /* current background char/attribute pair */
551 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */ variable
552 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated *
565 extern NCURSES_EXPORT(int) bkgd (chtype); \/* generated *\/ variable
566 extern NCURSES_EXPORT(void) bkgdset (chtype); \/* generated *\/ variable
592 extern NCURSES_EXPORT(int) echochar (const chtype); \/* generated *\/ variable
619 extern NCURSES_EXPORT(int) insch (chtype); \/* generated *\/ variable
729 extern NCURSES_EXPORT(int) slk_attroff (const chtype); \/* implemented *\/ variable
731 extern NCURSES_EXPORT(int) slk_attron (const chtype); \/* implemented *\/ variable
733 extern NCURSES_EXPORT(int) slk_attrset (const chtype); \/* implemented *\/ variable
760 extern NCURSES_EXPORT(int) vidattr (chtype); \/* implemented *\/ variable
1614 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 */
337 extern NCURSES_EXPORT(int) set_field_fore (FIELD *,chtype);
338 extern NCURSES_EXPORT(int) set_field_back (FIELD *,chtype);
348 extern NCURSES_EXPORT(chtype) field_fore (const FIELD *);
349 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/toybox/kconfig/lxdialog/
dialog.h 97 chtype atr; /* Color attribute */
193 void attr_clear(WINDOW * win, int height, int width, chtype attr);
198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
199 chtype border);
util.c 239 void attr_clear(WINDOW * win, int height, int width, chtype attr)
407 chtype box, chtype border)
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 1286 unsigned long chtype)
1316 if (!X509_NAME_add_entry_by_txt(nm,type, chtype,
  /external/boringssl/src/include/openssl/
x509v3.h 719 unsigned long chtype);

Completed in 232 milliseconds