home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 287.lha / TY_v1.3 / src / funcs.h < prev    next >
Encoding:
Text File  |  1989-09-07  |  1.5 KB  |  79 lines

  1. void    edit();
  2. void    next_file();
  3. void    prev_file();
  4. void    init_option();
  5. void    toggle_option();
  6. void    scan_option();
  7. void    forward();
  8. void    backward();
  9. void    repaint();
  10. void    jump_forw();
  11. void    jump_back();
  12. void    jump_percent();
  13. void    jump_loc();
  14. void    init_mark();
  15. void    setmark();
  16. void    gomark();
  17. void    search();
  18. int     ch_seek();
  19. int     ch_end_seek();
  20. LONG    ch_length();
  21. LONG    ch_tell();
  22. int     ch_forw_get();
  23. int     ch_back_get();
  24. void    ch_init();
  25. LONG    position();
  26. void    add_forw_pos();
  27. void    add_back_pos();
  28. void    pos_clear();
  29. int     onscreen();
  30. LONG    forw_line();
  31. LONG    back_line();
  32. void    put_line();
  33. int     control_char(UBYTE);
  34. int     carat_char();
  35. void    flush();
  36. void    dropout();
  37. void    putc(int);
  38. void    puts(char *);
  39. void    error(char *,int);
  40. int     error_width();
  41. void    raw_mode();
  42. void    get_term();
  43. void    init();
  44. void    deinit();
  45. void    home();
  46. void    add_line();
  47. void    lower_left();
  48. void    bell();
  49. void    clear();
  50. void    clear_eol();
  51. void    so_enter();
  52. void    so_exit();
  53. void    ul_enter();
  54. void    ul_exit();
  55. void    backspace();
  56. void    putbs();
  57. char    *eq_message();
  58. char    *pr_string();
  59. void    prewind();
  60. int     pappend();
  61. LONG    forw_raw_line();
  62. LONG    back_raw_line();
  63. void    lsystem();
  64. void    help();
  65. void    commands();
  66.  
  67. void    cleanup(char *,int);
  68. void    sprintf();
  69. void    printf();
  70. char    *strint(int);
  71. void    ch_memdump();
  72. void    doopts(int,char **);
  73.  
  74. void    setbar(int);
  75. void    usebar();
  76.  
  77. #define open_getc()     ttopen()
  78. #define vbell()         bell()
  79.