Home
last modified time | relevance | path

Searched refs:top_op (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dpeep.c1070 OP *top_op = o; in S_optimize_op() local
1159 if (o == top_op) in S_optimize_op()
1695 OP *top_op = o; in S_aassign_scan() local
1882 if (o == top_op) in S_aassign_scan()
1938 OP *top_op = NULL; /* highest [ah]elem/exists/del/rv2[ah]v */ in S_maybe_multideref() local
2038 top_op = o; in S_maybe_multideref()
2307 top_op = o; in S_maybe_multideref()
2528 p = op_sibling_splice(top_op, NULL, -1, mderef); in S_maybe_multideref()
2534 op_null(top_op); in S_maybe_multideref()
Dop.c884 OP *top_op = o; in Perl_op_free() local
944 next_op = (o == top_op) ? NULL : o->op_sibparent; in Perl_op_free()
1426 OP* top_op = o; in S_find_and_forget_pmops() local
1445 if (o == top_op) in S_find_and_forget_pmops()
1776 OP * top_op = o; in Perl_op_linklist() local
1793 if (o == top_op) in Perl_op_linklist()
1959 OP * top_op = o; in Perl_scalar() local
2082 if (o == top_op) in Perl_scalar()
2083 return top_op; /* at top; no parents/siblings to try */ in Perl_scalar()
2509 OP * top_op = o; in Perl_list() local
[all …]