Lines Matching refs:Node_t
174 } Node_t;
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np)
294 static int expr_cond(State_t* state, Node_t *np)
303 Node_t rp;
345 static int expr_mult(State_t* state, Node_t *np)
351 Node_t rp;
374 static int expr_add(State_t* state, Node_t *np)
380 Node_t rp;
394 static int expr_cmp(State_t* state, Node_t *np)
400 Node_t rp;
462 static int expr_and(State_t* state, Node_t *np)
467 Node_t rp;
478 static int expr_or(State_t* state, Node_t *np)
483 Node_t rp;
495 Node_t node;