top_pos           735 gc/cord/cordbscs.c      register size_t top_pos = current_pe -> pe_start_pos;
top_pos           746 gc/cord/cordbscs.c      	 if (pos >= top_pos + left_len) {
top_pos           748 gc/cord/cordbscs.c      	     current_pe -> pe_start_pos = top_pos = top_pos + left_len;
top_pos           752 gc/cord/cordbscs.c      	     current_pe -> pe_start_pos = top_pos;
top_pos           760 gc/cord/cordbscs.c          p[0].cur_start = top_pos;
top_pos           761 gc/cord/cordbscs.c          p[0].cur_end = top_pos + top_len;
top_pos           765 gc/cord/cordbscs.c        if (pos >= top_pos + top_len) p[0].path_len = CORD_POS_INVALID;