Home
last modified time | relevance | path

Searched defs:WIFCORESIG (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h471 # define WIFCORESIG(status) WCOREDUMP(status) macro
476 # define WIFCORESIG(status) (status & 0200) macro
478 # define WIFCORESIG(status) status.w_T.w_Coredump macro