Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dpeep.c1696 OP *effective_top_op = o; in S_aassign_scan() local
1700 bool top = o == effective_top_op; in S_aassign_scan()
1870 if ( o == effective_top_op in S_aassign_scan()
1873 effective_top_op = next_kid; in S_aassign_scan()
1886 if (o == effective_top_op) in S_aassign_scan()
1887 effective_top_op = next_kid; in S_aassign_scan()
1889 else if (o == effective_top_op) in S_aassign_scan()
1890 effective_top_op = o->op_sibparent; in S_aassign_scan()