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

/freebsd-11.0-release/lib/libedit/
H A Dsig.h50 * The _DO macro is used to iterate in the source code
53 _DO(SIGINT) \
54 _DO(SIGTSTP) \
55 _DO(SIGQUIT) \
56 _DO(SIGHUP) \
57 _DO(SIGTERM) \
58 _DO(SIGCONT) \
59 _DO(SIGWINCH)
H A Dsig.c57 #define _DO(a) (a), macro
59 #undef _DO macro
127 #define _DO(a) (void) sigaddset(nset, a); macro
129 #undef _DO macro
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c272 #define _DO(a, b) { # a, REG_ ## a, b }, macro
273 _DO(NOMATCH, EXEC)
274 _DO(BADPAT, COMP)
275 _DO(ECOLLATE, COMP)
276 _DO(ECTYPE, COMP)
277 _DO(EESCAPE, COMP)
278 _DO(ESUBREG, COMP)
279 _DO(EBRACK, COMP)
280 _DO(EPAREN, COMP)
281 _DO(EBRAC
290 #undef _DO macro
[all...]

Completed in 86 milliseconds