| /openbsd/src/gnu/lib/libreadline/ |
| D | chardefs.h | 43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) argument 61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) argument 62 #define META_CHAR(c) ((c) > meta_character_threshold && (c) <= largest_char) argument 64 #define CTRL(c) ((c) & control_character_mask) argument 65 #define META(c) ((c) | meta_character_bit) argument 67 #define UNMETA(c) ((c) & (~meta_character_bit)) argument 68 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit)) argument 71 # define IN_CTYPE_DOMAIN(c) 1 argument 73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument 77 # define isxdigit(c) (isdigit((c)) || ((c) >= 'a' && (c) <= 'f') || ((c) >= 'A' && (c) <= 'F')) argument [all …]
|
| /openbsd/src/lib/libedit/ |
| D | vi.c | 61 cv_action(EditLine *el, wint_t c) in cv_action() 93 cv_paste(EditLine *el, wint_t c) in cv_paste() 125 vi_paste_next(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_next() 137 vi_paste_prev(EditLine *el, wint_t c __attribute__((__unused__))) in vi_paste_prev() 149 vi_prev_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_big_word() 173 vi_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_prev_word() 197 vi_next_big_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_big_word() 220 vi_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in vi_next_word() 243 vi_change_case(EditLine *el, wint_t c) in vi_change_case() 274 vi_change_meta(EditLine *el, wint_t c __attribute__((__unused__))) in vi_change_meta() [all …]
|
| D | common.c | 55 ed_end_of_file(EditLine *el, wint_t c __attribute__((__unused__))) in ed_end_of_file() 69 ed_insert(EditLine *el, wint_t c) in ed_insert() 111 ed_delete_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_delete_prev_word() 138 ed_delete_next_char(EditLine *el, wint_t c) in ed_delete_next_char() 187 ed_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in ed_kill_line() 207 ed_move_to_end(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_end() 229 ed_move_to_beg(EditLine *el, wint_t c __attribute__((__unused__))) in ed_move_to_beg() 252 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars() 277 ed_next_char(EditLine *el, wint_t c __attribute__((__unused__))) in ed_next_char() 305 ed_prev_word(EditLine *el, wint_t c __attribute__((__unused__))) in ed_prev_word() [all …]
|
| D | emacs.c | 52 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list() 87 em_delete_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_delete_next_word() 115 em_yank(EditLine *el, wint_t c __attribute__((__unused__))) in em_yank() 150 em_kill_line(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_line() 171 em_kill_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_kill_region() 203 em_copy_region(EditLine *el, wint_t c __attribute__((__unused__))) in em_copy_region() 232 em_gosmacs_transpose(EditLine *el, wint_t c) in em_gosmacs_transpose() 251 em_next_word(EditLine *el, wint_t c __attribute__((__unused__))) in em_next_word() 275 em_upper_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_upper_case() 298 em_capitol_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_capitol_case() [all …]
|
| /openbsd/src/lib/libc/locale/ |
| D | iswctype.c | 54 __runetype_w(wint_t c) in __runetype_w() 63 __isctype_w(wint_t c, _RuneType f) in __isctype_w() 69 __toupper_w(wint_t c) in __toupper_w() 75 __tolower_w(wint_t c) in __tolower_w() 81 iswalnum(wint_t c) in iswalnum() 87 iswalpha(wint_t c) in iswalpha() 93 iswblank(wint_t c) in iswblank() 99 iswcntrl(wint_t c) in iswcntrl() 105 iswdigit(wint_t c) in iswdigit() 111 iswgraph(wint_t c) in iswgraph() [all …]
|
| D | isctype_l.c | 28 isalnum_l(int c, locale_t locale __attribute__((__unused__))) in isalnum_l() 35 isalpha_l(int c, locale_t locale __attribute__((__unused__))) in isalpha_l() 42 isblank_l(int c, locale_t locale __attribute__((__unused__))) in isblank_l() 49 iscntrl_l(int c, locale_t locale __attribute__((__unused__))) in iscntrl_l() 56 isdigit_l(int c, locale_t locale __attribute__((__unused__))) in isdigit_l() 63 isgraph_l(int c, locale_t locale __attribute__((__unused__))) in isgraph_l() 70 islower_l(int c, locale_t locale __attribute__((__unused__))) in islower_l() 77 isprint_l(int c, locale_t locale __attribute__((__unused__))) in isprint_l() 84 ispunct_l(int c, locale_t locale __attribute__((__unused__))) in ispunct_l() 91 isspace_l(int c, locale_t locale __attribute__((__unused__))) in isspace_l() [all …]
|
| D | iswctype_l.c | 72 __isctype_wl(wint_t c, _RuneType f, locale_t locale) in __isctype_wl() 83 iswalnum_l(wint_t c, locale_t locale) in iswalnum_l() 89 iswalpha_l(wint_t c, locale_t locale) in iswalpha_l() 95 iswblank_l(wint_t c, locale_t locale) in iswblank_l() 101 iswcntrl_l(wint_t c, locale_t locale) in iswcntrl_l() 107 iswdigit_l(wint_t c, locale_t locale) in iswdigit_l() 113 iswgraph_l(wint_t c, locale_t locale) in iswgraph_l() 119 iswlower_l(wint_t c, locale_t locale) in iswlower_l() 125 iswprint_l(wint_t c, locale_t locale) in iswprint_l() 131 iswpunct_l(wint_t c, locale_t locale) in iswpunct_l() [all …]
|
| /openbsd/src/lib/libc/gen/ |
| D | isctype.c | 42 isalnum(int c) in isalnum() 51 isalpha(int c) in isalpha() 60 isblank(int c) in isblank() 68 iscntrl(int c) in iscntrl() 76 isdigit(int c) in isdigit() 84 isgraph(int c) in isgraph() 93 islower(int c) in islower() 101 isprint(int c) in isprint() 110 ispunct(int c) in ispunct() 118 isspace(int c) in isspace() [all …]
|
| /openbsd/src/sys/sys/ |
| D | conf.h | 74 #define dev_init(c,n,t) \ argument 106 #define dev_size_init(c,n) (c > 0 ? __CONCAT(n,size) : 0) argument 112 #define bdev_disk_init(c,n) { \ argument 117 #define bdev_swap_init(c,n) { \ argument 169 #define cdev_disk_init(c,n) { \ argument 176 #define cdev_tape_init(c,n) { \ argument 183 #define cdev_tty_init(c,n) { \ argument 190 #define cdev_mouse_init(c,n) { \ argument 203 #define cdev_cn_init(c,n) { \ argument 210 #define cdev_ctty_init(c,n) { \ argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/include/ |
| D | safe-ctype.h | 91 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 95 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 99 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/ |
| D | safe-ctype.h | 91 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 95 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 99 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument [all …]
|
| /openbsd/src/gnu/lib/libiberty/include/ |
| D | safe-ctype.h | 91 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 95 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 99 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument [all …]
|
| /openbsd/src/gnu/gcc/include/ |
| D | safe-ctype.h | 91 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit)) argument 93 #define ISALPHA(c) _sch_test(c, _sch_isalpha) argument 94 #define ISALNUM(c) _sch_test(c, _sch_isalnum) argument 95 #define ISBLANK(c) _sch_test(c, _sch_isblank) argument 96 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) argument 97 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) argument 98 #define ISGRAPH(c) _sch_test(c, _sch_isgraph) argument 99 #define ISLOWER(c) _sch_test(c, _sch_islower) argument 100 #define ISPRINT(c) _sch_test(c, _sch_isprint) argument 101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) argument [all …]
|
| /openbsd/src/bin/ksh/ |
| D | emacs.c | 53 #define is_cfs(c) (c == ' ' || c == '\t' || c == '"' || c == '\'') argument 56 #define is_mfs(c) (!(isalnum((unsigned char)c) || \ argument 269 isu8cont(unsigned char c) in isu8cont() 404 x_insert(int c) in x_insert() 423 x_ins_string(int c) in x_ins_string() 470 x_del_back(int c) in x_del_back() 488 x_del_char(int c) in x_del_char() 561 x_del_bword(int c) in x_del_bword() 568 x_mv_bword(int c) in x_mv_bword() 575 x_mv_fword(int c) in x_mv_fword() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 743 #define memCHRs(s1,c) ((const char *) memchr(ASSERT_IS_LITERAL(s1) , c, sizeof(s1)-1)) argument 1456 # define FITS_IN_8_BITS(c) ( (sizeof(c) == 1) \ argument 1459 # define FITS_IN_8_BITS(c) (1) argument 1467 #define withinCOUNT(c, l, n) (__ASSERT_((NV) (l) >= 0) \ argument 1476 #define withinCOUNT_KNOWN_VALID_(c, l, n) \ argument 1483 #define inRANGE(c, l, u) (__ASSERT_((NV) (l) >= 0) __ASSERT_((u) >= (l)) \ argument 1493 #define inRANGE_helper_(cast, c, l, u) \ argument 1513 # define isASCII(c) (((WIDEST_UTYPE) ASSERT_NOT_PTR(c)) < 128) argument 1519 #define isOCTAL_A(c) ((((WIDEST_UTYPE) ASSERT_NOT_PTR(c)) & ~7) == '0') argument 1623 # define generic_isCC_(c, classnum) cBOOL(FITS_IN_8_BITS(c) \ argument [all …]
|
| /openbsd/src/usr.bin/ssh/ |
| D | nchan.c | 91 chan_set_istate(Channel *c, u_int next) in chan_set_istate() 101 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate() 111 chan_read_failed(struct ssh *ssh, Channel *c) in chan_read_failed() 127 chan_ibuf_empty(struct ssh *ssh, Channel *c) in chan_ibuf_empty() 149 chan_obuf_empty(struct ssh *ssh, Channel *c) in chan_obuf_empty() 170 chan_rcvd_eow(struct ssh *ssh, Channel *c) in chan_rcvd_eow() 182 chan_send_eof2(struct ssh *ssh, Channel *c) in chan_send_eof2() 205 chan_send_close2(struct ssh *ssh, Channel *c) in chan_send_close2() 230 chan_send_eow2(struct ssh *ssh, Channel *c) in chan_send_eow2() 255 chan_rcvd_ieof(struct ssh *ssh, Channel *c) in chan_rcvd_ieof() [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | CharInfo.h | 42 LLVM_READNONE inline bool isASCII(char c) { in isASCII() 46 LLVM_READNONE inline bool isASCII(unsigned char c) { return c <= 127; } in isASCII() 49 LLVM_READNONE inline bool isASCII(uint32_t c) { return c <= 127; } in isASCII() 50 LLVM_READNONE inline bool isASCII(int64_t c) { return 0 <= c && c <= 127; } in isASCII() 76 LLVM_READONLY inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace() 84 LLVM_READONLY inline bool isVerticalWhitespace(unsigned char c) { in isVerticalWhitespace() 93 LLVM_READONLY inline bool isWhitespace(unsigned char c) { in isWhitespace() 99 LLVM_READONLY inline bool isDigit(unsigned char c) { in isDigit() 105 LLVM_READONLY inline bool isLowercase(unsigned char c) { in isLowercase() 111 LLVM_READONLY inline bool isUppercase(unsigned char c) { in isUppercase() [all …]
|
| /openbsd/src/bin/csh/ |
| D | char.h | 55 #define cmap(c, bits) \ argument 58 #define isglob(c) cmap(c, _GLOB) argument 59 #define letter(c) (((c) & QUOTE) ? 0 : \ argument 61 #define alnum(c) (((c) & QUOTE) ? 0 : \ argument 63 #define Isspace(c) (((c) & QUOTE) ? 0 : isspace((unsigned char) (c))) argument 64 #define Isdigit(c) (((c) & QUOTE) ? 0 : isdigit((unsigned char) (c))) argument 65 #define Isalpha(c) (((c) & QUOTE) ? 0 : isalpha((unsigned char) (c))) argument 66 #define Islower(c) (((c) & QUOTE) ? 0 : islower((unsigned char) (c))) argument 67 #define Isupper(c) (((c) & QUOTE) ? 0 : isupper((unsigned char) (c))) argument 68 #define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c))) argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | rs6000-core.c | 134 # define CORE_NEW(c) (!(c).old.c_entries) argument 136 # define CORE_NEW(c) 0 argument 142 # define CNEW_STACKORG(c) (c).c_stackorg argument 144 # define CNEW_STACKORG(c) 0 argument 150 # define CNEW_LOADER(c) (c).c_loader argument 152 # define CNEW_LOADER(c) 0 argument 157 #define COLD_LOADER(c) (c).c_tab argument 162 # define CNEW_LSIZE(c) (c).c_lsize argument 164 # define CNEW_LSIZE(c) 0 argument 170 # define CNEW_DATAORG(c) (c).c_dataorg argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | rs6000-core.c | 137 # define CORE_NEW(c) (!(c).old.c_entries) argument 139 # define CORE_NEW(c) 0 argument 145 # define CNEW_STACKORG(c) (c).c_stackorg argument 147 # define CNEW_STACKORG(c) 0 argument 153 # define CNEW_LOADER(c) (c).c_loader argument 155 # define CNEW_LOADER(c) 0 argument 160 #define COLD_LOADER(c) (c).c_tab argument 165 # define CNEW_LSIZE(c) (c).c_lsize argument 167 # define CNEW_LSIZE(c) 0 argument 173 # define CNEW_DATAORG(c) (c).c_dataorg argument [all …]
|
| /openbsd/src/usr.bin/tmux/ |
| D | control-notify.c | 26 #define CONTROL_SHOULD_NOTIFY_CLIENT(c) \ argument 32 struct client *c; in control_notify_pane_mode_changed() local 45 struct client *c; in control_notify_window_layout_changed() local 82 struct client *c; in control_notify_window_pane_changed() local 96 struct client *c; in control_notify_window_unlinked() local 114 struct client *c; in control_notify_window_linked() local 132 struct client *c; in control_notify_window_renamed() local 153 struct client *c; in control_notify_client_session_changed() local 177 struct client *c; in control_notify_client_detached() local 188 struct client *c; in control_notify_session_renamed() local [all …]
|
| D | server-client.c | 86 struct client *c; in server_client_how_many() local 106 server_client_set_overlay(struct client *c, u_int delay, in server_client_set_overlay() 143 server_client_clear_overlay(struct client *c) in server_client_clear_overlay() 217 server_client_check_nested(struct client *c) in server_client_check_nested() 235 server_client_set_key_table(struct client *c, const char *name) in server_client_set_key_table() 248 server_client_key_table_activity_diff(struct client *c) in server_client_key_table_activity_diff() 258 server_client_get_key_table(struct client *c) in server_client_get_key_table() 274 server_client_is_default_key_table(struct client *c, struct key_table *table) in server_client_is_default_key_table() 283 struct client *c; in server_client_create() local 323 server_client_open(struct client *c, char **cause) in server_client_open() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | ia64-opc-m.c | 52 #define OpX3X6b(a,b,c) (bOp (a) | bX3 (b) | bX6b (c)), \ argument 54 #define OpX3X6bX7(a,b,c,d) (bOp (a) | bX3 (b) | bX6b (c) | bX7 (d)), \ argument 56 #define OpX3X4(a,b,c) (bOp (a) | bX3 (b) | bX4 (c)), \ argument 58 #define OpX3X4X2(a,b,c,d) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d)), \ argument 60 #define OpX3X4X2Y(a,b,c,d,e) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e)), \ argument 62 #define OpX6aHint(a,b,c) (bOp (a) | bX6a (b) | bHint (c)), \ argument 64 #define OpXX6aHint(a,b,c,d) (bOp (a) | bX (b) | bX6a (c) | bHint (d)), \ argument 66 #define OpMXX6a(a,b,c,d) \ argument 68 #define OpMXX6aHint(a,b,c,d,e) \ argument 296 #define LDINCREG(c,h) M, OpMXX6aHint (4, 1, 0, c, h), {R1, MR3, R2}, POSTINC, 0, NULL argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-opc-m.c | 52 #define OpX3X6b(a,b,c) (bOp (a) | bX3 (b) | bX6b (c)), \ argument 54 #define OpX3X6bX7(a,b,c,d) (bOp (a) | bX3 (b) | bX6b (c) | bX7 (d)), \ argument 56 #define OpX3X4(a,b,c) (bOp (a) | bX3 (b) | bX4 (c)), \ argument 58 #define OpX3X4X2(a,b,c,d) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d)), \ argument 60 #define OpX3X4X2Y(a,b,c,d,e) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e)), \ argument 62 #define OpX6aHint(a,b,c) (bOp (a) | bX6a (b) | bHint (c)), \ argument 64 #define OpXX6aHint(a,b,c,d) (bOp (a) | bX (b) | bX6a (c) | bHint (d)), \ argument 66 #define OpMXX6a(a,b,c,d) \ argument 68 #define OpMXX6aHint(a,b,c,d,e) \ argument 289 #define LDINCREG(c,h) M, OpMXX6aHint (4, 1, 0, c, h), {R1, MR3, R2}, POSTINC, 0, NULL argument [all …]
|
| /openbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | makeinfo.h | 242 #define coerce_to_upper(c) ((islower(c) ? toupper(c) : (c))) argument 243 #define coerce_to_lower(c) ((isupper(c) ? tolower(c) : (c))) argument 247 #define CTL(c) ((c) & (~control_character_bit)) argument 248 #define UNCTL(c) coerce_to_upper(((c)|control_character_bit)) argument 249 #define META(c) ((c) | (meta_character_bit)) argument 250 #define UNMETA(c) ((c) & (~meta_character_bit)) argument 252 #define whitespace(c) ((c) == '\t' || (c) == ' ') argument 253 #define sentence_ender(c) ((c) == '.' || (c) == '?' || (c) == '!') argument 254 #define cr_or_whitespace(c) (whitespace(c) || (c) == '\r' || (c) == '\n') argument 257 #define isletter(c) (((c) >= 'A' && (c) <= 'Z') || ((c) >= 'a' && (c) <= 'z')) argument [all …]
|