|
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 g
Length: 1226 (0x4ca) Types: TextFile Names: »grind5b-2.tex«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/doc/manual/grind5b-2.tex« └─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/doc/manual/grind5b-2.tex«
\File{grind5b\-2.c},{22:23},{Jun 12 1988} \L{\LB{\K{\#include} \<ssap.h\>}} \L{\LB{}} \L{\LB{...}} \L{\LB{}} \L{\LB{\K{int}}\Tab{8}{owned = 0;}} \L{\LB{\K{int}}\Tab{8}{required;}\Tab{32}{\C{}\/* initialized from connection negotation *\/\CE{}}} \L{\LB{\K{int}}\Tab{8}{settings;}\Tab{32}{\C{}\/* .. *\/\CE{}}} \L{\LB{}} \L{\LB{...}} \L{\LB{}} \L{\LB{\K{\#define} dotoken(requires,shift,bit,type) \!}} \L{\LB{\{ \!}} \L{\LB{ \K{if} (requirements \& requires) \!}} \L{\LB{}\Tab{8}{\K{switch} (settings \& (ST\_MASK \<\< shift)) \{ \!}} \L{\LB{}\Tab{8}{ \K{case} ST\_CALL\_VALUE \<\< shift: \!}} \L{\LB{}\Tab{16}{settings \&= \~(ST\_MASK \<\< shift); \!}} \L{\LB{}\Tab{16}{settings \|= ST\_INIT\_VALUE \<\< shift; \!}} \L{\LB{}\Tab{16}{\K{break}; \!}} \L{\LB{ \!}} \L{\LB{}\Tab{8}{ \K{case} ST\_INIT\_VALUE: \!}} \L{\LB{}\Tab{16}{\K{break}; \!}} \L{\LB{ \!}} \L{\LB{}\Tab{8}{ \K{case} ST\_RESP\_VALUE: \!}} \L{\LB{}\Tab{16}{owned \|= bit; \!}} \L{\LB{}\Tab{16}{\K{break}; \!}} \L{\LB{ \!}} \L{\LB{}\Tab{8}{ \K{default}: \!}} \L{\LB{}\Tab{16}{error (\S{}\"initial \%s token setting\"\SE{}, type); \!}} \L{\LB{}\Tab{8}{\} \!}} \L{\LB{\}}} \L{\LB{}} \L{\LB{ dotokens ();}} \L{\LB{}} \L{\LB{\K{\#undef} dotoken}}