home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / TEKST / CMTEX330 / SOURCE / DEF.H < prev    next >
Text File  |  1992-02-19  |  1KB  |  57 lines

  1.  
  2. /*
  3.  * %Y%:%M%:%I%:%Q%
  4.  *
  5.  * Copyright 1987,1988,1991 Pat J Monardo
  6.  *
  7.  * Redistribution of this file is permitted through
  8.  * the specifications in the file COPYING.
  9.  *
  10.  * 
  11.  */
  12.  
  13. global    tok    after_token;
  14. global    int    mag_set;
  15. global    bool    long_help_seen;
  16.  
  17. void    get_r_token();
  18. void    prefixed_command();
  19.  
  20. #define CHAR_DEF_CODE        0
  21. #define MATH_CHAR_DEF_CODE    1
  22. #define COUNT_DEF_CODE        2
  23. #define DIMEN_DEF_CODE        3
  24. #define SKIP_DEF_CODE        4
  25. #define MU_SKIP_DEF_CODE    5
  26. #define TOKS_DEF_CODE        6
  27.  
  28. void    do_register_command();
  29. void    trap_zero_glue();
  30. void    alter_aux();
  31. void    alter_prev_graf();
  32. void    alter_page_so_far();
  33. void    alter_integer();
  34. void    alter_box_dimen();
  35.  
  36. #define WD_CODE            0
  37. #define HT_CODE            1
  38. #define DP_CODE            2
  39.  
  40. void    new_font();
  41. void    prepare_mag();
  42. void    new_interaction();
  43. void    do_assignments();
  44. void    clopen_stream();
  45. void    issue_message();
  46. void    give_err_help();
  47. void    shift_case();
  48. void    show_whatever();
  49.  
  50. #define SHOW_CODE        0
  51. #define SHOW_BOX_CODE        1
  52. #define SHOW_THE_CODE        2
  53. #define SHOW_LISTS        3
  54.  
  55. void    _def_init();
  56. void    _def_init_once();
  57.