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

123

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh224 if ( $first == "chtype" ) {
309 } else if ( ch == "chtype" ) {
310 argtype = "chtype";
342 argcast = "(chtype)";
468 gsub(/ (int|short|attr_t|chtype|wchar_t|NCURSES_BOOL|NCURSES_OUTC|NCURSES_OUTC_sp|va_list) /," ",value);
H A Dlib_getch.c605 chtype backup = (chtype) ((ch == KEY_BACKSPACE) ? '\b' : ch);
H A Dlib_pad.c330 pechochar(WINDOW *pad, const chtype ch)
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c496 unctrl((chtype) *s), UChar(*s), cap);
570 "%.20s", unctrl((chtype) c1));
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c312 con_write8(TERMINAL_CONTROL_BLOCK * TCB, int y, int x, chtype *str, int n)
318 chtype ch;
522 chtype empty[Width];
1381 static chtype
1384 chtype res = A_NORMAL;
1400 chtype *real_map GCC_UNUSED,
1401 chtype *fake_map GCC_UNUSED)
1439 real_map[table[n].acs_code] = (chtype) table[n].use_code | A_ALTCHARSET;
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_tx99_tgt.c162 ar9300_tx99_tgt_set_single_carrier(struct ath_hal *ah, int tx_chain_mask, int chtype) argument
169 if (!chtype)
H A Dar9300.h1702 extern void ar9300_tx99_set_single_carrier(struct ath_hal *ah, int tx_chain_mask, int chtype);
H A Dar9300_misc.c3443 int chtype)
3451 if (!chtype) {
3442 ar9300_tx99_set_single_carrier(struct ath_hal *ah, int tx_chain_mask, int chtype) argument
/freebsd-13-stable/contrib/dialog/
H A Dguage.c169 chtype ch2 = winch(dialog);
H A Drangebox.c145 chtype ch2 = winch(win);
H A Dchecklist.c63 chtype save = dlg_get_attrs(win);
H A Dtreeview.c61 chtype save = dlg_get_attrs(win);
H A Dformbox.c101 chtype this_item_attribute;
H A Dbuildlist.c130 chtype save = dlg_get_attrs(win);
H A Dconfigure23108 echo "$as_me:23108: checking for chtype typedef" >&5
23109 echo $ECHO_N "checking for chtype typedef... $ECHO_C" >&6
23121 chtype foo
23154 echo "$as_me:23154: checking if chtype is scalar or struct" >&5
23155 echo $ECHO_N "checking if chtype is scalar or struct... $ECHO_C" >&6
23167 chtype foo; long x = foo
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c316 const char *found = _nc_altcharset_name(attr, (chtype)
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.h548 X509_NAME *parse_name(const char *str, long chtype, int multirdn);
H A Dapps.c1772 X509_NAME *parse_name(const char *cp, long chtype, int canmulti) argument
1847 if (!X509_NAME_add_entry_by_NID(n, nid, chtype,
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c1194 unsigned long chtype)
1232 if (!X509_NAME_add_entry_by_txt(nm, type, chtype,
1193 X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk, unsigned long chtype) argument
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c192 ( wbkgdset((win),(chtype)((chtype)((field)->pad) | (field)->back)), \
2730 winsch(form->w, (chtype)C_BLANK);
4069 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c)));
4156 T((T_CALLED("Data_Entry(%p,%s)"), (void *)form, _tracechtype((chtype)c)));
4171 waddch(form->w, (chtype)c);
4185 winsch(form->w, (chtype)c);
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c319 chtype temp = UChar(SP_PARM->_acs_map[c8]);
334 chtype temp = UChar(SP_PARM->_acs_map[j]);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509v3.h719 unsigned long chtype);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp360 void Box(chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) {
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure788 --disable-lp64 allow chtype to be long (ignore _LP64)
796 --with-chtype=TYPE override type of chtype
9180 NCURSES_CH_T=chtype
12485 ### use option --disable-lp64 to allow long chtype
13176 ### use option --with-chtype to override chtype's type
13177 echo "$as_me:13177: checking for type of chtype" >&5
13178 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6
13180 # Check whether --with-chtype o
[all...]

Completed in 233 milliseconds

123