|
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: 739 (0x2e3) Types: TextFile Names: »interpress.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/laser-setters/umd-dvi/dev/interpress.h«
/* * Copyright (c) 1987 University of Maryland Department of Computer Science. * All rights reserved. Permission to copy for any purpose is hereby granted * so long as this copyright notice remains intact. */ /* you are assumed to have read the Xerox Interpress documents... I am not going to attempt to explain what these mean. */ /* sequences */ #define SeqString 1 #define SeqInteger 2 #define SeqRational 4 #define SeqIdentifier 5 #define SeqComment 6 #define SeqContinued 7 #define SeqLargeVec 8 #define SeqPackedPixVec 9 #define SeqComprPixVec 10 #define SeqAdapPixVec 12 /* operators */ /* pseudo ops */ #define IPBegin 102 #define IPEnd 103 #define IPPageInstr 105 #define IPLB 106 /* { */ #define IPRB 107 /* } */