| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_box.c | 49 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 D | lib_inchstr.c | 48 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 D | lib_insch.c | 54 _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 D | lib_getstr.c | 65 waddch(win, (chtype) ' '); in WipeOut() 126 wechochar(win, (chtype) '\n'); in wgetnstr_events() 152 if (waddch(win, (chtype) ch) == ERR) { in wgetnstr_events() 159 waddch(win, (chtype) ' '); in wgetnstr_events()
|
| H A D | lib_winch.c | 45 NCURSES_EXPORT(chtype) in NCURSES_EXPORT() argument 50 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx]) in NCURSES_EXPORT()
|
| H A D | lib_slkatrset.c | 45 NCURSES_SP_NAME(slk_attrset) (NCURSES_SP_DCLx const chtype attr) in NCURSES_EXPORT() 58 slk_attrset(const chtype attr) in slk_attrset()
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_acs.c | 47 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-14.2/contrib/dialog/ |
| H A D | arrows.c | 44 static chtype 45 merge_colors(chtype foreground, chtype background) in merge_colors() 47 chtype result = foreground; in merge_colors() 78 chtype attr = A_NORMAL; in dlg_draw_helpline() 105 chtype attr, in dlg_draw_arrows2() 106 chtype borderattr) in dlg_draw_arrows2() 108 chtype save = dlg_get_attrs(win); in dlg_draw_arrows2() 166 chtype attr, in dlg_draw_scrollbar() 167 chtype borderattr) in dlg_draw_scrollbar() 171 chtype save = dlg_get_attrs(win); in dlg_draw_scrollbar()
|
| H A D | dialog.h | 610 #define chtype long macro 629 chtype atr; /* attribute corresponding to fg, bg, etc */ 717 …/, int /*bottom_arrow*/, int /*x*/, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*bordera… 816 extern chtype dlg_asciibox(chtype /*ch*/); 817 extern chtype dlg_boxchar(chtype /*ch*/); 818 extern chtype dlg_get_attrs(WINDOW * /*win*/); 842 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/); 853 extern void dlg_draw_bottom_box2(WINDOW * /*win*/, chtype /*on_left*/, chtype /*on_right*/, chtype … 854 … /*win*/, int /*y*/, int /*x*/, int /*height*/, int /*width*/, chtype /*boxchar*/, chtype /*border… 855 …nt /*y*/, int /*x*/, int /*height*/, int /*width*/, chtype /*boxchar*/, chtype /*borderchar*/, cht… [all …]
|
| H A D | util.c | 561 chtype 564 chtype result; in dlg_get_attrs() 581 chtype 611 static chtype 732 chtype attrs[4]; in dlg_print_listitem() 800 chtype useattr; in dlg_print_text() 1540 chtype boxchar, chtype borderchar, chtype borderchar2) in dlg_draw_box2() 1573 chtype boxchar, chtype borderchar) in dlg_draw_box() 2159 chtype 2188 chtype [all …]
|
| H A D | mixedgauge.c | 126 chtype attr = A_NORMAL; in myprint_status() 165 chtype ch1 = winch(win); in myprint_status() 188 chtype boxchar, chtype borderchar) in mydraw_mixed_box() 192 chtype attr = A_NORMAL; in mydraw_mixed_box() 194 chtype save2 = dlg_get_attrs(win); in mydraw_mixed_box() 247 chtype ch = winch(dlg->dialog); in dlg_update_mixedgauge()
|
| /freebsd-14.2/contrib/ncurses/menu/ |
| H A D | menu.h | 139 chtype fore; /* Selection attribute */ 140 chtype back; /* Nonselection attribute */ 141 chtype grey; /* Inactive attribute */ 224 extern MENU_EXPORT(chtype) menu_back(const MENU *); 225 extern MENU_EXPORT(chtype) menu_fore(const MENU *); 226 extern MENU_EXPORT(chtype) menu_grey(const MENU *); 247 extern MENU_EXPORT(int) set_menu_back(MENU *, chtype); 248 extern MENU_EXPORT(int) set_menu_fore(MENU *, chtype); 250 extern MENU_EXPORT(int) set_menu_grey(MENU *, chtype);
|
| H A D | llib-lmenuw | 42 chtype attr) 46 chtype menu_fore( 48 { return(*(chtype *)0); } 53 chtype attr) 57 chtype menu_back( 59 { return(*(chtype *)0); } 64 chtype attr) 68 chtype menu_grey( 70 { return(*(chtype *)0); }
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 102 chtype ch) 155 chtype ch) 161 chtype ch) 169 chtype ls, 170 chtype rs, 171 chtype ts, 172 chtype bs, 173 chtype tl, 174 chtype tr, 175 chtype bl, [all …]
|
| H A D | llib-lncurses | 102 chtype ch) 155 chtype ch) 161 chtype ch) 169 chtype ls, 170 chtype rs, 171 chtype ts, 172 chtype bs, 173 chtype tl, 174 chtype tr, 175 chtype bl, [all …]
|
| H A D | llib-lncursestw | 186 chtype ch) 198 chtype ch) 206 chtype ls, 207 chtype rs, 208 chtype ts, 209 chtype bs, 210 chtype tl, 211 chtype tr, 212 chtype bl, 213 chtype br) [all …]
|
| H A D | llib-lncursesw | 186 chtype ch) 198 chtype ch) 206 chtype ls, 207 chtype rs, 208 chtype ts, 209 chtype bs, 210 chtype tl, 211 chtype tr, 212 chtype bl, 213 chtype br) [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | commands.c | 187 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 D | slave.h | 43 void report_byte(chtype); 45 void report_nstr(chtype *);
|
| H A D | curses_commands.c | 72 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-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | lib_vidattr.c | 111 chtype newmode, in NCURSES_EXPORT() 140 static const chtype table[] = in NCURSES_EXPORT() 161 chtype retain = 0; in NCURSES_EXPORT() 349 vidputs(chtype newmode, NCURSES_OUTC outc) in vidputs() 359 NCURSES_SP_NAME(vidattr) (NCURSES_SP_DCLx chtype newmode) in NCURSES_SP_NAME() 369 vidattr(chtype newmode) in vidattr() 375 NCURSES_EXPORT(chtype) 378 chtype attrs = A_NORMAL; in NCURSES_SP_NAME() 428 NCURSES_EXPORT(chtype)
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | curses.h.in | 236 typedef unsigned chtype; typedef 239 typedef @cf_cv_typeof_chtype@ chtype; typedef 355 NCURSES_WRAPPED_VAR(chtype*, acs_map); 358 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 458 typedef chtype attr_t; /* ...must be at least as wide as chtype */ 517 chtype _bkgd; /* current background char/attribute pair */ 634 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */ 636 extern NCURSES_EXPORT(int) border (chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype); /* gen… 637 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */ 681 extern NCURSES_EXPORT(chtype) inch (void); /* generated */ [all …]
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | req.c | 55 int attribs, unsigned long chtype); 58 unsigned long chtype); 61 unsigned long chtype); 64 unsigned long chtype, int mval); 266 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main() local 392 chtype = MBSTRING_UTF8; in req_main() 602 if (chtype != MBSTRING_UTF8) { in req_main() 607 chtype = MBSTRING_UTF8; in req_main() 1114 chtype); in make_REQ() 1295 unsigned long chtype) in auto_info() argument [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_traceatr.c | 87 _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-14.2/contrib/ncurses/form/ |
| H A D | form.h | 105 chtype fore; /* foreground attribute */ 106 chtype back; /* background attribute */ 370 extern FORM_EXPORT(int) set_field_fore (FIELD *,chtype); 371 extern FORM_EXPORT(int) set_field_back (FIELD *,chtype); 381 extern FORM_EXPORT(chtype) field_fore (const FIELD *); 382 extern FORM_EXPORT(chtype) field_back (const FIELD *);
|