HomeSort by relevance Sort by last modified time
    Searched refs:IfElseFn (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/edify/
parser.y 87 | IF expr THEN expr ENDIF { $$ = Build(IfElseFn, @$, 2, $2, $4); }
88 | IF expr THEN expr ELSE expr ENDIF { $$ = Build(IfElseFn, @$, 3, $2, $4, $6); }
expr.h 96 Value* IfElseFn(const char* name, State* state, int argc, Expr* argv[]);
expr.c 102 Value* IfElseFn(const char* name, State* state, int argc, Expr* argv[]) {
385 RegisterFunction("ifelse", IfElseFn);

Completed in 48 milliseconds