Searched refs:chtype (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-13-stable/lib/libdpv/
H A Dstatus.c53 chtype color = dlg_color_pair(dlg_color_table[BUTTON_ACTIVE_ATTR].fg,
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_hline.c49 whline(WINDOW *win, chtype ch, int n)
H A Dlib_insnstr.c86 _nc_insert_ch(sp, win, (chtype) UChar(*cp));
H A Dlib_vline.c49 wvline(WINDOW *win, chtype ch, int n)
H A Dlib_addstr.c82 waddchnstr(WINDOW *win, const chtype *astr, int n)
97 const chtype *str;
99 for (str = (const chtype *) astr; *str != 0; str++)
H A Dlib_addch.c279 (NCURSES_SP_ARGx (chtype) CharOf(ch));
415 chtype t = (chtype) CharOf(ch);
541 waddch(WINDOW *win, const chtype ch)
560 wechochar(WINDOW *win, const chtype ch)
H A Dlib_screen.c78 ,pCHAR /* chtype */
326 decode_chtype(char *source, chtype fillin, chtype *target)
335 *target = (ChCharOf(value) | attr | (chtype) COLOR_PAIR(color));
383 chtype prior2;
761 chtype ch = CharOfD(source);
H A Dlib_set_term.c318 || ((sp->_acs_map = typeCalloc(chtype, ACS_LEN)) == 0)
332 || ((SP->_acs_map = typeCalloc(chtype, ACS_LEN)) == 0)
544 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD);
/freebsd-13-stable/contrib/dialog/
H A Dmixedgauge.c127 chtype attr = A_NORMAL;
164 chtype ch1 = winch(win);
187 chtype boxchar, chtype borderchar)
191 chtype attr = A_NORMAL;
193 chtype save2 = dlg_get_attrs(win);
246 chtype ch = winch(dlg->dialog);
H A Dtrace.c105 chtype ch, c2;
229 fkey_name = unctrl((chtype) ch);
H A Dbuttons.c180 chtype key_attr = (selected
183 chtype label_attr = (selected
340 chtype save = dlg_get_attrs(win);
H A Dinputstr.c456 chtype ch = UCH(string[inx]);
694 chtype attr, /* window-attributes */
725 chtype ch = UCH(string[j]);
H A Dmenubox.c70 chtype save = dlg_get_attrs(win);
78 chtype bordchar;
146 chtype save = dlg_get_attrs(data->menu);
H A Dpause.c171 chtype ch = winch(dialog);
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracedmp.c88 chtype test = (chtype) CharOf(win->_line[n].text[j]);
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c72 chtype *ch;
77 ch = (chtype *) args[0];
98 report_return(addchnstr((chtype *) args[0], count));
109 report_return(addchstr((chtype *) args[0]));
287 chtype *ch;
292 ch = (chtype *) args[0];
301 chtype *ch;
306 ch = (chtype *) args[0];
536 chtype *string;
547 if ((string = malloc((limit + 1) * sizeof(chtype)))
[all...]
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_post.c56 chtype ch;
207 chtype s_bkgd;
233 chtype ch = ' ';
H A Dm_global.c70 (chtype)A_REVERSE, /* Attribute for selection */
71 (chtype)A_NORMAL, /* Attribute for nonselection */
72 (chtype)A_UNDERLINE, /* Attribute for inactive */
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_data.c99 if ((chtype)CharOf(cell) != ChCharOf(pad)
/freebsd-13-stable/crypto/openssl/apps/
H A Dca.c94 BIGNUM *serial, const char *subj, unsigned long chtype,
103 BIGNUM *serial, const char *subj, unsigned long chtype,
112 BIGNUM *serial, const char *subj, unsigned long chtype,
120 const char *subj, unsigned long chtype, int multirdn,
260 unsigned long chtype = MBSTRING_ASC, certopt = 0; local
299 chtype = MBSTRING_UTF8;
475 if (chtype != MBSTRING_UTF8) {
480 chtype = MBSTRING_UTF8;
873 attribs, db, serial, subj, chtype, multirdn,
894 db, serial, subj, chtype, multird
1263 certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1332 certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
1385 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1911 certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
/freebsd-13-stable/contrib/ncurses/include/
H A Dtic.h181 chtype code;
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l363 chtype *rv;
375 chlen = ((len / 2) + 1) * sizeof(chtype);
378 err(1, "Cannot allocate chtype array");
383 *rv = __NORMAL | '\0'; /* terminates chtype array */
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c986 static chtype
990 chtype attrs = A_NORMAL;
1051 drv_initacs(TERMINAL_CONTROL_BLOCK * TCB, chtype *real_map, chtype *fake_map)
1077 real_map[i] = (chtype) i;
1175 sp->_xmc_suppress = sp->_xmc_triggers & (chtype) ~(A_BOLD);
/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dreport_offsets.c115 show_size(chtype);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.c43 chtype attr = A_NORMAL;

Completed in 330 milliseconds

123