Home
last modified time | relevance | path

Searched refs:SIG_ENTRY (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/systools/win32/kill/
H A Dkill.cxx240 #define SIG_ENTRY( signal ) { TEXT(#signal), SIG##signal } in ParseCommandArgs() macro
244 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 12 milliseconds