Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Searchall Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Searchall («searchall»)
          Highlights all occurrences of the previously searched string
          or pattern. Moves the cursor to the first occurrence in the
          file.
 
     Arg Searchall («arg» «searchall»)
          Highlights all occurrences of the string specified by the
          text from the cursor to the first blank character.
 
     Arg <textarg> Searchall («arg» <textarg> «searchall»)
          Highlights all occurrences of <textarg>.
 
     Arg Arg Searchall («arg» «arg» «searchall»)
          Highlights all occurrences of the regular expression defined
          by the characters from the cursor to the first blank
          character.
          See: Regular Expressions
 
     Arg <streamarg> Searchall («arg» <streamarg> «searchall»)
          Highlights all occurrences of <streamarg>.
 
     Arg Arg <textarg> Searchall («arg» «arg» <textarg> «searchall»)
          Highlights all occurrences of a regular expression defined by
          <textarg>.
 
     Meta ... Searchall («meta» ... «searchall»)
          As above but reverses the value of the Case switch for one
          search.
 
     Returns
 
     True:  String or pattern found.
     False: No matches found.
                                    -♦-