version 1.8, 2004/02/23 09:03:43 |
version 1.9, 2004/03/08 08:24:42 |
|
|
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.7 2003/11/19 01:02:39 takayama Exp $ */ |
/* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.8 2004/02/23 09:03:43 takayama Exp $ */ |
/* ox_kan0.h */ |
/* ox_kan0.h */ |
|
|
#define mymalloc(n) sGC_malloc(n) |
#define mymalloc(n) sGC_malloc(n) |
Line 138 void oxReqSetName(ox_stream os,char *name); |
|
Line 138 void oxReqSetName(ox_stream os,char *name); |
|
void oxReqEvalName(ox_stream os,char *name); |
void oxReqEvalName(ox_stream os,char *name); |
void oxReqExecuteStringByLocalParser(ox_stream os,char *s); |
void oxReqExecuteStringByLocalParser(ox_stream os,char *s); |
void oxReqExecuteFunction(ox_stream os,char *s); |
void oxReqExecuteFunction(ox_stream os,char *s); |
|
void oxReqExecuteFunctionWithOptionalArgument(ox_stream os,char *s); |
void oxReqPopString(ox_stream os); |
void oxReqPopString(ox_stream os); |
void oxReqPushString(ox_stream os,char *s); |
void oxReqPushString(ox_stream os,char *s); |
void oxReqPopCMO(ox_stream os); |
void oxReqPopCMO(ox_stream os); |