Home
last modified time | relevance | path

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

/trunk/main/sal/systools/win32/kill/
H A Dkill.cxx261 #define SIG_ENTRY( signal ) { TEXT(#signal), SIG##signal } in ParseCommandArgs() macro
265 SIG_ENTRY( NULL ), in ParseCommandArgs()
266 SIG_ENTRY( SEGV ), in ParseCommandArgs()
267 SIG_ENTRY( ILL ), in ParseCommandArgs()
268 SIG_ENTRY( FPE ), in ParseCommandArgs()
269 SIG_ENTRY( INT ), in ParseCommandArgs()
270 SIG_ENTRY( BREAK ), in ParseCommandArgs()
271 SIG_ENTRY( TERM ), in ParseCommandArgs()
272 SIG_ENTRY( ABRT ), in ParseCommandArgs()
273 SIG_ENTRY( KILL ) in ParseCommandArgs()

Completed in 7 milliseconds