Searched defs:expr_or (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libcmd/ | ||
H A D | expr.c | 183 static int expr_or(State_t*, Node_t*); 268 tok = expr_or(state, np); 478 static int expr_or(State_t* state, Node_t *np) function 525 if (expr_or(&state, &node)) |
Completed in 11 milliseconds