Searched refs:ConcatFn (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/edify/ |
D | expr.h | 94 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]);
|
D | parser.yy | 85 | expr '+' expr { $$ = Build(ConcatFn, @$, 2, $1, $3); }
|
D | expr.cpp | 72 Value* ConcatFn(const char* name, State* state, int argc, Expr* argv[]) { in ConcatFn() function 393 RegisterFunction("concat", ConcatFn); in RegisterBuiltins()
|