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

1 2

  /external/syslinux/gpxe/src/hci/mucurses/
edging.c 16 * @v verch vertical chtype
17 * @v horch horizontal chtype
20 int box ( WINDOW *win, chtype verch, chtype horch ) {
21 chtype corner = '+' | win->attrs; /* default corner character */
41 int wborder ( WINDOW *win, chtype ls, chtype rs,
42 chtype ts, chtype bs, chtype tl
    [all...]
mucurses.h 17 extern void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
19 extern void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
print_nadv.c 15 * @v *chstr pointer to first chtype in "string"
19 int waddchnstr ( WINDOW *win, const chtype *chstr, int n ) {
mucurses.c 14 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
17 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
51 void _wputch ( WINDOW *win, chtype ch, int wrap ) {
101 * Write a chtype string to a window
104 * @v *chstr chtype string
108 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) {
ansi_screen.c 10 static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull;
33 static void ansiscr_putc ( struct _curses_screen *scr, chtype c ) {
kb.c 42 _wputch( win, (chtype) ( c | win->attrs ), WRAP );
71 _wputch( win, (chtype)( c | win->attrs ), WRAP );
slk.c 125 int slk_attroff ( const chtype attrs ) {
138 int slk_attron ( const chtype attrs ) {
151 int slk_attrset ( const chtype attrs ) {
308 chtype space_ch;
317 space_ch = (chtype)' ' | slks->attrs;
windows.c 27 chtype killch = (chtype)' ';
print.c 23 int waddch ( WINDOW *win, const chtype ch ) {
winattrs.c 15 * @ret ch chtype rendition representation
17 inline chtype getbkgd ( WINDOW *win ) {
  /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/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...]
  /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/python/cpython2/Modules/
_cursesmodule.c 127 typedef chtype attr_t; /* No attr_t type is available */
195 PyCurses_ConvertToChtype(PyObject *obj, chtype *ch)
198 *ch = (chtype) PyInt_AsLong(obj);
201 *ch = (chtype) *PyString_AsString(obj);
375 chtype ch = 0;
522 chtype bkgd;
580 chtype bkgd;
612 chtype ch[8];
644 chtype ch1=0,ch2=0;
783 chtype ch
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 130 typedef chtype attr_t; /* No attr_t type is available */
203 /* Convert an object to a byte (an integer of type chtype):
211 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch)
257 *ch = (chtype)value;
264 "byte doesn't fit in chtype");
268 /* Convert an object to a byte (chtype) or a character (cchar_t):
281 chtype *ch
326 *ch = (chtype)value;
329 "byte doesn't fit in chtype");
597 chtype cch
    [all...]

Completed in 170 milliseconds

1 2