Home
last modified time | relevance | path

Searched refs:RASQAL_EXPR_MINUS (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_expr.c659 case RASQAL_EXPR_MINUS: in rasqal_expression_clear()
876 case RASQAL_EXPR_MINUS: in rasqal_expression_visit()
1203 case RASQAL_EXPR_MINUS: in rasqal_expression_write()
1430 case RASQAL_EXPR_MINUS: in rasqal_expression_print()
1662 case RASQAL_EXPR_MINUS: in rasqal_expression_is_constant()
2023 case RASQAL_EXPR_MINUS: in rasqal_expression_compare()
H A Drasqal_query_write.c360 case RASQAL_EXPR_MINUS: in rasqal_query_write_sparql_expression()
H A Drasqal_expr_evaluate.c1219 case RASQAL_EXPR_MINUS: in rasqal_expression_evaluate2()
H A Dsparql_parser.y4734 oe = new_op_expr(RASQAL_EXPR_MINUS, $2);
4781 oe = new_op_expr(RASQAL_EXPR_MINUS, e);
H A Drasqal.h.in643 * @RASQAL_EXPR_MINUS: Expression for A-B.
745 RASQAL_EXPR_MINUS, enumerator
H A Dsparql_parser.c8443 oe = new_op_expr(RASQAL_EXPR_MINUS, (yyvsp[0].expr)); in yyparse()
8498 oe = new_op_expr(RASQAL_EXPR_MINUS, e); in yyparse()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/redland/rasqal/
H A Drasqal.h745 RASQAL_EXPR_MINUS, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/redland/rasqal/
H A Drasqal.h745 RASQAL_EXPR_MINUS, enumerator
/dports/textproc/rasqal/rasqal-0.9.33/
H A DChangeLog.5932 RASQAL_EXPR_PLUS, RASQAL_EXPR_MINUS, RASQAL_EXPR_STAR and
1267 RASQAL_EXPR_UMINUS, RASQAL_EXPR_PLUS, RASQAL_EXPR_MINUS,