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

123

/freebsd-13-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-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_winch.c45 NCURSES_EXPORT(chtype)
50 returnChtype((chtype) CharOf(win->_line[win->_cury].text[win->_curx])
H A Dlib_slkatrset.c45 NCURSES_SP_NAME(slk_attrset) (NCURSES_SP_DCLx const chtype attr)
58 slk_attrset(const chtype attr)
H A Dlib_inchstr.c48 winchnstr(WINDOW *win, chtype *str, int n)
62 str[i] = (((chtype) CharOf(text[col + i]) & A_CHARTEXT) |
65 str[i] = (chtype) 0;
H A Dlib_slkatrof.c45 NCURSES_SP_NAME(slk_attroff) (NCURSES_SP_DCLx const chtype attr)
63 slk_attroff(const chtype attr)
H A Dlib_box.c49 static NCURSES_INLINE chtype
50 _my_render(WINDOW *win, chtype ch)
65 chtype ls, chtype rs,
66 chtype ts, chtype bs,
67 chtype tl, chtype tr,
68 chtype bl, chtype b
[all...]
H A Dlib_slkatron.c45 NCURSES_SP_NAME(slk_attron) (NCURSES_SP_DCLx const chtype attr)
63 slk_attron(const chtype attr)
H A Dlib_insch.c54 _nc_insert_ch(SCREEN *sp, WINDOW *win, chtype ch)
106 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8);
127 s = NCURSES_SP_NAME(unctrl) (NCURSES_SP_ARGx (chtype) ch8);
148 winsch(WINDOW *win, chtype c)
H A Dlib_bkgd.c93 win->_bkgd = (((tmp == EOF) ? ' ' : (chtype) tmp)
95 | (chtype) ColorPair(GET_WINDOW_PAIR(win)));
103 wbkgdset(WINDOW *win, chtype ch)
224 wbkgd(WINDOW *win, chtype ch)
H A Dlib_getstr.c64 waddch(win, (chtype) ' ');
128 wechochar(win, (chtype) '\n');
154 if (waddch(win, (chtype) ch) == ERR) {
161 waddch(win, (chtype) ' ');
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c47 NCURSES_EXPORT(chtype *)
51 MyBuffer = typeCalloc(chtype, ACS_LEN);
56 NCURSES_EXPORT_VAR (chtype) acs_map[ACS_LEN] =
63 NCURSES_EXPORT(chtype)
66 chtype *map;
68 return (chtype) 0;
83 chtype *fake_map = acs_map;
84 chtype *real_map = SP_PARM != 0 ? SP_PARM->_acs_map : fake_map;
97 fake_map[j] = A_ALTCHARSET | (chtype) j;
192 real_map[i] = (chtype)
[all...]
/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_attr.c43 NCURSES_IMPEXP int NCURSES_API set_field_ ## name (FIELD * field, chtype attr)\
68 NCURSES_IMPEXP chtype NCURSES_API field_ ## name (const FIELD * field)\
76 | Function : int set_field_fore(FIELD *field, chtype attr)
89 | Function : chtype field_fore(const FIELD *)
99 | Function : int set_field_back(FIELD *field, chtype attr)
112 | Function : chtype field_back(const
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 *);
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_attribs.c53 NCURSES_IMPEXP int NCURSES_API set_menu_ ## name (MENU* menu, chtype attr) \
69 NCURSES_IMPEXP chtype NCURSES_API menu_ ## name (const MENU * menu)\
77 | Function : int set_menu_fore(MENU *menu, chtype attr)
91 | Function : chtype menu_fore(const MENU* menu)
103 | Function : int set_menu_back(MENU *menu, chtype attr)
115 | Function : chtype menu_back(const MENU *menu)
126 | Function : int set_menu_grey(MENU *menu, chtype attr)
137 | Function : chtype menu_grey(const MENU *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-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.h579 #define chtype long macro
598 chtype atr;
682 extern void dlg_draw_arrows2(WINDOW * /*dialog*/, int /*top_arrow*/, int /*bottom_arrow*/, int /*x*/, int /*top*/, int /*bottom*/, chtype /*attr*/, chtype /*borderattr*/);
684 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*/);
738 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*/);
778 extern chtype dlg_asciibox(chtype /*ch*/);
779 extern chtype dlg_boxcha
[all...]
H A Dutil.c193 chtype attr = A_NORMAL;
214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr)
480 chtype color = dlg_color_pair(dlg_color_table[i].fg,
505 chtype
508 chtype result;
510 result = (chtype) getattrs(win);
525 chtype
528 chtype result = 0;
537 result = (chtype) COLOR_PAIR(pair);
545 result = (chtype) COLOR_PAI
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c111 chtype newmode,
140 static const chtype table[] =
161 chtype retain = 0;
347 vidputs(chtype newmode, NCURSES_OUTC outc)
357 NCURSES_SP_NAME(vidattr) (NCURSES_SP_DCLx chtype newmode)
367 vidattr(chtype newmode)
373 NCURSES_EXPORT(chtype)
376 chtype attrs = A_NORMAL;
426 NCURSES_EXPORT(chtype)
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracechr.c72 name = safe_unctrl(SP_PARM, (chtype) ch);
H A Dlib_traceatr.c87 _traceattr2(int bufnum, chtype newmode)
204 _nc_altcharset_name(attr_t attr, chtype ch)
283 _tracechtype2(int bufnum, chtype ch)
312 _tracechtype(chtype ch)
317 /* Trace 'chtype' return-values */
318 NCURSES_EXPORT(chtype)
319 _nc_retrace_chtype(chtype code)
337 if ((found = _nc_altcharset_name(attr, (chtype) CharOfD(ch))) != 0) {
390 * Just in case the extended color is different from the chtype
/freebsd-13-stable/crypto/openssl/apps/
H A Dreq.c51 int attribs, unsigned long chtype);
52 static int build_subject(X509_REQ *req, const char *subj, unsigned long chtype,
57 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; local
355 chtype = MBSTRING_UTF8;
536 if (chtype != MBSTRING_UTF8) {
541 chtype
989 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1053 build_subject(X509_REQ *req, const char *subject, unsigned long chtype, int multirdn) argument
1069 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, int attribs, unsigned long chtype) argument
1239 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
1306 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1326 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c78 waddch(win, (chtype) ' ');
156 wechochar(win, (chtype) '\n');
184 waddch(win, (chtype) ' ');
H A Dlib_ins_wch.c56 code = winsch(win, (chtype) CharOf(CHDEREF(wch)));
138 code = _nc_insert_ch(sp, win, (chtype) (*cp));

Completed in 111 milliseconds

123