Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_box.c49 static NCURSES_INLINE chtype
50 _my_render(WINDOW *win, chtype ch) in _my_render()
65 chtype ls, chtype rs, in wborder()
66 chtype ts, chtype bs, in wborder()
67 chtype tl, chtype tr, in wborder()
68 chtype bl, chtype br) in wborder()
72 chtype wls, wrs, wts, wbs, wtl, wtr, wbl, wbr; in wborder()
H A Dlib_inchstr.c48 winchnstr(WINDOW *win, chtype *str, int n) in NCURSES_EXPORT()
62 str[i] = (((chtype) CharOf(text[col + i]) & A_CHARTEXT) | in NCURSES_EXPORT()
65 str[i] = (chtype) 0; in NCURSES_EXPORT()
H A Dlib_insch.c54 _nc_insert_ch(SCREEN *sp, WINDOW *win, chtype ch) in NCURSES_EXPORT()
106 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8); in NCURSES_EXPORT()
127 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8); in NCURSES_EXPORT()
148 winsch(WINDOW *win, chtype c) in winsch()
H A Dlib_getstr.c64 waddch(win, (chtype) ' '); in WipeOut()
128 wechochar(win, (chtype) '\n'); in wgetnstr_events()
154 if (waddch(win, (chtype) ch) == ERR) { in wgetnstr_events()
161 waddch(win, (chtype) ' '); in wgetnstr_events()
H A Dlib_winch.c45 NCURSES_EXPORT(chtype) in NCURSES_EXPORT() argument
50 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx]) in NCURSES_EXPORT()
H A Dlib_slkatrset.c45 NCURSES_SP_NAME(slk_attrset) (NCURSES_SP_DCLx const chtype attr) in NCURSES_EXPORT()
58 slk_attrset(const chtype attr) in slk_attrset()
H A Dlib_bkgd.c93 win->_bkgd = (((tmp == EOF) ? ' ' : (chtype) tmp) in NCURSES_EXPORT()
95 | (chtype) ColorPair(GET_WINDOW_PAIR(win))); in NCURSES_EXPORT()
103 wbkgdset(WINDOW *win, chtype ch) in wbkgdset()
224 wbkgd(WINDOW *win, chtype ch) in wbkgd()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c47 NCURSES_EXPORT(chtype *) in NCURSES_EXPORT() argument
51 MyBuffer = typeCalloc(chtype, ACS_LEN); in NCURSES_EXPORT()
56 NCURSES_EXPORT_VAR (chtype) acs_map[ACS_LEN] =
63 NCURSES_EXPORT(chtype)
66 chtype *map; in NCURSES_SP_NAME()
68 return (chtype) 0; in NCURSES_SP_NAME()
83 chtype *fake_map = acs_map; in NCURSES_SP_NAME()
84 chtype *real_map = SP_PARM != 0 ? SP_PARM->_acs_map : fake_map; in NCURSES_SP_NAME()
97 fake_map[j] = A_ALTCHARSET | (chtype) j; in NCURSES_SP_NAME()
192 real_map[i] = (chtype) i; in NCURSES_SP_NAME()
/freebsd-13.1/contrib/dialog/
H A Ddialog.h579 #define chtype long macro
598 chtype atr;
682 …/, int /*bottom_arrow*/, int /*x*/, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*bordera…
778 extern chtype dlg_asciibox(chtype /*ch*/);
779 extern chtype dlg_boxchar(chtype /*ch*/);
780 extern chtype dlg_get_attrs(WINDOW * /*win*/);
800 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
811 extern void dlg_draw_bottom_box2(WINDOW * /*win*/, chtype /*on_left*/, chtype /*on_right*/, chtype
812 … /*win*/, int /*y*/, int /*x*/, int /*height*/, int /*width*/, chtype /*boxchar*/, chtype /*border…
813 …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
669 chtype attrs[4]; in dlg_print_listitem()
720 chtype useattr; in dlg_print_text()
1464 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2()
1497 chtype boxchar, chtype borderchar) in dlg_draw_box()
1956 chtype
1985 chtype
[all …]
H A Dmixedgauge.c127 chtype attr = A_NORMAL; in myprint_status()
164 chtype ch1 = winch(win); in myprint_status()
187 chtype boxchar, chtype borderchar) in mydraw_mixed_box()
191 chtype attr = A_NORMAL; in mydraw_mixed_box()
193 chtype save2 = dlg_get_attrs(win); in mydraw_mixed_box()
246 chtype ch = winch(dlg->dialog); in dlg_update_mixedgauge()
/freebsd-13.1/contrib/ncurses/menu/
H A Dmenu.h126 chtype fore; /* Selection attribute */
127 chtype back; /* Nonselection attribute */
128 chtype grey; /* Inactive attribute */
213 extern NCURSES_EXPORT(chtype) menu_back (const MENU *);
214 extern NCURSES_EXPORT(chtype) menu_fore (const MENU *);
215 extern NCURSES_EXPORT(chtype) menu_grey (const MENU *);
236 extern NCURSES_EXPORT(int) set_menu_back (MENU *,chtype);
237 extern NCURSES_EXPORT(int) set_menu_fore (MENU *,chtype);
239 extern NCURSES_EXPORT(int) set_menu_grey (MENU *,chtype);
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dllib-lncurses102 chtype ch)
155 chtype ch)
161 chtype ch)
176 chtype br)
524 chtype z)
529 chtype z)
541 chtype z)
548 chtype z)
648 chtype z)
797 chtype z)
[all …]
H A Dllib-lncursest102 chtype ch)
155 chtype ch)
161 chtype ch)
176 chtype br)
527 chtype z)
532 chtype z)
544 chtype z)
551 chtype z)
651 chtype z)
800 chtype z)
[all …]
H A Dllib-lncursestw186 chtype ch)
198 chtype ch)
206 chtype ls,
213 chtype br)
637 chtype z)
642 chtype z)
654 chtype z)
661 chtype z)
761 chtype z)
910 chtype z)
[all …]
H A Dllib-lncursesw186 chtype ch)
198 chtype ch)
206 chtype ls,
213 chtype br)
634 chtype z)
639 chtype z)
651 chtype z)
658 chtype z)
758 chtype z)
907 chtype z)
[all …]
/freebsd-13.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 Dslave.h43 void report_byte(chtype);
45 void report_nstr(chtype *);
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 …]
/freebsd-13.1/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c111 chtype newmode, in NCURSES_EXPORT()
140 static const chtype table[] = in NCURSES_EXPORT()
161 chtype retain = 0; in NCURSES_EXPORT()
347 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs()
357 NCURSES_SP_NAME(vidattr) (NCURSES_SP_DCLx chtype newmode) in NCURSES_SP_NAME()
367 vidattr(chtype newmode) in vidattr()
373 NCURSES_EXPORT(chtype)
376 chtype attrs = A_NORMAL; in NCURSES_SP_NAME()
426 NCURSES_EXPORT(chtype)
/freebsd-13.1/contrib/ncurses/include/
H A Dcurses.h.in182 typedef unsigned chtype; typedef
185 typedef @cf_cv_typeof_chtype@ chtype; typedef
301 NCURSES_WRAPPED_VAR(chtype*, acs_map);
304 extern NCURSES_EXPORT_VAR(chtype) acs_map[];
397 typedef chtype attr_t; /* ...must be at least as wide as chtype */
456 chtype _bkgd; /* current background char/attribute pair */
626 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
628 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* gen…
629 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */
673 extern NCURSES_EXPORT(chtype) inch (void); /* generated */
[all …]
/freebsd-13.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);
244 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main() local
355 chtype = MBSTRING_UTF8; in req_main()
536 if (chtype != MBSTRING_UTF8) { in req_main()
541 chtype = MBSTRING_UTF8; in req_main()
1037 chtype); in make_REQ()
1241 unsigned long chtype) in auto_info() argument
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c87 _traceattr2(int bufnum, chtype newmode) in _traceattr2()
204 _nc_altcharset_name(attr_t attr, chtype ch) in _nc_altcharset_name()
283 _tracechtype2(int bufnum, chtype ch) in _tracechtype2()
312 _tracechtype(chtype ch) in _tracechtype()
318 NCURSES_EXPORT(chtype)
319 _nc_retrace_chtype(chtype code) in _nc_retrace_chtype()
337 if ((found = _nc_altcharset_name(attr, (chtype) CharOfD(ch))) != 0) { in _tracecchar_t2()
/freebsd-13.1/contrib/ncurses/form/
H A Dform.h94 chtype fore; /* foreground attribute */
95 chtype back; /* background attribute */
359 extern NCURSES_EXPORT(int) set_field_fore (FIELD *,chtype);
360 extern NCURSES_EXPORT(int) set_field_back (FIELD *,chtype);
370 extern NCURSES_EXPORT(chtype) field_fore (const FIELD *);
371 extern NCURSES_EXPORT(chtype) field_back (const FIELD *);

12345