Searched refs:chtype (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-win.h42 extern chtype tui_border_ulcorner;
43 extern chtype tui_border_urcorner;
44 extern chtype tui_border_lrcorner;
45 extern chtype tui_border_llcorner;
46 extern chtype tui_border_vline;
47 extern chtype tui_border_hline;
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.h43 void report_byte(chtype);
45 void report_nstr(chtype *);
H A Dcommands.c184 * Report a string of chtype back to the director via the command pipe.
187 report_byte(chtype c)
189 chtype string[2];
197 * Report a string of chtype back to the director via the command pipe.
200 report_nstr(chtype *string)
203 chtype *p;
212 len++; /* add in the termination chtype */
213 len *= sizeof(chtype);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_winch.c44 NCURSES_EXPORT(chtype)
49 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx])
H A Dlib_inchstr.c47 winchnstr(WINDOW *win, chtype *str, int n)
59 (chtype) CharOf(win->_line[win->_cury].text[win->_curx + i]) |
62 str[i] = (chtype) 0;
H A Dlib_slkatrset.c44 NCURSES_SP_NAME(slk_attrset) (NCURSES_SP_DCLx const chtype attr)
57 slk_attrset(const chtype attr)
H A Dlib_slkatrof.c44 NCURSES_SP_NAME(slk_attroff) (NCURSES_SP_DCLx const chtype attr)
62 slk_attroff(const chtype attr)
H A Dlib_box.c48 static NCURSES_INLINE chtype
49 _my_render(WINDOW *win, chtype ch)
64 chtype ls, chtype rs,
65 chtype ts, chtype bs,
66 chtype tl, chtype tr,
67 chtype bl, chtype b
[all...]
H A Dlib_slkatron.c44 NCURSES_SP_NAME(slk_attron) (NCURSES_SP_DCLx const chtype attr)
62 slk_attron(const chtype attr)
H A Dlib_bkgd.c92 win->_bkgd = (((tmp == EOF) ? ' ' : (chtype) tmp)
94 | (chtype) ColorPair(GET_WINDOW_PAIR(win)));
102 wbkgdset(WINDOW *win, chtype ch)
154 wbkgd(WINDOW *win, chtype ch)
H A Dlib_insch.c53 _nc_insert_ch(SCREEN *sp, WINDOW *win, chtype ch)
105 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8);
125 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8);
146 winsch(WINDOW *win, chtype c)
H A Dlib_getstr.c63 waddch(win, (chtype) ' ');
125 wechochar(win, (chtype) '\n');
151 if (waddch(win, (chtype) ch) == ERR) {
158 waddch(win, (chtype) ' ');
H A Dlib_hline.c46 whline(WINDOW *win, chtype ch, int n)
H A Dlib_insnstr.c62 _nc_insert_ch(sp, win, (chtype) UChar(*cp));
H A Dlib_vline.c46 wvline(WINDOW *win, chtype ch, int n)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c46 NCURSES_EXPORT(chtype *)
50 MyBuffer = typeCalloc(chtype, ACS_LEN);
55 NCURSES_EXPORT_VAR (chtype) acs_map[ACS_LEN] =
62 NCURSES_EXPORT(chtype)
65 chtype *map;
67 return (chtype) 0;
82 chtype *fake_map = acs_map;
83 chtype *real_map = SP_PARM != 0 ? SP_PARM->_acs_map : fake_map;
96 fake_map[j] = A_ALTCHARSET | (chtype) j;
191 real_map[i] = (chtype)
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_attr.c42 NCURSES_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\
67 NCURSES_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
75 | Function : int set_field_fore(FIELD *field, chtype attr)
88 | Function : chtype field_fore(const FIELD *)
98 | Function : int set_field_back(FIELD *field, chtype attr)
111 | Function : chtype field_back(const
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_attribs.c52 NCURSES_IMPEXP int NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \
68 NCURSES_IMPEXP chtype NCURSES_API menu_ ## name (const MENU * menu)\
76 | Function : int set_menu_fore(MENU *menu, chtype attr)
90 | Function : chtype menu_fore(const MENU* menu)
102 | Function : int set_menu_back(MENU *menu, chtype attr)
114 | Function : chtype menu_back(const MENU *menu)
125 | Function : int set_menu_grey(MENU *menu, chtype attr)
136 | Function : chtype menu_grey(const MENU *menu)
H A Dmenu.h116 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);
/freebsd-11-stable/contrib/dialog/
H A Darrows.c44 static chtype
45 merge_colors(chtype foreground, chtype background)
47 chtype result = foreground;
79 chtype attr = A_NORMAL;
104 chtype attr,
105 chtype borderattr)
107 chtype save = dlg_get_attrs(win);
165 chtype attr,
166 chtype borderatt
[all...]
H A Ddialog.h553 #define chtype long macro
568 chtype atr;
652 extern void dlg_draw_arrows2(WINDOW * /*dialog*/, int /*top_arrow*/, int /*bottom_arrow*/, int /*x*/, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*borderattr*/);
654 extern void dlg_draw_scrollbar(WINDOW * /*dialog*/, long /* first_data */, long /* this_data */, long /* next_data */, long /* total_data */, int /* left */, int /* right */, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*borderattr*/);
708 extern void dlg_show_string(WINDOW * /*win*/, const char * /*string*/, int /*offset*/, chtype /*attr*/, int /*y_base*/, int /*x_base*/, int /*x_last*/, bool /*hidden*/, bool /*force*/);
742 extern chtype dlg_asciibox(chtype /*ch*/);
743 extern chtype dlg_boxcha
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c103 chtype newmode,
132 static const chtype table[] =
149 chtype retain = 0;
336 vidputs(chtype newmode, NCURSES_OUTC outc)
346 NCURSES_SP_NAME(vidattr) (NCURSES_SP_DCLx chtype newmode)
356 vidattr(chtype newmode)
362 NCURSES_EXPORT(chtype)
365 chtype attrs = A_NORMAL;
415 NCURSES_EXPORT(chtype)
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h135 extern int box32(WINDOW *, chtype, chtype);
342 extern chtype field_back(FIELD *);
345 extern chtype field_fore(FIELD *);
420 extern chtype getattrs(WINDOW *);
423 extern chtype getbkgd(WINDOW *);
701 extern chtype menu_back(MENU *);
703 extern chtype menu_fore(MENU *);
705 extern chtype menu_grey(MENU *);
803 extern int p32echochar(WINDOW *, chtype);
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c86 _traceattr2(int bufnum, chtype newmode)
206 _nc_altcharset_name(attr_t attr, chtype ch)
282 _tracechtype2(int bufnum, chtype ch)
308 _tracechtype(chtype ch)
313 /* Trace 'chtype' return-values */
314 NCURSES_EXPORT(chtype)
315 _nc_retrace_chtype(chtype code)
333 if ((found = _nc_altcharset_name(attr, (chtype) CharOfD(ch))) != 0) {
H A Dlib_tracechr.c71 name = safe_unctrl(SP_PARM, (chtype) ch);

Completed in 109 milliseconds

1234