HomeSort by relevance Sort by last modified time
    Searched refs:_DO (Results 1 - 2 of 2) sorted by null

  /external/libedit/src/
sig.h 49 * The _DO macro is used to iterate in the source code
52 _DO(SIGINT) \
53 _DO(SIGTSTP) \
54 _DO(SIGQUIT) \
55 _DO(SIGHUP) \
56 _DO(SIGTERM) \
57 _DO(SIGCONT) \
58 _DO(SIGWINCH)
sig.c 55 #define _DO(a) (a),
57 #undef _DO
125 #define _DO(a) (void) sigaddset(nset, a);
127 #undef _DO

Completed in 99 milliseconds