5326 |
@param instance: the enclosing model. |
@param instance: the enclosing model. |
5327 |
@param statement: the EXT bbox statement. |
@param statement: the EXT bbox statement. |
5328 |
*/ |
*/ |
5329 |
int Pass2ExecuteBlackBoxEXTLoop(struct Instance *inst, struct Statement *statement) |
int Pass2ExecuteBlackBoxEXTLoop(struct Instance *inst, struct Statement *statement){ |
|
{ |
|
5330 |
symchar *name; |
symchar *name; |
5331 |
struct Expr *ex, *one, *en; |
struct Expr *ex, *one, *en; |
5332 |
unsigned long c,len; |
unsigned long c,len; |
5480 |
*/ |
*/ |
5481 |
return 1; |
return 1; |
5482 |
} |
} |
|
|
|
5483 |
|
|
5484 |
int ExecuteBBOXElement(struct Instance *inst, struct Statement *statement, struct ExternalFunc *efunc, struct Instance *subject, struct gl_list_t *inputs, struct BlackBoxCache * common, long c, CONST char *context) |
int ExecuteBBOXElement(struct Instance *inst, struct Statement *statement, struct ExternalFunc *efunc, struct Instance *subject, struct gl_list_t *inputs, struct BlackBoxCache * common, long c, CONST char *context) |
5485 |
{ |
{ |