Searched refs:p_function (Results 1 – 4 of 4) sorted by relevance
58 int p_function(const char *, struct value *, int);
186 if (p_function(cmd, v, flag) < 0) { in p_expr12()
166 if ((*(token == T_ASSIGN ? p_assign : p_function))(cmd, &t, flag) < 0) { in p_expression()
50 p_function(const char *name, struct value *v, int flag) in p_function() function