Home | History | Annotate | Download | only in libxml2

Lines Matching full:plus

1142 		 fprintf(output, "PLUS -");
1144 fprintf(output, "PLUS +");
1146 fprintf(output, "PLUS unary -");
1148 fprintf(output, "PLUS unary - -");
10726 int plus;
10729 if (CUR == '+') plus = 1;
10730 else plus = 0;
10735 PUSH_BINARY_EXPR(XPATH_OP_PLUS, op1, ctxt->comp->last, plus, 0);