/* definition des types d'elements */ #define TE_VIDE 0 /* a recuperer */ #define TE_ADJMOD 1 /* adjust mode */ #define TE_PAGOFS 2 /* page offset */ #define TE_LINLEN 3 /* line length */ #define TE_INDENT 4 /* indent */ #define TE_LINSPC 5 /* line spacing */ #define TE_TITLEN 6 /* title length */ #define TE_MACRO 7 /* macro call */ #define TE_INFILE 8 /* input file */ #define TE_CONTEXT 9 /* contexte courant */ #define TE_OUTLINE 10 /* ligne de sortie */ #define TE_TOWRITE 11 /* EmptyToWrite */ #define TE_STRING 12 /* chaine courante */ #define TE_INMODE 13 /* InputMode */