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 m

⟦f7587044f⟧ TextFile

    Length: 1304 (0x518)
    Types: TextFile
    Names: »musub.tex«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/doc/manual/volume1/musub.tex« 

TextFile

\File{musub.c},{17:06},{Jan 10 1989}
\L{\LB{io\_init(rp);      \C{}\/* initialisation *\/\CE{}}}
\L{\LB{io\_wprm(\&prm,rp); \C{}\/* write management parameters *\/\CE{}}}
\L{\LB{io\_wrq(\&q,rp);    \C{}\/* per message parameters *\/\CE{}}}
\L{\LB{}}
\L{\LB{ap = ad\_originator;             \C{}\/* originator *\/\CE{}}}
\L{\LB{io\_wadr(ap,AD\_ORIGINATOR,rp);}}
\L{\LB{ap = ad\_recipient;}}
\L{\LB{\K{do} \{                            \C{}\/* list of recipients *\/\CE{}}}
\L{\LB{    io\_wadr(ap,AD\_RECIPIENT,rp);}}
\L{\LB{    ap = ap\-\>ad\_next;}}
\L{\LB{    \} \K{while} ( ap != NULL );}}
\L{\LB{io\_adend(rp);                   \C{}\/* terminate address list *\/\CE{}}}
\L{\LB{}}
\L{\LB{\Proc{if}\K{if}((p=next\_arg(\S{}\"body\"\SE{},argv)) != NULL) \{}}
\L{\LB{    io\_tinit(rp);               \C{}\/* prepare for body part(s) *\/\CE{}}}
\L{\LB{    \K{do} \{}}
\L{\LB{        io\_tpart(p,FALSE,rp);   \C{}\/* prepare one body part *\/\CE{}}}
\L{\LB{        loop\_data(p);           \C{}\/* transmit with io\_tdata() \/*}}
\L{\LB{        io\_tdend(rp);           \/* end one file *\/\CE{}}}
\L{\LB{    \} \K{while}(p=next\_arg(\S{}\"body\"\SE{},argv));}}
\L{\LB{\}}}
\L{\LB{io\_tend(rp));   \C{}\/* complete message *\/\CE{}}}
\L{\LB{io\_end(type);   \C{}\/* terminate session with submit *\/\CE{}}}