Searched defs:cchar_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h118 * A cchar_t details the attributes, color, and a string of wide characters
136 } cchar_t; typedef in typeref:struct:__anon4216
142 cchar_t _bg; /* Background. */
143 cchar_t _fg; /* Foreground, ignore character. */
155 cchar_t **_line;
156 cchar_t *_base; /* Block of M*N screen cells. */
274 * Wide characters constants for a cchar_t.
276 extern const cchar_t __WACS_VLINE;
277 extern const cchar_t __WACS_HLINE;
278 extern const cchar_t __WACS_ULCORNE
[all...]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h119 * A cchar_t details the attributes, color, and a string of wide characters
137 } cchar_t; typedef in typeref:struct:__anon4202
143 cchar_t _bg; /* Background. */
144 cchar_t _fg; /* Foreground, ignore character. */
156 cchar_t **_line;
157 cchar_t *_base; /* Block of M*N screen cells. */
264 * Wide characters constants for a cchar_t.
266 extern const cchar_t __WACS_VLINE;
267 extern const cchar_t __WACS_HLINE;
268 extern const cchar_t __WACS_ULCORNE
[all...]

Completed in 64 milliseconds