DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦b1d0bfd85⟧ TextFile

    Length: 317 (0x13d)
    Types: TextFile
    Names: »trap.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦ca1f037a2⟧ »./bash-1.04.tar.Z« 
        └─⟦46465a4db⟧ 
            └─⟦this⟧ »bash-1.04/trap.h« 

TextFile

/* trap.h -- data structures used in the trap mechanism. */

#ifndef NSIG
#include <signal.h>
#endif

#define NO_SIG -1
#define DEFAULT_SIG SIG_DFL
#define IGNORE_SIG 0

#define signal_object_p(x) (decode_signal (x) != NO_SIG)

extern char *trap_list[NSIG];
extern char *signal_name ();
extern int signal_decode ();