Searched refs:_DO (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dsig.h48 * The _DO macro is used to iterate in the source code
51 _DO(SIGINT) \
52 _DO(SIGTSTP) \
53 _DO(SIGQUIT) \
54 _DO(SIGHUP) \
55 _DO(SIGTERM) \
56 _DO(SIGCONT) \
57 _DO(SIGWINCH)
H A Dsig.c60 #define _DO(a) (a), macro
62 #undef _DO macro
132 #define _DO(a) (void) sigaddset(nset, a); macro
134 #undef _DO macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c270 #define _DO(a, b) { # a, REG_ ## a, b }, macro
271 _DO(NOMATCH, EXEC)
272 _DO(BADPAT, COMP)
273 _DO(ECOLLATE, COMP)
274 _DO(ECTYPE, COMP)
275 _DO(EESCAPE, COMP)
276 _DO(ESUBREG, COMP)
277 _DO(EBRACK, COMP)
278 _DO(EPAREN, COMP)
279 _DO(EBRAC
288 #undef _DO macro
[all...]

Completed in 113 milliseconds