home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 334_02 / impcodes.h < prev    next >
Text File  |  1991-02-05  |  1KB  |  60 lines

  1. /*
  2.  * Copyright (c) 1985 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  *
  6.  *    @(#)imPcodes.h    5.1 (Berkeley) 9/21/85
  7.  */
  8.  
  9. #define    imP_SP    128
  10. #define    imP_SP1    129
  11. #define    imP_OLD_MMOVE    130
  12. #define    imP_MPLUS    131
  13. #define    imP_MMINUS    132
  14. #define    imP_MMOVE    133
  15. #define    imP_SMOVE    134
  16.  
  17. #define    imP_SET_ABS_H    135
  18. #define    imP_SET_REL_H    136
  19. #define    imP_SET_ABS_V    137
  20. #define    imP_SET_REL_V    138
  21.  
  22. #define    imP_SRULE    192
  23. #define    imP_BRULE    193
  24.  
  25. #define    imP_SET_HPOS    195
  26. #define    imP_SET_VPOS    196
  27. #define    imP_CRLF    197
  28. #define    imP_SGLY    198
  29. #define    imP_BGLY    199
  30. #define    imP_DELG    200
  31. #define    imP_DELC    201
  32. #define    imP_DELF    202
  33.  
  34. #define    imP_SET_HV_SYSTEM    205
  35. #define    imP_SET_ADV_DIRS    206
  36. #define    imP_SET_FAMILY    207
  37. #define    imP_SET_IL    208
  38. #define    imP_SET_BOL    209
  39. #define    imP_SET_SP    210
  40. #define    imP_PUSH    211
  41. #define    imP_POP    212
  42. #define    imP_PAGE    213
  43. #define    imP_SET_PUSH_MASK    214
  44. #define    imP_ENDPAGE    219
  45.  
  46. #define    imP_CREATE_FAMILY_TABLE    221
  47. #define    imP_CREATE_MAP    222
  48.  
  49. #define    imP_CREATE_PATH    230
  50. #define    imP_SET_TEXTURE    231
  51. #define    imP_SET_PEN    232
  52. #define    imP_FILL_PATH    233
  53. #define    imP_DRAW_PATH    234
  54. #define    imP_BITMAP    235
  55. #define    imP_SET_MAGN    236
  56.  
  57. #define    imP_EOF    255
  58.  
  59.  
  60.