home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Tex29 / StTeXsrc.zoo / src / def.h < prev    next >
Text File  |  1988-03-13  |  1KB  |  49 lines

  1.  
  2. /*
  3.  * @(#)def.h 2.6 EPA
  4.  *
  5.  * Copyright 1987,1988 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  hword   after_token;
  14. global  bool    long_help_seen;
  15. global  val     mag_set;
  16.  
  17. int     get_r_token();
  18. int     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. int     do_register_command();
  29. int     trap_zero_glue();
  30. int     alter_aux();
  31. int     alter_prev_graf();
  32. int     alter_page_so_far();
  33. int     alter_integer();
  34. int     alter_box_dimen();
  35. int     new_font();
  36. int     prepare_mag();
  37. int     new_interaction();
  38. int     do_assignments();
  39. int     clopen_stream();
  40. int     issue_message();
  41. int     give_err_help();
  42. int     shift_case();
  43. int     show_whatever();
  44.  
  45. #define SHOW_CODE           0
  46. #define SHOW_BOX_CODE       1
  47. #define SHOW_THE_CODE       2
  48. #define SHOW_LISTS          3
  49.