ooRexx  4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
  Fossies Dox: ooRexx-4.2.0-source.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

ParseTarget.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RexxTarget
 

Macros

#define PARSE_UPPER   1 /* Uppercase parsed string */
 
#define PARSE_LOWER   2 /* Lowercase parsed string */
 
#define PARSE_CASELESS   1 /* do case insensitive searches */
 

Macro Definition Documentation

◆ PARSE_CASELESS

#define PARSE_CASELESS   1 /* do case insensitive searches */

Definition at line 49 of file ParseTarget.hpp.

◆ PARSE_LOWER

#define PARSE_LOWER   2 /* Lowercase parsed string */

Definition at line 48 of file ParseTarget.hpp.

◆ PARSE_UPPER

#define PARSE_UPPER   1 /* Uppercase parsed string */

Definition at line 47 of file ParseTarget.hpp.