Home | History | Annotate | Download | only in edify

Lines Matching refs:Evaluate

34     // and in writable memory (Evaluate may make temporary changes to
40 // pointer after Evaluate() returns.
65 // evaluate it, return the resulting Value. The caller takes
70 // evaluate it, assert that it is a string, and return the resulting
74 char* Evaluate(State* state, Expr* expr);
131 // Evaluate the expressions in argv, giving 'count' char* (the ... is
136 // Evaluate the expressions in argv, giving 'count' Value* (the ... is
141 // Evaluate the expressions in argv, returning an array of char*
142 // results. If any evaluate to NULL, free the rest and return NULL.
147 // Evaluate the expressions in argv, returning an array of Value*
148 // results. If any evaluate to NULL, free the rest and return NULL.