home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFHLP.ARC / VIEW.HLP < prev    next >
Encoding:
Text File  |  1987-12-17  |  1.8 KB  |  55 lines

  1. \ VIEW.HLP      Viewing code for ZF.                    by Tom Zimmer
  2.  
  3. viewlen         ( --- a1 )
  4.  
  5. >VIEWLINE       ( n1 --- )      \ move to line n1 of currently open file.
  6.  
  7. <viewlines>     ( n1 n2 --- )
  8.  
  9. VIEWLINES       ( n1 n2 --- )   \ n1 lines to view, n2 line to underline.
  10.  
  11. NAME>PAD        ( A1 --- PAD )
  12.                 Move the name field to PAD and filter out the hi bit
  13.                 of the last character in name. Also clears all but
  14.                 lower 5 bits of name count.
  15.  
  16. ?prepend.vpath  ( a1 --- a1 )
  17.  
  18. >viewfile       ( cfa --- offset a1 )   \ returns the string name in PAD
  19.  
  20. <VIEW>          ( a1 --- f1 )   \ VIEW the name specified by a1 the cfa
  21.  
  22. foundit
  23.  
  24. <HELP>          ( a1 --- f1 )   \ Show the HELP for a word specified by a1
  25.  
  26. .VIEWHELP       ( --- )
  27.  
  28. VIEW            ( | name --- )  \ VIEW is followed on the same line by name.
  29.  
  30. LL              ( | name --- )  \ LL is a pseudonym for VIEW
  31.  
  32. HELP            ( | name --- )  \ VIEW is followed on the same line by name.
  33.                 Display a help file entry fore the "name" specified.
  34.  
  35. ?fileopen       ( --- )
  36.                 Verify a file is open, give an error message if
  37.                 no file is open.
  38.  
  39. L               ( --- )         \ display 18 lines starting at current
  40.  
  41. LIST            ( n1 --- )      \ n1 is the line number to list from
  42.  
  43. LOAD            ( n1 --- )      \ n1 is the line number to load from
  44.  
  45. +lines          ( n1 --- )      \ move forward n1 lines in the current file.
  46.  
  47. N               ( --- )         \ go forward 16 lines and display 18 lines.
  48.  
  49. -1line          ( --- )         \ backup 1 line from current loadline
  50.  
  51. -lines          ( n1 --- )      \ backup n1 lines in the current file.
  52.  
  53. B               ( --- )         \ backup 16 lines in current file and
  54.  
  55.