home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 608b.lha / ARoff / Sources.LZH / Sources / pile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-06  |  584 b   |  18 lines

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