Searched defs:FUNCTION (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libexpr/ |
H A D | Oexparse.h | 53 #define FUNCTION 278 macro
|
H A D | Oexparse.c | 94 #define FUNCTION 278 macro 625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME", 702 "expr : reference FUNCTION '(' args ')'", 1655 exval.expr = exnewnode(expr.program, FUNCTION, 1, T(exvsp[-3].id->type), call(exvsp[-4].reference, exvsp[-3].id, exvsp[-1].expr), exvsp[-1].expr);
|
Completed in 19 milliseconds