Searched defs:chtype (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/h/
H A Dunctrl.h40 typedef unsigned long chtype; typedef
42 extern const char *unctrl(chtype);
H A Dcurses.h191 typedef unsigned long chtype; typedef
195 * These attributes and masks can be applied to a chtype.
213 * Colour atttribute support for chtype.
218 * Characters constants used with a chtype.
339 extern int __m_chtype_cc(chtype, cchar_t *);
340 extern chtype __m_cc_chtype(const cchar_t *);
384 extern int addch(chtype);
385 extern int addchnstr(const chtype *, int);
386 extern int addchstr(const chtype *);
390 extern int mvaddch(int, int, chtype);
[all...]
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dunctrl.h49 typedef unsigned int chtype; typedef
51 typedef unsigned long chtype; typedef
55 extern char *unctrl(chtype);
H A Dcurses.h198 typedef unsigned int chtype; typedef
200 typedef unsigned long chtype; typedef
205 * These attributes and masks can be applied to a chtype.
239 * Color atttribute support for chtype.
244 * Characters constants used with a chtype.
352 extern int addch(chtype);
353 extern int addchnstr(const chtype *, int);
354 extern int addchstr(const chtype *);
371 extern int bkgd(chtype);
372 extern void bkgdset(chtype);
[all...]

Completed in 34 milliseconds