Home | History | Annotate | Download | only in ext

Lines Matching refs:__curr_rope

118       const _RopeRep* __curr_rope;
129 __curr_rope = __x._M_root;
130 if (0 != __curr_rope->_M_c_string)
133 __x._M_buf_start = __curr_rope->_M_c_string;
134 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size;
135 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
136 __x._M_path_end[0] = __curr_rope;
144 __path[__curr_depth] = __curr_rope;
145 switch(__curr_rope->_M_tag)
155 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope;
163 __curr_rope = __c->_M_right;
167 __curr_rope = __left;