Home
last modified time | relevance | path

Searched refs:p_function (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/usr.bin/window/
H A Dparser.h58 int p_function(const char *, struct value *, int);
H A Dparser5.c186 if (p_function(cmd, v, flag) < 0) { in p_expr12()
H A Dparser1.c166 if ((*(token == T_ASSIGN ? p_assign : p_function))(cmd, &t, flag) < 0) { in p_expression()
H A Dparser2.c50 p_function(const char *name, struct value *v, int flag) in p_function() function