em_ptyp.c 424 B

12345678910111213141516171819
  1. #include <em_spec.h>
  2. #include <em_ptyp.h>
  3. short em_ptyp[] = {
  4. 0, /* PAR_NO */
  5. cst_ptyp, /* PAR_C */
  6. cst_ptyp, /* PAR_D */
  7. cst_ptyp, /* PAR_N */
  8. cst_ptyp, /* PAR_F */
  9. cst_ptyp, /* PAR_L */
  10. arg_ptyp, /* PAR_G */
  11. cst_ptyp|ptyp(sp_cend), /* PAR_W */
  12. cst_ptyp, /* PAR_S */
  13. cst_ptyp, /* PAR_Z */
  14. cst_ptyp, /* PAR_O */
  15. ptyp(sp_pnam), /* PAR_P */
  16. ptyp(sp_cst2), /* PAR_B */
  17. ptyp(sp_cst2) /* PAR_R */
  18. };