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
Index: T g

⟦dd59bc244⟧ TextFile

    Length: 1141 (0x475)
    Types: TextFile
    Names: »grind4-6b.tex«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/grind4-6b.tex« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/grind4-6b.tex« 

TextFile

\File{grind4\-6b.py},{11:13},{Jul  4 1988}
\L{\LB{...}}
\L{\LB{}}
\L{\LB{\/*    MAIN *\/}}
\L{\LB{}}
\L{\LB{\/* ARGSUSED *\/}}
\L{\LB{}}
\L{\LB{main (argc, argv, envp)}}
\L{\LB{int}\Tab{8}{argc;}}
\L{\LB{char  **argv,}}
\L{\LB{      **envp;}}
\L{\LB{\{}}
\L{\LB{    PE}\Tab{8}{    pe;}}
\L{\LB{    PS}\Tab{8}{    ps;}}
\L{\LB{}}
\L{\LB{    myname = *argv;}}
\L{\LB{    if ((ps = ps\_alloc (std\_open)) == NULLPS)}}
\L{\LB{}\Tab{8}{adios (NULLCP, \S{}\"ps\_alloc loses\"\SE{});}}
\L{\LB{    if (std\_setup (ps, stdin) == NOTOK)}}
\L{\LB{}\Tab{8}{ps\_adios (ps, \S{}\"std\_setup\"\SE{});}}
\L{\LB{}}
\L{\LB{    for (;;) \{}}
\L{\LB{}\Tab{8}{if ((pe = ps2pe (ps)) == NULLPE)}}
\L{\LB{}\Tab{8}{    if (ps \-\> ps\_errno)}}
\L{\LB{}\Tab{16}{ps\_adios (ps, \S{}\"ps2pe\"\SE{});}}
\L{\LB{}\Tab{8}{    else}}
\L{\LB{}\Tab{16}{break;}}
\L{\LB{}}
\L{\LB{}\Tab{8}{(void) parse\_PERSONNEL\_PersonnelRecord (pe, 1, NULLIP, NULLVP,}}
\L{\LB{}\Tab{16}{    NULLCP);}}
\L{\LB{}}
\L{\LB{}\Tab{8}{pe\_free (pe);}}
\L{\LB{    \}}}
\L{\LB{}}
\L{\LB{    ps\_free (ps);}}
\L{\LB{}}
\L{\LB{    exit (0);}}
\L{\LB{\}}}
\L{\LB{}}
\L{\LB{\%\}}}
\L{\LB{}}
\L{\LB{...}}