Home
last modified time | relevance | path

Searched refs:ARGI_CALL (Results 1 – 3 of 3) sorted by relevance

/dports/math/gap/gap-4.11.0/src/
H A Dfuncs.c139 a[i - 1] = EVAL_EXPR(ARGI_CALL(call, i)); in EvalOrExecCall()
147 Obj argi = EVAL_EXPR(ARGI_CALL(call, i)); in EvalOrExecCall()
749 PrintExpr( ARGI_CALL(call,i) ); in PrintFunccall1()
H A Dcode.h588 #define ARGI_CALL(call,i) READ_EXPR(call, i) macro
H A Dcompiler.c966 args[1] = CompExpr( ARGI_CALL(expr,1) ); in CompFunccall0to6Args()
992 args[i] = CompExpr( ARGI_CALL(expr,i) ); in CompFunccall0to6Args()
1058 argi = CompExpr( ARGI_CALL( expr, i ) ); in CompFunccallXArgs()
3586 args[1] = CompExpr( ARGI_CALL(stat,1) ); in CompProccall0to6Args()
3587 args[2] = CompExpr( ARGI_CALL(stat,2) ); in CompProccall0to6Args()
3610 args[i] = CompExpr( ARGI_CALL(stat,i) ); in CompProccall0to6Args()
3671 argi = CompExpr( ARGI_CALL( stat, i ) ); in CompProccallXArgs()