|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T e ┃
Length: 650 (0x28a) Types: TextFile Names: »extern.c«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/pathalias/extern.c«
/* pathalias -- by steve bellovin, as told to peter honeyman */ #ifndef lint static char *sccsid = "@(#)extern.c 8.1 (down!honey) 86/01/19"; #endif lint #include "def.h" node *Home; char *Cfile; char **Ifiles; char *ProgName; int Vflag; int Cflag; int Iflag; int Tflag; int Lineno = 1; char *Netchars = "!:@%"; /* sparse, but sufficient */ int Ncount; int Lcount; char *Graphout; char *Linkout; node **Table; /* hash table + priority queue */ long Tabsize; /* size of Table */ node *Private; /* list of private nodes in this file */ long Hashpart; /* used while mapping -- above is heap */ int Scanstate = NEWLINE; /* scanner (yylex) state */