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

  /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);
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...]
  /external/syslinux/gpxe/src/include/
curses.h 28 typedef uint32_t chtype; typedef
55 void ( * putc ) ( struct _curses_screen *scr, chtype c );
201 //extern int addch ( const chtype * );
202 //extern int addchnstr ( const chtype *, int );
203 //extern int addchstr ( const chtype * );
215 //extern void bkgdset ( chtype );
216 /*extern int border ( chtype, chtype, chtype, chtype, chtype, chtype, chtype
    [all...]

Completed in 70 milliseconds