Home | History | Annotate | Download | only in Oniguruma

Lines Matching refs:targetp

5053   Node** targetp;

5110 targetp = np;
5381 targetp = np;
5389 if (is_invalid_quantifier_target(*targetp))
5396 r = set_quantifier(qn, *targetp, group, env);
5414 *targetp = qn;
5422 *targetp = node_new_list(*targetp, NULL);
5423 if (IS_NULL(*targetp)) {
5427 tmp = NCDR(*targetp) = node_new_list(qn, NULL);
5432 targetp = &(NCAR(tmp));