Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 3061) sorted by relevance

12345678910>>...123

/openbsd/gnu/lib/libreadline/
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) 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
71 # define IN_CTYPE_DOMAIN(c) 1 argument
73 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
80 #define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) argument
95 #define _rl_digit_p(c) ((c) >= '0' && (c) <= '9') argument
114 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
116 #define OCTVALUE(c) ((c) - '0') argument
[all …]
/openbsd/lib/libedit/
H A Dvi.c61 cv_action(EditLine *el, wint_t c) in cv_action()
93 cv_paste(EditLine *el, wint_t c) in cv_paste()
243 vi_change_case(EditLine *el, wint_t c) in vi_change_case()
386 vi_insert(EditLine *el, wint_t c __attribute__((__unused__))) in vi_insert()
400 vi_add(EditLine *el, wint_t c __attribute__((__unused__))) in vi_add()
497 vi_undo(EditLine *el, wint_t c __attribute__((__unused__))) in vi_undo()
547 vi_zero(EditLine *el, wint_t c) in vi_zero()
584 vi_list_or_eof(EditLine *el, wint_t c) in vi_list_or_eof()
770 vi_match(EditLine *el, wint_t c __attribute__((__unused__))) in vi_match()
855 vi_yank(EditLine *el, wint_t c __attribute__((__unused__))) in vi_yank()
[all …]
H A Dcommon.c55 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()
138 ed_delete_next_char(EditLine *el, wint_t c) in ed_delete_next_char()
252 ed_transpose_chars(EditLine *el, wint_t c) in ed_transpose_chars()
354 ed_quoted_insert(EditLine *el, wint_t c) in ed_quoted_insert()
372 ed_digit(EditLine *el, wint_t c) in ed_digit()
400 ed_argument_digit(EditLine *el, wint_t c) in ed_argument_digit()
437 wint_t c __attribute__((__unused__))) in ed_ignore()
449 ed_newline(EditLine *el, wint_t c __attribute__((__unused__))) in ed_newline()
498 wint_t c __attribute__((__unused__))) in ed_redisplay()
[all …]
H A Demacs.c52 em_delete_or_list(EditLine *el, wint_t c) in em_delete_or_list()
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()
329 em_lower_case(EditLine *el, wint_t c __attribute__((__unused__))) in em_lower_case()
352 em_set_mark(EditLine *el, wint_t c __attribute__((__unused__))) in em_set_mark()
[all …]
/openbsd/lib/libc/locale/
H A Diswctype.c81 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()
117 iswlower(wint_t c) in iswlower()
123 iswprint(wint_t c) in iswprint()
129 iswpunct(wint_t c) in iswpunct()
135 iswspace(wint_t c) in iswspace()
[all …]
H A Disctype_l.c28 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 …]
H A Diswctype_l.c83 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()
137 iswspace_l(wint_t c, locale_t locale) in iswspace_l()
[all …]
/openbsd/lib/libc/gen/
H A Disctype.c42 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/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h93 #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
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
107 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/openbsd/gnu/gcc/include/
H A Dsafe-ctype.h93 #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
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
107 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h93 #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
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
107 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/openbsd/gnu/lib/libiberty/include/
H A Dsafe-ctype.h93 #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
106 #define ISIDNUM(c) _sch_test(c, _sch_isidnum) argument
107 #define ISIDST(c) _sch_test(c, _sch_isidst) argument
109 #define IS_VSPACE(c) _sch_test(c, _sch_isvsp) argument
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] argument
[all …]
/openbsd/sys/sys/
H A Dconf.h75 #define dev_init(c,n,t) \ argument
113 #define bdev_disk_init(c,n) { \ argument
118 #define bdev_swap_init(c,n) { \ argument
184 #define cdev_tty_init(c,n) { \ argument
204 #define cdev_cn_init(c,n) { \ argument
218 #define cdev_mm_init(c,n) { \ argument
225 #define cdev_ptc_init(c,n) { \ argument
245 #define cdev_fd_init(c,n) { \ argument
281 #define cdev_ch_init(c,n) { \ argument
295 #define cdev_fb_init(c,n) { \ argument
[all …]
/openbsd/bin/ksh/
H A Demacs.c404 x_insert(int c) in x_insert()
652 x_bs(int c) in x_bs()
671 x_size(int c) in x_size()
698 x_zotc(int c) in x_zotc()
994 x_mv_end(int c) in x_mv_end()
1158 x_kill(int c) in x_kill()
1189 x_yank(int c) in x_yank()
1231 x_abort(int c) in x_abort()
1241 x_error(int c) in x_error()
1649 x_noop(int c) in x_noop()
[all …]
/openbsd/usr.bin/ssh/
H A Dnchan.c91 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()
228 chan_send_eow2(struct ssh *ssh, Channel *c) in chan_send_eow2()
253 chan_rcvd_ieof(struct ssh *ssh, Channel *c) in chan_rcvd_ieof()
[all …]
/openbsd/bin/csh/
H A Dchar.h55 #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/gnu/llvm/clang/include/clang/Basic/
H A DCharInfo.h42 LLVM_READNONE inline bool isASCII(char c) { in isASCII()
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()
117 LLVM_READONLY inline bool isLetter(unsigned char c) { in isLetter()
129 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit()
137 LLVM_READONLY inline bool isPunctuation(unsigned char c) { in isPunctuation()
145 LLVM_READONLY inline bool isPrintable(unsigned char c) { in isPrintable()
208 LLVM_READONLY inline char toLowercase(char c) { in toLowercase()
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Drs6000-core.c136 # define CORE_NEW(c) 0 argument
144 # define CNEW_STACKORG(c) 0 argument
152 # define CNEW_LOADER(c) 0 argument
164 # define CNEW_LSIZE(c) 0 argument
172 # define CNEW_DATAORG(c) 0 argument
180 # define CNEW_DATASIZE(c) 0 argument
188 # define CNEW_IMPL(c) 0 argument
196 # define CNEW_COMM(c) 0 argument
212 # define CNEW_CONTEXT64(c) c argument
220 # define CNEW_MSTSAVE(c) c argument
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Drs6000-core.c139 # define CORE_NEW(c) 0 argument
147 # define CNEW_STACKORG(c) 0 argument
155 # define CNEW_LOADER(c) 0 argument
167 # define CNEW_LSIZE(c) 0 argument
175 # define CNEW_DATAORG(c) 0 argument
183 # define CNEW_DATASIZE(c) 0 argument
191 # define CNEW_IMPL(c) 0 argument
199 # define CNEW_COMM(c) 0 argument
215 # define CNEW_CONTEXT64(c) c argument
223 # define CNEW_MSTSAVE(c) c argument
[all …]
/openbsd/usr.bin/tmux/
H A Dcontrol-notify.c32 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
201 struct client *c; in control_notify_session_created() local
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1426 # define FITS_IN_8_BITS(c) (1) argument
1821 #define isALPHA(c) isALPHA_A(c) argument
1822 #define isASCII_A(c) isASCII(c) argument
1856 #define toFOLD(c) toLOWER(c) argument
1857 #define toTITLE(c) toUPPER(c) argument
1859 #define toLOWER_A(c) toLOWER(c) argument
1860 #define toUPPER_A(c) toUPPER(c) argument
1861 #define toFOLD_A(c) toFOLD(c) argument
1862 #define toTITLE_A(c) toTITLE(c) argument
2472 #define BADVERSION(a,b,c) \ argument
[all …]
/openbsd/usr.sbin/iscsid/
H A Dconnection.c57 struct connection *c; in conn_new() local
109 conn_free(struct connection *c) in conn_free()
130 struct connection *c = arg; in conn_dispatch() local
156 struct connection *c = arg; in conn_write_dispatch() local
196 conn_fail(struct connection *c) in conn_fail()
203 conn_task_ready(struct connection *c) in conn_task_ready()
218 conn_task_schedule(struct connection *c) in conn_task_schedule()
409 conn_fsm(struct connection *c, enum c_event event) in conn_fsm()
471 c_do_login(struct connection *c, enum c_event ev) in c_do_login()
499 c_do_logout(struct connection *c, enum c_event ev) in c_do_logout()
[all …]
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmakeinfo.h242 #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
261 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') argument
265 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dia64-opc-m.c52 #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
437 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY argument
[all …]
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dia64-opc-m.c52 #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
426 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY argument
[all …]

12345678910>>...123