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

/illumos-gate/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...]
/illumos-gate/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...]
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h187 * chtype is the type used to store a character together with attributes.
191 typedef CHTYPE chtype; typedef
193 typedef unsigned int chtype; typedef
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h92 typedef unsigned long chtype; typedef

Completed in 118 milliseconds