Home
last modified time | relevance | path

Searched refs:JQP_STR_NEGATE (Results 1 – 4 of 4) sorted by relevance

/third_party/ejdb/src/jql/
Djqp.h55 #define JQP_STR_NEGATE ((jqp_string_flavours_t) 0x40U) macro
Djqp.leg120 …{ p->string.flavour |= (yy->aux->negate ? JQP_STR_NEGATE : 0); _jqp_op_negate_reset(yy); _jqp_add_…
Djqp.c1549 …p->string.flavour |= (yy->aux->negate ? JQP_STR_NEGATE : 0); _jqp_op_negate_reset(yy); _jqp_add_or… in yy_2_ORDERBY()
/third_party/ejdb/src/jql/inc/
Djqpx.c958 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()