| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_channel.c | 107 static QLOG *ch_get_qlog(QUIC_CHANNEL *ch) in ch_get_qlog() 142 QUIC_CHANNEL *ch = arg; in ch_get_qlog_cb() local 159 static int ch_init(QUIC_CHANNEL *ch) in ch_init() 391 static void ch_cleanup(QUIC_CHANNEL *ch) in ch_cleanup() 446 int ossl_quic_channel_init(QUIC_CHANNEL *ch) in ossl_quic_channel_init() 464 QUIC_CHANNEL *ch = NULL; in ossl_quic_channel_alloc() local 490 void ossl_quic_channel_free(QUIC_CHANNEL *ch) in ossl_quic_channel_free() 500 int ossl_quic_channel_set_mutator(QUIC_CHANNEL *ch, in ossl_quic_channel_set_mutator() 512 int ossl_quic_channel_get_peer_addr(QUIC_CHANNEL *ch, BIO_ADDR *peer_addr) in ossl_quic_channel_get_peer_addr() 520 int ossl_quic_channel_set_peer_addr(QUIC_CHANNEL *ch, const BIO_ADDR *peer_addr) in ossl_quic_channel_set_peer_addr() [all …]
|
| H A D | quic_rx_depack.c | 44 static int depack_do_frame_ping(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_ping() 61 static int depack_do_frame_ack(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_ack() 142 QUIC_CHANNEL *ch, in depack_do_frame_reset_stream() 218 QUIC_CHANNEL *ch, in depack_do_frame_stop_sending() 262 static int depack_do_frame_crypto(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_crypto() 326 static int depack_do_frame_new_token(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_new_token() 366 static int depack_do_implicit_stream_create(QUIC_CHANNEL *ch, in depack_do_implicit_stream_create() 497 static int depack_do_frame_stream(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_stream() 647 QUIC_CHANNEL *ch = arg; in update_streams() local 654 QUIC_CHANNEL *ch = arg; in update_streams_bidi() local [all …]
|
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | openpam_ctype.h | 36 #define is_digit(ch) \ argument 42 #define is_xdigit(ch) \ argument 50 #define is_upper(ch) \ argument 56 #define is_lower(ch) \ argument 62 #define is_letter(ch) \ argument 70 #define is_lws(ch) \ argument 76 #define is_ws(ch) \ argument 83 #define is_p(ch) \ argument 91 #define is_pfcs(ch) \ argument
|
| /freebsd/sys/dev/mvs/ |
| H A D | mvs.c | 116 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_attach() local 219 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_detach() local 251 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_init() local 279 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_deinit() local 291 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_suspend() local 311 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_resume() local 329 struct mvs_channel *ch = device_get_softc(dev); in mvs_dmainit() local 393 struct mvs_channel *ch = device_get_softc(dev); in mvs_dmafini() local 426 struct mvs_channel *ch = device_get_softc(dev); in mvs_slotsalloc() local 449 struct mvs_channel *ch = device_get_softc(dev); in mvs_slotsfree() local [all …]
|
| /freebsd/cddl/contrib/opensolaris/common/util/ |
| H A D | strtolctype.h | 49 #define isalnum(ch) (isalpha(ch) || isdigit(ch)) argument 50 #define isalpha(ch) (isupper(ch) || islower(ch)) argument 51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') argument 52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') argument 53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ argument 55 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') argument 56 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ argument
|
| /freebsd/sys/cddl/contrib/opensolaris/common/util/ |
| H A D | strtolctype.h | 49 #define isalnum(ch) (isalpha(ch) || isdigit(ch)) argument 50 #define isalpha(ch) (isupper(ch) || islower(ch)) argument 51 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') argument 52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') argument 53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ argument 55 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') argument 56 #define isxdigit(ch) (isdigit(ch) || ((ch) >= 'a' && (ch) <= 'f') || \ argument
|
| /freebsd/sys/dev/ata/ |
| H A D | ata-all.c | 96 struct ata_channel *ch = device_get_softc(dev); in ata_attach() local 221 struct ata_channel *ch = device_get_softc(dev); in ata_detach() local 261 struct ata_channel *ch = device_get_softc(dev); in ata_conn_event() local 285 struct ata_channel *ch = device_get_softc(dev); in ata_reinit() local 310 struct ata_channel *ch; in ata_suspend() local 329 struct ata_channel *ch; in ata_resume() local 348 struct ata_channel *ch = (struct ata_channel *)data; in ata_interrupt() local 358 struct ata_channel *ch = (struct ata_channel *)data; in ata_interrupt_locked() local 393 struct ata_channel *ch = (struct ata_channel *)data; in ata_periodic_poll() local 412 struct ata_channel *ch = device_get_softc(dev); in ata_default_registers() local [all …]
|
| H A D | ata-lowlevel.c | 67 struct ata_channel *ch = device_get_softc(dev); in ata_generic_hw() local 84 struct ata_channel *ch = device_get_softc(request->parent); in ata_begin_transaction() local 243 struct ata_channel *ch = device_get_softc(request->parent); in ata_end_transaction() local 472 struct ata_channel *ch = device_get_softc(dev); in ata_generic_reset() local 608 struct ata_channel *ch = device_get_softc(dev); in ata_generic_status() local 619 ata_wait(struct ata_channel *ch, int unit, u_int8_t mask) in ata_wait() 672 struct ata_channel *ch = device_get_softc(request->parent); in ata_generic_command() local 754 struct ata_channel *ch = device_get_softc(request->parent); in ata_tf_read() local 783 struct ata_channel *ch = device_get_softc(request->parent); in ata_tf_write() local 813 struct ata_channel *ch = device_get_softc(request->parent); in ata_pio_read() local [all …]
|
| H A D | ata-sata.c | 51 struct ata_channel *ch = device_get_softc(dev); in ata_sata_phy_check_events() local 82 ata_sata_scr_read(struct ata_channel *ch, int port, int reg, uint32_t *val) in ata_sata_scr_read() 95 ata_sata_scr_write(struct ata_channel *ch, int port, int reg, uint32_t val) in ata_sata_scr_write() 108 ata_sata_connect(struct ata_channel *ch, int port, int quick) in ata_sata_connect() 154 struct ata_channel *ch = device_get_softc(dev); in ata_sata_phy_reset() local 236 struct ata_channel *ch = device_get_softc(dev); in ata_sata_getrev() local 287 struct ata_channel *ch = device_get_softc(dev); in ata_pm_identify() local
|
| /freebsd/sys/dev/ahci/ |
| H A D | ahci.c | 105 ahci_ch_detval(struct ahci_channel *ch, uint32_t val) in ahci_ch_detval() 723 ahci_attached(device_t dev, struct ahci_channel *ch) in ahci_attached() 733 ahci_detached(device_t dev, struct ahci_channel *ch) in ahci_detached() 748 struct ahci_channel *ch; in ahci_getch() local 760 ahci_putch(struct ahci_channel *ch) in ahci_putch() 777 struct ahci_channel *ch; in ahci_ch_disablephy_proc() local 803 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_attach() local 948 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_detach() local 981 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_init() local 1006 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_deinit() local [all …]
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 96 #define EACTION_OBJ(ch, cmd) \ argument 109 default_eaction(struct ip_fw_chain *ch, struct ip_fw_args *args, in default_eaction() 146 eaction_findbyname(struct ip_fw_chain *ch, struct tid_info *ti, in eaction_findbyname() 174 eaction_findbykidx(struct ip_fw_chain *ch, uint32_t idx) in eaction_findbykidx() 193 create_eaction_obj(struct ip_fw_chain *ch, ipfw_eaction_t handler, in create_eaction_obj() 240 destroy_eaction_obj(struct ip_fw_chain *ch, struct named_object *no) in destroy_eaction_obj() 261 reset_eaction_rules(struct ip_fw_chain *ch, uint32_t eaction_id, in reset_eaction_rules() 309 ipfw_eaction_init(struct ip_fw_chain *ch, int first) in ipfw_eaction_init() 323 ipfw_eaction_uninit(struct ip_fw_chain *ch, int last) in ipfw_eaction_uninit() 345 ipfw_add_eaction(struct ip_fw_chain *ch, ipfw_eaction_t handler, in ipfw_add_eaction() [all …]
|
| H A D | ip_fw_iface.c | 62 #define CHAIN_TO_II(ch) ((struct namedobj_instance *)ch->ifcfg) argument 96 struct ip_fw_chain *ch; in ipfw_kifhandler() local 232 vnet_ipfw_iface_init(struct ip_fw_chain *ch) in vnet_ipfw_iface_init() 268 vnet_ipfw_iface_destroy(struct ip_fw_chain *ch) in vnet_ipfw_iface_destroy() 293 ipfw_iface_ref(struct ip_fw_chain *ch, char *name, in ipfw_iface_ref() 370 ipfw_iface_add_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_add_notify() 389 ipfw_iface_del_notify(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_del_notify() 404 ipfw_iface_unref(struct ip_fw_chain *ch, struct ipfw_ifc *ic) in ipfw_iface_unref() 421 handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif, in handle_ifattach() 442 handle_ifdetach(struct ip_fw_chain *ch, struct ipfw_iface *iif, in handle_ifdetach() [all …]
|
| H A D | ip_fw_table.c | 129 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k])) argument 134 rollback_toperation_state(struct ip_fw_chain *ch, void *object) in rollback_toperation_state() 145 add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in add_toperation_state() 154 del_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in del_toperation_state() 177 get_table_value(struct ip_fw_chain *ch, struct table_config *tc, uint32_t kidx) in get_table_value() 258 create_table_compat(struct ip_fw_chain *ch, struct tid_info *ti, in create_table_compat() 285 find_ref_table(struct ip_fw_chain *ch, struct tid_info *ti, in find_ref_table() 347 rollback_added_entries(struct ip_fw_chain *ch, struct table_config *tc, in rollback_added_entries() 394 prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in prepare_batch_buffer() 446 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, in flush_batch_buffer() [all …]
|
| /freebsd/sys/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 95 nat64stl_export_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg, in nat64stl_export_config() 113 struct ip_fw_chain *ch; member 141 nat64stl_create_internal(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg, in nat64stl_create_internal() 172 nat64stl_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64stl_create() 248 nat64stl_config(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64stl_config() 299 nat64stl_detach_config(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg) in nat64stl_detach_config() 318 nat64stl_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64stl_destroy() 360 nat64stl_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64stl_list() 395 export_stats(struct ip_fw_chain *ch, struct nat64stl_cfg *cfg, in export_stats() 420 nat64stl_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64stl_stats() [all …]
|
| H A D | nat64clat_control.c | 93 nat64clat_export_config(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg, in nat64clat_export_config() 106 struct ip_fw_chain *ch; member 141 nat64clat_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64clat_create() 212 nat64clat_config(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64clat_config() 296 nat64clat_detach_config(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg) in nat64clat_detach_config() 313 nat64clat_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64clat_destroy() 355 nat64clat_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64clat_list() 390 export_stats(struct ip_fw_chain *ch, struct nat64clat_cfg *cfg, in export_stats() 415 nat64clat_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64clat_stats() 462 nat64clat_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64clat_reset_stats() [all …]
|
| H A D | nat64lsn_control.c | 111 nat64lsn_create(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64lsn_create() 216 nat64lsn_detach_instance(struct ip_fw_chain *ch, in nat64lsn_detach_instance() 234 nat64lsn_destroy(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64lsn_destroy() 269 export_stats(struct ip_fw_chain *ch, struct nat64lsn_cfg *cfg, in export_stats() 312 nat64lsn_export_config(struct ip_fw_chain *ch, struct nat64lsn_instance *i, in nat64lsn_export_config() 338 struct ip_fw_chain *ch; member 366 nat64lsn_list(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in nat64lsn_list() 407 nat64lsn_config(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64lsn_config() 481 nat64lsn_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64lsn_stats() 529 nat64lsn_reset_stats(struct ip_fw_chain *ch, ip_fw3_opheader *op, in nat64lsn_reset_stats() [all …]
|
| /freebsd/sys/dev/siis/ |
| H A D | siis.c | 461 struct siis_channel *ch = device_get_softc(dev); in siis_ch_attach() local 552 struct siis_channel *ch = device_get_softc(dev); in siis_ch_detach() local 577 struct siis_channel *ch = device_get_softc(dev); in siis_ch_init() local 594 struct siis_channel *ch = device_get_softc(dev); in siis_ch_deinit() local 604 struct siis_channel *ch = device_get_softc(dev); in siis_ch_suspend() local 618 struct siis_channel *ch = device_get_softc(dev); in siis_ch_resume() local 649 struct siis_channel *ch; in siis_ch_led() local 668 struct siis_channel *ch = device_get_softc(dev); in siis_dmainit() local 713 struct siis_channel *ch = device_get_softc(dev); in siis_dmafini() local 735 struct siis_channel *ch = device_get_softc(dev); in siis_slotsalloc() local [all …]
|
| /freebsd/sys/dev/ata/chipsets/ |
| H A D | ata-promise.c | 359 struct ata_channel *ch = device_get_softc(dev); in ata_promise_ch_attach() local 380 struct ata_channel *ch = device_get_softc(dev); in ata_promise_status() local 392 struct ata_channel *ch = device_get_softc(request->parent); in ata_promise_dmastart() local 415 struct ata_channel *ch = device_get_softc(request->parent); in ata_promise_dmastop() local 434 struct ata_channel *ch = device_get_softc(dev); in ata_promise_dmareset() local 447 struct ata_channel *ch = device_get_softc(dev); in ata_promise_setmode() local 509 struct ata_channel *ch = device_get_softc(dev); in ata_promise_tx2_ch_attach() local 522 struct ata_channel *ch = device_get_softc(dev); in ata_promise_tx2_status() local 535 struct ata_channel *ch = device_get_softc(dev); in ata_promise_mio_ch_attach() local 589 struct ata_channel *ch; in ata_promise_mio_intr() local [all …]
|
| H A D | ata-intel.c | 92 #define ATA_INTEL_SMAP(ctlr, ch) \ argument 313 struct ata_channel *ch; in ata_intel_ch_attach() local 410 struct ata_channel *ch = device_get_softc(dev); in ata_intel_reset() local 479 struct ata_channel *ch = device_get_softc(dev); in ata_intel_new_setmode() local 579 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_getrev() local 590 struct ata_channel *ch = device_get_softc(dev); in ata_intel_sata_status() local 603 struct ata_channel *ch; in ata_intel_sata_ahci_read() local 635 struct ata_channel *ch; in ata_intel_sata_cscr_read() local 669 struct ata_channel *ch; in ata_intel_sata_sidpr_read() local 700 struct ata_channel *ch; in ata_intel_sata_ahci_write() local [all …]
|
| /freebsd/sys/arm/ti/ |
| H A D | ti_sdma.c | 218 unsigned int ch, j; in ti_sdma_intr() local 313 ti_sdma_activate_channel(unsigned int *ch, in ti_sdma_activate_channel() 314 void (*callback)(unsigned int ch, uint32_t status, void *data), in ti_sdma_activate_channel() 399 ti_sdma_deactivate_channel(unsigned int ch) in ti_sdma_deactivate_channel() 454 ti_sdma_disable_channel_irq(unsigned int ch) in ti_sdma_disable_channel_irq() 513 ti_sdma_enable_channel_irq(unsigned int ch, uint32_t flags) in ti_sdma_enable_channel_irq() 579 ti_sdma_get_channel_status(unsigned int ch, uint32_t *status) in ti_sdma_get_channel_status() 622 ti_sdma_start_xfer(unsigned int ch, unsigned int src_paddr, in ti_sdma_start_xfer() 716 ti_sdma_start_xfer_packet(unsigned int ch, unsigned int src_paddr, in ti_sdma_start_xfer_packet() 797 ti_sdma_stop_xfer(unsigned int ch) in ti_sdma_stop_xfer() [all …]
|
| /freebsd/sys/arm/mv/ |
| H A D | mvreg.h | 142 #define SATA_EDMA_BASE(ch) (EDMA_REGISTERS_OFFSET + \ argument 150 #define SATA_CR_COALDIS(ch) (1 << (24 + ch)) argument 161 #define SATA_ICR_DMADONE(ch) (1 << (ch)) argument 163 #define SATA_ICR_DEV(ch) (1 << (8 + ch)) argument 166 #define SATA_MICR_ERR(ch) (1 << (2 * ch)) argument 167 #define SATA_MICR_DONE(ch) (1 << ((2 * ch) + 1)) argument 168 #define SATA_MICR_DMADONE(ch) (1 << (4 + ch)) argument 174 #define SATA_SHADOWR_BASE(ch) (SATA_EDMA_BASE(ch) + 0x100) argument 175 #define SATA_SHADOWR_CONTROL(ch) (SATA_EDMA_BASE(ch) + 0x120) argument 178 #define SATA_SATA_SSTATUS(ch) (SATA_EDMA_BASE(ch) + 0x300) argument [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 80 for (wchar_t ch : content) { in IsOnlySpaces() local 163 for (EditLineCharType ch : line) { in GetIndentation() local 563 char ch = 0; in GetCharacter() local 616 unsigned char Editline::BreakLineCommand(int ch) { in BreakLineCommand() 662 unsigned char Editline::EndOrAddLineCommand(int ch) { in EndOrAddLineCommand() 701 unsigned char Editline::DeleteNextCharCommand(int ch) { in DeleteNextCharCommand() 740 unsigned char Editline::DeletePreviousCharCommand(int ch) { in DeletePreviousCharCommand() 774 unsigned char Editline::PreviousLineCommand(int ch) { in PreviousLineCommand() 796 unsigned char Editline::NextLineCommand(int ch) { in NextLineCommand() 832 unsigned char Editline::PreviousHistoryCommand(int ch) { in PreviousHistoryCommand() [all …]
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | fsl_sata.c | 157 #define FSL_SATA_CTP_BUS(ch, slot) \ argument 160 #define FSL_SATA_CTP(ch, slot) \ argument 163 #define FSL_SATA_CLP(ch, slot) \ argument 231 struct fsl_sata_channel *ch; /* Channel */ member 326 struct fsl_sata_channel *ch = device_get_softc(dev); in fsl_sata_attach() local 426 struct fsl_sata_channel *ch = device_get_softc(dev); in fsl_sata_detach() local 451 fsl_sata_wait_register(struct fsl_sata_channel *ch, bus_size_t off, in fsl_sata_wait_register() 470 struct fsl_sata_channel *ch = device_get_softc(dev); in fsl_sata_init() local 497 struct fsl_sata_channel *ch = device_get_softc(dev); in fsl_sata_deinit() local 519 struct fsl_sata_channel *ch = device_get_softc(dev); in fsl_sata_suspend() local [all …]
|
| /freebsd/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_ulpi.c | 68 ng_l2cap_chan_p ch = NULL; in ng_l2cap_l2ca_con_req() local 162 ng_l2cap_l2ca_con_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result, in ng_l2cap_l2ca_con_rsp() 227 ng_l2cap_chan_p ch = NULL; in ng_l2cap_l2ca_con_rsp_req() local 337 int ng_l2cap_l2ca_encryption_change(ng_l2cap_chan_p ch, uint16_t result) in ng_l2cap_l2ca_encryption_change() 389 ng_l2cap_l2ca_con_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) in ng_l2cap_l2ca_con_rsp_rsp() 429 ng_l2cap_l2ca_con_ind(ng_l2cap_chan_p ch) in ng_l2cap_l2ca_con_ind() 474 ng_l2cap_chan_p ch = NULL; in ng_l2cap_l2ca_cfg_req() local 580 ng_l2cap_l2ca_cfg_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) in ng_l2cap_l2ca_cfg_rsp() 646 ng_l2cap_chan_p ch = NULL; in ng_l2cap_l2ca_cfg_rsp_req() local 740 ng_l2cap_l2ca_cfg_rsp_rsp(ng_l2cap_chan_p ch, u_int32_t token, u_int16_t result) in ng_l2cap_l2ca_cfg_rsp_rsp() [all …]
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_addch.c | 55 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0)) argument 58 render_char(WINDOW *win, NCURSES_CH_T ch) in render_char() 98 _nc_render(WINDOW *win, NCURSES_CH_T ch) in _nc_render() 189 _nc_build_wch(WINDOW *win, ARG_CH_T ch) in _nc_build_wch() 257 waddch_literal(WINDOW *win, NCURSES_CH_T ch) in waddch_literal() 434 waddch_nosync(WINDOW *win, const NCURSES_CH_T ch) in waddch_nosync() 564 waddch(WINDOW *win, const chtype ch) in waddch() 583 wechochar(WINDOW *win, const chtype ch) in wechochar()
|