|
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 - metrics - downloadIndex: T i
Length: 701 (0x2bd) Types: TextFile Names: »intrp.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Warp/intrp.h«
/* $Header: intrp.h,v 7.0.1.1 86/12/12 16:59:45 lwall Exp $ * * $Log: intrp.h,v $ * Revision 7.0.1.1 86/12/12 16:59:45 lwall * Baseline for net release. * * Revision 7.0 86/10/08 15:12:27 lwall * Split into separate files. Added amoebas and pirates. * */ EXT char *origdir INIT(Nullch); /* cwd when warp invoked */ EXT char *homedir INIT(Nullch); /* login directory */ EXT char *dotdir INIT(Nullch); /* where . files go */ EXT char *logname INIT(Nullch); /* login id */ EXT char *hostname INIT(Nullch); /* host name */ EXT char *realname INIT(Nullch); /* real name from /etc/passwd */ void intrp_init(); char *filexp(); char *dointerp(); void interp(); char *getrealname();