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

/bootable/recovery/edify/
H A 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;
117 // Register a new function. The same Function may be registered under
119 void RegisterFunction(const char* name, Function fn);
128 // Find the Function for a given name; return NULL if no such function
130 Function FindFunction(const char* name);
H A Dexpr.c327 Expr* Build(Function fn, YYLTYPE loc, int count, ...) {
353 void RegisterFunction(const char* name, Function fn) {
373 Function FindFunction(const char* name) {

Completed in 3 milliseconds