Home
last modified time | relevance | path

Searched refs:Function (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/edify/
Dexpr.h57 typedef Value* (*Function)(const char* name, State* state, typedef
61 Function fn;
97 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
114 Function fn;
119 void RegisterFunction(const char* name, Function fn);
130 Function FindFunction(const char* name);
Dexpr.c327 Expr* Build(Function fn, YYLTYPE loc, int count, ...) { in Build()
353 void RegisterFunction(const char* name, Function fn) { in RegisterFunction()
373 Function FindFunction(const char* name) { in FindFunction()