Searched refs:SIG_ENTRY (Results 1 – 1 of 1) sorted by relevance
240 #define SIG_ENTRY( signal ) { TEXT(#signal), SIG##signal } in ParseCommandArgs() macro244 SIG_ENTRY( NULL ), in ParseCommandArgs()245 SIG_ENTRY( SEGV ), in ParseCommandArgs()246 SIG_ENTRY( ILL ), in ParseCommandArgs()247 SIG_ENTRY( FPE ), in ParseCommandArgs()248 SIG_ENTRY( INT ), in ParseCommandArgs()249 SIG_ENTRY( BREAK ), in ParseCommandArgs()250 SIG_ENTRY( TERM ), in ParseCommandArgs()251 SIG_ENTRY( ABRT ), in ParseCommandArgs()252 SIG_ENTRY( KILL ) in ParseCommandArgs()
Completed in 8 milliseconds