Lines Matching defs:top
3160 BcLexType top;
3164 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) {
3166 bc_parse_push(p, BC_PARSE_TOKEN_INST(top));
3169 *nexs -= !BC_PARSE_OP_PREFIX(top);
4186 BcLexType top, t = p->l.t;
4409 top = BC_PARSE_TOP_OP(p);
4410 assign = top >= BC_LEX_OP_ASSIGN_POWER && top <= BC_LEX_OP_ASSIGN;
4412 if (top == BC_LEX_LPAREN || top == BC_LEX_RPAREN)
4415 bc_parse_push(p, BC_PARSE_TOKEN_INST(top));
4417 nexprs -= !BC_PARSE_OP_PREFIX(top);