home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / WKFRAME / GREP / GREP.H < prev    next >
Text File  |  1993-02-28  |  2KB  |  34 lines

  1. /***************************************************************************/
  2. /*                                                                         */
  3. /* MODULE NAME: GREP.H                                                     */
  4. /*                                                                         */
  5. /* COPYRIGHT:                                                              */
  6. /* ----------                                                              */
  7. /* Copyright (C) International Business Machines Corp., 1991,1992,1993.    */
  8. /*                                                                         */
  9. /* DISCLAIMER OF WARRANTIES:                                               */
  10. /* -------------------------                                               */
  11. /* The following [enclosed] code is sample code created by IBM             */
  12. /* Corporation.  This sample code is not part of any standard IBM product  */
  13. /* and is provided to you solely for the purpose of assisting you in the   */
  14. /* development of your applications.  The code is provided "AS IS",        */
  15. /* without warranty of any kind.  IBM shall not be liable for any damages  */
  16. /* arising out of your use of the sample code, even if they have been      */
  17. /* advised of the possibility of such damages.                             */
  18. /*                                                                         */
  19. /* STATUS: VERSION 1, RELEASE 0, MODIFICATION 0                            */
  20. /*                                                                         */
  21. /***************************************************************************/
  22.  
  23. #define   MAX_LINE_LENGTH       256
  24. #define   LINE_HELP             0
  25. #define   CMDS_HELP             1
  26. #define   FULL_HELP             2
  27. #define   MAX_LINE_PER_SCREEN   17
  28. #define   REGULAR_TYPE          0
  29. #define   FILE_DIRECTORY        0x0010
  30.  
  31.  
  32. void grepHelp( int ) ;
  33.  
  34.