home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / vs / vsintern.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  1.6 KB  |  193 lines

  1. extern void VSItabinit
  2.   (
  3.     void
  4.   );
  5.  
  6. extern void VSIlistndx
  7.   (
  8.     register VSlinePtr ts,
  9.     register VSlinePtr as
  10.   );
  11.  
  12. extern VSlineArray VSInewlinearray
  13.   (
  14.     int nrlines
  15.   );
  16.  
  17. extern VSlinePtr VSInewlines
  18.   (
  19.     int nlines
  20.   );
  21.  
  22. extern void VSIfreelinelist
  23.   (
  24.     VSlinePtr listhead
  25.   );
  26.  
  27. extern void VSIfreelines
  28.   (
  29.     void
  30.   );
  31.  
  32. extern void VSIcuroff
  33.   (
  34.     int w
  35.   );
  36.  
  37. extern int VSIclip
  38.   (
  39.      int *x1,
  40.      int *y1,
  41.      int *x2,
  42.      int *y2,
  43.      int *n,
  44.      int *offset
  45.   );
  46.  
  47. extern void VSIdraw
  48.   (
  49.     int VSIwn,
  50.     int x,
  51.     int y,
  52.     int a,
  53.     int len,
  54.     char *c
  55.   );
  56.  
  57. extern void VSIcurson
  58.   (
  59.     int w,
  60.     int x,
  61.     int y,
  62.     int ForceMove
  63.   );
  64.  
  65. extern void VSIes
  66.   (
  67.     void
  68.   );
  69.  
  70. extern void VSIreset
  71.   (
  72.     void
  73.   );
  74.  
  75. extern void VSIindex
  76.   (
  77.     void
  78.   );
  79.  
  80. extern void VSIrindex
  81.   (
  82.     void
  83.   );
  84.  
  85.  
  86. extern int VSItab
  87.   (
  88.     void
  89.   );
  90.  
  91. extern void VSIinschar
  92.   (
  93.     int x
  94.   );
  95.  
  96. extern void VSIinsstring
  97.   (
  98.     int len,
  99.     char *start
  100.   );
  101.  
  102. extern void VSIapclear
  103.   (
  104.     void
  105.   );
  106.  
  107. extern void VSIsave
  108.   (
  109.     void
  110.   );
  111.  
  112. extern void VSIrestore
  113.   (
  114.     void
  115.   );
  116.  
  117. extern void VTsendident
  118.   (
  119.     void
  120.   );
  121.  
  122. extern void VSIrange                  /* check and resolve range errors on x and y */
  123.   (
  124.     void
  125.   );
  126.  
  127. extern void VSIeeol
  128.   (
  129.     void
  130.   );
  131.  
  132. extern void VSIebol
  133.   (
  134.     void
  135.   );
  136.  
  137. extern void VSIel
  138.   (
  139.     int s
  140.   );
  141.  
  142. extern void VSIeeos
  143.   (
  144.     void
  145.   );
  146.  
  147. extern void VSIebos
  148.   (
  149.     void
  150.   );
  151.  
  152. extern void VTsendstat
  153.   (
  154.     void
  155.   );
  156.  
  157. extern void VTsendpos
  158.   (
  159.     void
  160.   );
  161.  
  162. extern void VSIinslines
  163.   (
  164.     int n,
  165.     int s
  166.   );
  167.  
  168. extern void VSIdellines
  169.   (
  170.     int n,
  171.     int s
  172.   );
  173.  
  174. extern void VSIdelchars
  175.   (
  176.     int x
  177.   );
  178.  
  179. extern void VSIsetoption
  180.   (
  181.     int toggle
  182.   );
  183.  
  184. extern void VSItabclear
  185.   (
  186.     void
  187.   );
  188.  
  189. extern void VTalign
  190.   (
  191.     void
  192.   );
  193.