Home | History | Annotate | Download | only in include

Lines Matching defs:chtype

28 typedef uint32_t chtype;
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,
217 chtype );*/
218 extern int box ( WINDOW *, chtype, chtype ) __nonnull;
242 extern int echochar ( const chtype );
249 extern __pure chtype getbkgd ( WINDOW * ) __nonnull;
257 //extern int hline ( chtype, int );
261 //extern chtype inch ( void );
262 //extern int inchnstr ( chtype *, int );
263 //extern int inchstr ( chtype * );
269 //extern int insch ( chtype );
284 //extern int mvaddch ( int, int, const chtype );
285 //extern int mvaddchnstr ( int, int, const chtype *, int );
286 //extern int mvaddchstr ( int, int, const chtype * );
295 //extern int mvhline ( int, int, chtype, int );
296 //extern chtype mvinch ( int, int );
297 //extern int mvinchnstr ( int, int, chtype *, int );
298 //extern int mvinchstr ( int, int, chtype * );
300 //extern int mvinsch ( int, int, chtype );
306 //extern int mvvline ( int, int, chtype, int );
307 //extern int mvwaddch ( WINDOW *, int, int, const chtype );
308 //extern int mvwaddchnstr ( WINDOW *, int, int, const chtype *, int );
309 //extern int mvwaddchstr ( WINDOW *, int, int, const chtype * );
316 //extern int mvwhline ( WINDOW *, int, int, chtype, int );
318 //extern chtype mvwinch ( WINDOW *, int, int );
319 //extern int mvwinchnstr ( WINDOW *, int, int, chtype *, int );
320 //extern int mvwinchstr ( WINDOW *, int, int, chtype * );
322 //extern int mvwinsch ( WINDOW *, int, int, chtype );
328 //extern int mvwvline ( WINDOW *, int, int, chtype, int );
343 //extern int pechochar ( WINDOW *, chtype );
365 extern int slk_attroff ( const chtype );
367 extern int slk_attron ( const chtype );
369 extern int slk_attrset ( const chtype );
387 extern chtype termattrs ( void );
403 extern int vidattr ( chtype );
405 extern int vidputs ( chtype, int ( *) ( int) );
406 //extern int vline ( chtype, int );
411 extern int waddch ( WINDOW *, const chtype ) __nonnull;
412 extern int waddchnstr ( WINDOW *, const chtype *, int ) __nonnull;
413 //extern int waddchstr ( WINDOW *, const chtype * );
427 //extern void wbkgdset ( WINDOW *, chtype );
428 extern int wborder ( WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype,
429 chtype, chtype ) __nonnull;
437 extern int wechochar ( WINDOW *, const chtype );
442 extern int whline ( WINDOW *, chtype, int ) __nonnull;
443 //extern chtype winch ( WINDOW * );
444 //extern int winchnstr ( WINDOW *, chtype *, int );
445 //extern int winchstr ( WINDOW *, chtype * );
447 //extern int winsch ( WINDOW *, chtype );
465 extern int wvline ( WINDOW *, chtype, int ) __nonnull;
474 static inline int addch ( const chtype ch ) {
478 static inline int addchnstr ( const chtype *chstr, int n ) {
482 static inline int addchstr ( const chtype *chstr ) {
522 static inline void bkgdset ( chtype ch ) {
526 static inline int border ( chtype ls, chtype rs, chtype ts, chtype bs,
527 chtype tl, chtype tr, chtype bl, chtype br ) {
579 static inline int hline ( chtype ch, int n ) {
587 static inline int mvaddch ( int y, int x, const chtype ch ) {
592 static inline int mvaddchnstr ( int y, int x, const chtype *chstr, int n ) {
597 static inline int mvaddchstr ( int y, int x, const chtype *chstr ) {
632 static inline int mvhline ( int y, int x, chtype ch, int n ) {
642 static inline int mvvline ( int y, int x, chtype ch, int n ) {
647 static inline int mvwaddch ( WINDOW *win, int y, int x, const chtype ch ) {
652 static inline int mvwaddchnstr ( WINDOW *win, int y, int x, const chtype *chstr, int n ) {
657 static inline int mvwaddchstr ( WINDOW *win, int y, int x, const chtype *chstr ) {
692 static inline int mvwhline ( WINDOW *win, int y, int x, chtype ch, int n ) {
701 static inline int mvwvline ( WINDOW *win, int y, int x, chtype ch, int n ) {
722 static inline int vline ( chtype ch, int n ) {
731 static inline int waddchstr ( WINDOW *win, const chtype *chstr ) {
739 static inline int wbkgdset ( WINDOW *win, chtype ch ) {