Lines Matching defs:top_op
884 OP *top_op = o;
944 next_op = (o == top_op) ? NULL : o->op_sibparent;
1426 OP* top_op = o;
1445 if (o == top_op)
1776 OP * top_op = o;
1793 if (o == top_op)
1959 OP * top_op = o;
2082 if (o == top_op)
2083 return top_op; /* at top; no parents/siblings to try */
2509 OP * top_op = o;
2625 if (o == top_op)
2626 return top_op; /* at top; no parents/siblings to try */
2885 OP * top_op = o;
3013 if (o == top_op)
3061 OP *top_op = o;
3556 if (o == top_op)
3557 return top_op; /* at top; no parents/siblings to try */
3697 OP * top_op = o;
3799 if (o == top_op)
3800 return scalar(top_op); /* at top; no parents/siblings to try */