Home
last modified time | relevance | path

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

12345

/NextBSD/contrib/ncurses/ncurses/base/
HDlib_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()
HDlib_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()
HDlib_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()
HDlib_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()
HDlib_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()
/NextBSD/contrib/gdb/gdb/tui/
HDtui-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;
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_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()
/NextBSD/contrib/gcc/
HDsys-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);
928 extern int set_field_back(FIELD *, chtype);
[all …]
/NextBSD/contrib/dialog/
HDdialog.h553 #define chtype long macro
568 chtype atr;
652 …/, int /*bottom_arrow*/, int /*x*/, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*bordera…
654 …/, int /* left */, int /* right */, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*bordera…
708 extern void dlg_show_string(WINDOW * /*win*/, const char * /*string*/, int /*offset*/, chtype /*att…
742 extern chtype dlg_asciibox(chtype /*ch*/);
743 extern chtype dlg_boxchar(chtype /*ch*/);
744 extern chtype dlg_get_attrs(WINDOW * /*win*/);
745 extern const char * dlg_print_line(WINDOW * /*win*/, chtype * /*attr*/, const char * /*prompt*/, in…
764 extern void dlg_attr_clear(WINDOW * /*win*/, int /*height*/, int /*width*/, chtype /*attr*/);
[all …]
HDarrows.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()
HDutil.c193 chtype attr = A_NORMAL; in dlg_put_backtitle()
214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear()
480 chtype color = dlg_color_pair(dlg_color_table[i].fg, in dlg_color_setup()
505 chtype
508 chtype result; in dlg_get_attrs()
510 result = (chtype) getattrs(win); in dlg_get_attrs()
525 chtype
528 chtype result = 0; in dlg_color_pair()
537 result = (chtype) COLOR_PAIR(pair); in dlg_color_pair()
545 result = (chtype) COLOR_PAIR(pair); in dlg_color_pair()
[all …]
HDmixedgauge.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()
/NextBSD/contrib/ncurses/menu/
HDmenu.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);
HDllib-lmenuw41 chtype attr)
45 chtype menu_fore(
47 { return(*(chtype *)0); }
52 chtype attr)
56 chtype menu_back(
58 { return(*(chtype *)0); }
63 chtype attr)
67 chtype menu_grey(
69 { return(*(chtype *)0); }
/NextBSD/contrib/ncurses/ncurses/
HDllib-lncurses99 chtype _nc_render(
101 chtype ch)
102 { return(*(chtype *)0); }
107 const chtype c)
113 const chtype ch)
119 const chtype ch)
134 const chtype *astr,
154 chtype ch)
160 chtype ch)
168 chtype ls,
[all …]
HDllib-lncursest101 chtype _nc_render(
103 chtype ch)
104 { return(*(chtype *)0); }
109 const chtype c)
115 const chtype ch)
121 const chtype ch)
136 const chtype *astr,
156 chtype ch)
162 chtype ch)
170 chtype ls,
[all …]
HDllib-lncursesw121 const chtype ch)
127 const chtype ch)
142 const chtype *astr,
187 chtype ch)
199 chtype ch)
207 chtype ls,
208 chtype rs,
209 chtype ts,
210 chtype bs,
211 chtype tl,
[all …]
HDllib-lncursestw121 const chtype ch)
127 const chtype ch)
142 const chtype *astr,
187 chtype ch)
199 chtype ch)
207 chtype ls,
208 chtype rs,
209 chtype ts,
210 chtype bs,
211 chtype tl,
[all …]
/NextBSD/contrib/ncurses/ncurses/tty/
HDlib_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)
/NextBSD/contrib/netbsd-tests/lib/libcurses/slave/
HDcommands.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()
HDcurses_commands.c72 chtype *ch; in cmd_addch()
77 ch = (chtype *) args[0]; in cmd_addch()
98 report_return(addchnstr((chtype *) args[0], count)); in cmd_addchnstr()
109 report_return(addchstr((chtype *) args[0])); in cmd_addchstr()
287 chtype *ch; in cmd_bkgd()
292 ch = (chtype *) args[0]; in cmd_bkgd()
301 chtype *ch; in cmd_bkgdset()
306 ch = (chtype *) args[0]; in cmd_bkgdset()
536 chtype *string; in cmd_inchnstr()
547 if ((string = malloc((limit + 1) * sizeof(chtype))) == NULL) { in cmd_inchnstr()
[all …]
/NextBSD/contrib/ncurses/include/
HDcurses.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 */
577 extern NCURSES_EXPORT(int) addch (const chtype); /* generated */
578 extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* generated */
579 extern NCURSES_EXPORT(int) addchstr (const chtype *); /* generated */
591 extern NCURSES_EXPORT(int) bkgd (chtype); /* generated */
[all …]
/NextBSD/crypto/openssl/apps/
HDreq.c132 int attribs, unsigned long chtype);
133 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype,
138 int attribs, unsigned long chtype);
141 unsigned long chtype);
144 unsigned long chtype);
147 unsigned long chtype, int mval);
197 unsigned long chtype = MBSTRING_ASC; in MAIN() local
320 chtype = MBSTRING_UTF8; in MAIN()
566 if (chtype != MBSTRING_UTF8) { in MAIN()
571 chtype = MBSTRING_UTF8; in MAIN()
[all …]
/NextBSD/contrib/ncurses/ncurses/trace/
HDlib_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()
/NextBSD/contrib/ncurses/form/
HDform.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