Home
last modified time | relevance | path

Searched refs:LogicalOrFn (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/edify/
Dexpr.h63 char* LogicalOrFn(const char* name, State* state, int argc, Expr* argv[]);
Dparser.y85 | expr OR expr { $$ = Build(LogicalOrFn, @$, 2, $1, $3); }
Dexpr.c171 char* LogicalOrFn(const char* name, State* state, in LogicalOrFn() function