Home | History | Annotate | Download | only in Oniguruma

Lines Matching refs:qend

5173       UChar *qstart, *qend, *nextp;

5178 qend = find_str_position(end_op, 2, qstart, end, &nextp, env->enc);
5179 if (IS_NULL(qend)) {
5180 nextp = qend = end;
5182 *np = node_new_str(qstart, qend);