Searched refs:JQP_STR_NEGATE (Results 1 – 4 of 4) sorted by relevance
55 #define JQP_STR_NEGATE ((jqp_string_flavours_t) 0x40U) macro
120 …{ p->string.flavour |= (yy->aux->negate ? JQP_STR_NEGATE : 0); _jqp_op_negate_reset(yy); _jqp_add_…
1549 …p->string.flavour |= (yy->aux->negate ? JQP_STR_NEGATE : 0); _jqp_op_negate_reset(yy); _jqp_add_or… in yy_2_ORDERBY()
958 ptr->op = (uint64_t) ((orderby->flavour & JQP_STR_NEGATE) != 0); // asc/desc in _jqp_finish()1360 if (ob->flavour & JQP_STR_NEGATE) { in _jqp_print_opts()