|
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 t
Length: 1399 (0x577) Types: TextFile Names: »tangle.h«, »tangleboot.h«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/web/tangle.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c6be2784f⟧ »web2c-5.84b.tar.Z« └─⟦5800b1b62⟧ └─⟦this⟧ »src-5.84b/web/tangleboot.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/web/tangle.h« └─⟦this⟧ »TeX3.14/web/tangleboot.h«
void error(); void scanargs(); void initialize(); void openinput(); boolean zinputln(); #define inputln(f) zinputln((textfile) (f)) void zprintid(); #define printid(p) zprintid((namepointer) (p)) namepointer zidlookup(); #define idlookup(t) zidlookup((eightbits) (t)) namepointer zmodlookup(); #define modlookup(l) zmodlookup((sixteenbits) (l)) namepointer zprefixlookup(); #define prefixlookup(l) zprefixlookup((sixteenbits) (l)) void zstoretwobytes(); #define storetwobytes(x) zstoretwobytes((sixteenbits) (x)) void zpushlevel(); #define pushlevel(p) zpushlevel((namepointer) (p)) void poplevel(); sixteenbits getoutput(); void flushbuffer(); void zappval(); #define appval(v) zappval((integer) (v)) void zsendout(); #define sendout(t, v) zsendout((eightbits) (t), (sixteenbits) (v)) void zsendsign(); #define sendsign(v) zsendsign((integer) (v)) void zsendval(); #define sendval(v) zsendval((integer) (v)) void sendtheoutput(); boolean linesdontmatch(); void primethechangebuffer(); void checkchange(); void getline(); eightbits zcontrolcode(); #define controlcode(c) zcontrolcode((ASCIIcode) (c)) eightbits skipahead(); void skipcomment(); eightbits getnext(); void zscannumeric(); #define scannumeric(p) zscannumeric((namepointer) (p)) void zscanrepl(); #define scanrepl(t) zscanrepl((eightbits) (t)) void zdefinemacro(); #define definemacro(t) zdefinemacro((eightbits) (t)) void scanmodule();