src/clipsrules/core/strngfun.c File Reference

#include "setup.h"
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "argacces.h"
#include "commline.h"
#include "constrct.h"
#include "cstrcpsr.h"
#include "engine.h"
#include "envrnmnt.h"
#include "exprnpsr.h"
#include "extnfunc.h"
#include "memalloc.h"
#include "prcdrpsr.h"
#include "router.h"
#include "strngrtr.h"
#include "scanner.h"
#include "sysdep.h"
#include "drive.h"
#include "strngfun.h"

Include dependency graph for strngfun.c:

Go to the source code of this file.

Defines

#define _STRNGFUN_SOURCE_
#define _STDIO_INCLUDED_

Functions

globle void StringFunctionDefinitions (void *theEnv)
globle void StrCatFunction (void *theEnv, DATA_OBJECT_PTR returnValue)
globle void SymCatFunction (void *theEnv, DATA_OBJECT_PTR returnValue)
globle long long StrLengthFunction (void *theEnv)
globle void UpcaseFunction (void *theEnv, DATA_OBJECT_PTR returnValue)
globle void LowcaseFunction (void *theEnv, DATA_OBJECT_PTR returnValue)
globle long long StrCompareFunction (void *theEnv)
globle void * SubStringFunction (void *theEnv)
globle void StrIndexFunction (void *theEnv, DATA_OBJECT_PTR result)
globle void StringToFieldFunction (void *theEnv, DATA_OBJECT *returnValue)
globle void StringToField (void *theEnv, char *theString, DATA_OBJECT *returnValue)
globle void EvalFunction (void *theEnv, DATA_OBJECT_PTR returnValue)
globle int Eval (char *theString, DATA_OBJECT_PTR returnValue)
globle int EnvEval (void *theEnv, char *theString, DATA_OBJECT_PTR returnValue)
globle int BuildFunction (void *theEnv)
globle int Build (char *theString)
globle int EnvBuild (void *theEnv, char *theString)


Define Documentation

#define _STDIO_INCLUDED_

Definition at line 36 of file strngfun.c.

#define _STRNGFUN_SOURCE_

Definition at line 29 of file strngfun.c.


Function Documentation

globle int Build ( char *  theString  ) 

Definition at line 946 of file strngfun.c.

globle int BuildFunction ( void *  theEnv  ) 

Definition at line 916 of file strngfun.c.

globle int EnvBuild ( void *  theEnv,
char *  theString 
)

Definition at line 957 of file strngfun.c.

globle int EnvEval ( void *  theEnv,
char *  theString,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 743 of file strngfun.c.

globle int Eval ( char *  theString,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 731 of file strngfun.c.

globle void EvalFunction ( void *  theEnv,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 691 of file strngfun.c.

globle void LowcaseFunction ( void *  theEnv,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 344 of file strngfun.c.

globle void StrCatFunction ( void *  theEnv,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 97 of file strngfun.c.

globle long long StrCompareFunction ( void *  theEnv  ) 

Definition at line 407 of file strngfun.c.

globle void StrIndexFunction ( void *  theEnv,
DATA_OBJECT_PTR  result 
)

Definition at line 546 of file strngfun.c.

globle void StringFunctionDefinitions ( void *  theEnv  ) 

Definition at line 71 of file strngfun.c.

globle void StringToField ( void *  theEnv,
char *  theString,
DATA_OBJECT returnValue 
)

Definition at line 641 of file strngfun.c.

globle void StringToFieldFunction ( void *  theEnv,
DATA_OBJECT returnValue 
)

Definition at line 603 of file strngfun.c.

globle long long StrLengthFunction ( void *  theEnv  ) 

Definition at line 251 of file strngfun.c.

globle void* SubStringFunction ( void *  theEnv  ) 

Definition at line 463 of file strngfun.c.

globle void SymCatFunction ( void *  theEnv,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 108 of file strngfun.c.

globle void UpcaseFunction ( void *  theEnv,
DATA_OBJECT_PTR  returnValue 
)

Definition at line 281 of file strngfun.c.


Generated on Mon Jan 10 22:33:42 2011 by  doxygen 1.5.6