home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************/
- /* */
- /* MODULE NAME: GREP.H */
- /* */
- /* COPYRIGHT: */
- /* ---------- */
- /* Copyright (C) International Business Machines Corp., 1991,1992. */
- /* */
- /* DISCLAIMER OF WARRANTIES: */
- /* ------------------------- */
- /* The following [enclosed] code is sample code created by IBM */
- /* Corporation. This sample code is not part of any standard IBM product */
- /* and is provided to you solely for the purpose of assisting you in the */
- /* development of your applications. The code is provided "AS IS", */
- /* without warranty of any kind. IBM shall not be liable for any damages */
- /* arising out of your use of the sample code, even if they have been */
- /* advised of the possibility of such damages. */
- /* */
- /* STATUS: VERSION 1, RELEASE 0, MODIFICATION 0 */
- /* */
- /***************************************************************************/
-
- #define MAX_LINE_LENGTH 256
- #define LINE_HELP 0
- #define CMDS_HELP 1
- #define FULL_HELP 2
- #define MAX_LINE_PER_SCREEN 17
- #define REGULAR_TYPE 0
- #define FILE_DIRECTORY 0x0010
-
-
- void grepHelp( int ) ;
-