HomeSort by: relevance | last modified time | path
    Searched refs:SIG_ATOMIC_T (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
data.c 97 SIG_ATOMIC_T need_cleanup = False;
98 SIG_ATOMIC_T caught_intr = False;
data.h 101 extern SIG_ATOMIC_T need_cleanup;
102 extern SIG_ATOMIC_T caught_intr;
xtermcfg.hin 214 #undef SIG_ATOMIC_T /* CF_SIG_ATOMIC_T */
xterm.h 376 /* these may be needed for sig_atomic_t */
1274 #ifndef SIG_ATOMIC_T
1275 #define SIG_ATOMIC_T int
  /xsrc/external/mit/xterm/include/
xtermcfg.h 220 #define SIG_ATOMIC_T volatile sig_atomic_t /* CF_SIG_ATOMIC_T */

Completed in 6 milliseconds