Searched defs:RegisterFunction (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/edify/
H A Dexpr.c351 void RegisterFunction(const char* name, Function fn) { function
383 RegisterFunction("ifelse", IfElseFn);
384 RegisterFunction("abort", AbortFn);
385 RegisterFunction("assert", AssertFn);
386 RegisterFunction("concat", ConcatFn);
387 RegisterFunction("is_substring", SubstringFn);
388 RegisterFunction("stdout", StdoutFn);
389 RegisterFunction("sleep", SleepFn);
391 RegisterFunction("less_than_int", LessThanIntFn);
392 RegisterFunction("greater_than_in
[all...]

Completed in 25 milliseconds