Searched refs:JQP_STR_STAR (Results 1 – 5 of 5) sorted by relevance
52 #define JQP_STR_STAR ((jqp_string_flavours_t) 0x20U) macro
188 STRSTAR = "*" { $$ = _jqp_unescaped_string(yy, JQP_STR_STAR, "*"); }
1161 if (left->string.flavour & JQP_STR_STAR) { in _jql_match_node_expr_impl()1175 …((left->expr.left->type != JQP_STRING_TYPE) || !(left->expr.left->string.flavour & JQP_STR_STAR)) { in _jql_match_node_expr_impl()
812 __ = _jqp_unescaped_string(yy, JQP_STR_STAR, "*"); ; in yy_1_STRSTAR()
125 || ((left->type == JQP_STRING_TYPE) && (left->string.flavour & JQP_STR_STAR))) { in _jbi_is_solid_node_expression()