Home
last modified time | relevance | path

Searched refs:chtype (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_box.c48 static NCURSES_INLINE chtype
49 _my_render(WINDOW *win, chtype ch) in _my_render()
64 chtype ls, chtype rs, in wborder()
65 chtype ts, chtype bs, in wborder()
66 chtype tl, chtype tr, in wborder()
67 chtype bl, chtype br) in wborder()
71 chtype wls, wrs, wts, wbs, wtl, wtr, wbl, wbr; in wborder()
H A Dlib_inchstr.c47 winchnstr(WINDOW *win, chtype *str, int n) in NCURSES_EXPORT()
59 (chtype) CharOf(win->_line[win->_cury].text[win->_curx + i]) | in NCURSES_EXPORT()
62 str[i] = (chtype) 0; in NCURSES_EXPORT()
H A Dlib_insch.c53 _nc_insert_ch(SCREEN *sp, WINDOW *win, chtype ch) in NCURSES_EXPORT()
105 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8); in NCURSES_EXPORT()
125 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8); in NCURSES_EXPORT()
146 winsch(WINDOW *win, chtype c) in winsch()
H A Dlib_bkgd.c92 win->_bkgd = (((tmp == EOF) ? ' ' : (chtype) tmp) in NCURSES_EXPORT()
94 | (chtype) ColorPair(GET_WINDOW_PAIR(win))); in NCURSES_EXPORT()
102 wbkgdset(WINDOW *win, chtype ch) in wbkgdset()
154 wbkgd(WINDOW *win, chtype ch) in wbkgd()
H A Dlib_getstr.c63 waddch(win, (chtype) ' '); in WipeOut()
125 wechochar(win, (chtype) '\n'); in wgetnstr_events()
151 if (waddch(win, (chtype) ch) == ERR) { in wgetnstr_events()
158 waddch(win, (chtype) ' '); in wgetnstr_events()
/freebsd-12.1/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-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c46 NCURSES_EXPORT(chtype *) in NCURSES_EXPORT() argument
50 MyBuffer = typeCalloc(chtype, ACS_LEN); in NCURSES_EXPORT()
55 NCURSES_EXPORT_VAR (chtype) acs_map[ACS_LEN] =
62 NCURSES_EXPORT(chtype)
65 chtype *map; in NCURSES_SP_NAME()
67 return (chtype) 0; in NCURSES_SP_NAME()
82 chtype *fake_map = acs_map; in NCURSES_SP_NAME()
83 chtype *real_map = SP_PARM != 0 ? SP_PARM->_acs_map : fake_map; in NCURSES_SP_NAME()
96 fake_map[j] = A_ALTCHARSET | (chtype) j; in NCURSES_SP_NAME()
191 real_map[i] = (chtype) i; in NCURSES_SP_NAME()
/freebsd-12.1/contrib/gcc/
H A Dsys-protos.h135 extern int box32(WINDOW *, chtype, chtype);
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 *);
1153 extern chtype termattrs(void);
1220 extern int vid32attr(chtype);
1222 extern void vidupdate(chtype, chtype, int (*) (char));
1244 …ern int wborder(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype, chtyp…
[all …]
/freebsd-12.1/contrib/dialog/
H A Ddialog.h553 #define chtype long macro
568 chtype atr;
652 …/, int /*bottom_arrow*/, int /*x*/, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*bordera…
742 extern chtype dlg_asciibox(chtype /*ch*/);
743 extern chtype dlg_boxchar(chtype /*ch*/);
744 extern chtype dlg_get_attrs(WINDOW * /*win*/);
764 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
775 extern void dlg_draw_bottom_box2(WINDOW * /*win*/, chtype /*on_left*/, chtype /*on_right*/, chtype
776 … /*win*/, int /*y*/, int /*x*/, int /*height*/, int /*width*/, chtype /*boxchar*/, chtype /*border…
777 …nt /*y*/, int /*x*/, int /*height*/, int /*width*/, chtype /*boxchar*/, chtype /*borderchar*/, cht…
[all …]
H A Darrows.c44 static chtype
45 merge_colors(chtype foreground, chtype background) in merge_colors()
47 chtype result = foreground; in merge_colors()
79 chtype attr = A_NORMAL; in dlg_draw_helpline()
104 chtype attr, in dlg_draw_arrows2()
105 chtype borderattr) in dlg_draw_arrows2()
107 chtype save = dlg_get_attrs(win); in dlg_draw_arrows2()
165 chtype attr, in dlg_draw_scrollbar()
166 chtype borderattr) in dlg_draw_scrollbar()
173 chtype save = dlg_get_attrs(win); in dlg_draw_scrollbar()
H A Dutil.c505 chtype
508 chtype result; in dlg_get_attrs()
525 chtype
555 static chtype
1387 static chtype
1390 chtype result; in dlg_get_cell_attrs()
1426 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2()
1459 chtype boxchar, chtype borderchar) in dlg_draw_box()
1913 chtype
1942 chtype
[all …]
H A Dmixedgauge.c127 chtype attr = A_NORMAL; in myprint_status()
163 chtype ch1 = winch(win); in myprint_status()
185 chtype boxchar, chtype borderchar) in mydraw_mixed_box()
189 chtype attr = A_NORMAL; in mydraw_mixed_box()
191 chtype save2 = dlg_get_attrs(win); in mydraw_mixed_box()
244 chtype ch = winch(dlg->dialog); in dlg_update_mixedgauge()
/freebsd-12.1/contrib/ncurses/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-12.1/contrib/ncurses/ncurses/
H A Dllib-lncurses101 chtype ch)
154 chtype ch)
160 chtype ch)
175 chtype br)
486 chtype z)
491 chtype z)
503 chtype z)
510 chtype z)
610 chtype z)
759 chtype z)
[all …]
H A Dllib-lncursest103 chtype ch)
156 chtype ch)
162 chtype ch)
177 chtype br)
495 chtype z)
500 chtype z)
512 chtype z)
519 chtype z)
619 chtype z)
768 chtype z)
[all …]
H A Dllib-lncursesw187 chtype ch)
199 chtype ch)
207 chtype ls,
214 chtype br)
529 chtype z)
534 chtype z)
546 chtype z)
553 chtype z)
653 chtype z)
802 chtype z)
[all …]
H A Dllib-lncursestw187 chtype ch)
199 chtype ch)
207 chtype ls,
214 chtype br)
532 chtype z)
537 chtype z)
549 chtype z)
556 chtype z)
656 chtype z)
805 chtype z)
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c103 chtype newmode, in NCURSES_EXPORT()
132 static const chtype table[] = in NCURSES_EXPORT()
149 chtype retain = 0; in NCURSES_EXPORT()
336 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs()
346 NCURSES_SP_NAME(vidattr) (NCURSES_SP_DCLx chtype newmode) in NCURSES_SP_NAME()
356 vidattr(chtype newmode) in vidattr()
362 NCURSES_EXPORT(chtype)
365 chtype attrs = A_NORMAL; in NCURSES_SP_NAME()
415 NCURSES_EXPORT(chtype)
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c187 report_byte(chtype c) in report_byte()
189 chtype string[2]; in report_byte()
200 report_nstr(chtype *string) in report_nstr()
203 chtype *p; in report_nstr()
213 len *= sizeof(chtype); in report_nstr()
H A Dcurses_commands.c72 chtype *ch; in cmd_addch()
287 chtype *ch; in cmd_bkgd()
301 chtype *ch; in cmd_bkgdset()
885 chtype *ch; in cmd_mvaddch()
2572 chtype *ch; in cmd_hline()
3009 chtype *ch; in cmd_mvhline()
3096 chtype *ch; in cmd_mvvline()
3175 chtype *ch; in cmd_mvwvline()
4416 chtype *ch; in cmd_vline()
4519 chtype *ch; in cmd_waddch()
[all …]
H A Dslave.h43 void report_byte(chtype);
45 void report_nstr(chtype *);
/freebsd-12.1/contrib/ncurses/include/
H A Dcurses.h.in156 typedef unsigned chtype; typedef
159 typedef unsigned @cf_cv_typeof_chtype@ chtype; typedef
273 NCURSES_WRAPPED_VAR(chtype*, acs_map);
276 extern NCURSES_EXPORT_VAR(chtype) acs_map[];
369 typedef chtype attr_t; /* ...must be at least as wide as chtype */
428 chtype _bkgd; /* current background char/attribute pair */
591 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
593 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* gen…
594 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */
638 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
[all …]
/freebsd-12.1/crypto/openssl/apps/
H A Dreq.c51 int attribs, unsigned long chtype);
60 unsigned long chtype);
63 unsigned long chtype);
66 unsigned long chtype, int mval);
241 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main() local
352 chtype = MBSTRING_UTF8; in req_main()
531 if (chtype != MBSTRING_UTF8) { in req_main()
536 chtype = MBSTRING_UTF8; in req_main()
1032 chtype); in make_REQ()
1236 unsigned long chtype) in auto_info() argument
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c86 _traceattr2(int bufnum, chtype newmode) in _traceattr2()
206 _nc_altcharset_name(attr_t attr, chtype ch) in _nc_altcharset_name()
282 _tracechtype2(int bufnum, chtype ch) in _tracechtype2()
308 _tracechtype(chtype ch) in _tracechtype()
314 NCURSES_EXPORT(chtype)
315 _nc_retrace_chtype(chtype code) in _nc_retrace_chtype()
333 if ((found = _nc_altcharset_name(attr, (chtype) CharOfD(ch))) != 0) { in _tracecchar_t2()
/freebsd-12.1/contrib/ncurses/form/
H A Dform.h86 chtype fore; /* foreground attribute */
87 chtype back; /* background attribute */
337 extern NCURSES_EXPORT(int) set_field_fore (FIELD *,chtype);
338 extern NCURSES_EXPORT(int) set_field_back (FIELD *,chtype);
348 extern NCURSES_EXPORT(chtype) field_fore (const FIELD *);
349 extern NCURSES_EXPORT(chtype) field_back (const FIELD *);

12345