Home | History | Annotate | Download | only in Oniguruma

Lines Matching refs:gnum

1338 node_new_call(UChar* name, UChar* name_end, int gnum)

1348 NCALL(node)->group_num = gnum; /* call by number if gnum != 0 */
2315 int gnum;
3538 int gnum;
3542 gnum, 1);
3548 tok->u.call.gnum = gnum;
5342 int gnum = tok->u.call.gnum;
5344 if (gnum < 0) {
5345 gnum = BACKREF_REL_TO_ABS(gnum, env);
5346 if (gnum <= 0)
5349 *np = node_new_call(tok->u.call.name, tok->u.call.name_end, gnum);