Lines Matching refs:__curr_rope
82 const _RopeRep* __curr_rope; in _S_setcache() local
93 __curr_rope = __x._M_root; in _S_setcache()
94 if (0 != __curr_rope->_M_c_string) { in _S_setcache()
96 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()
97 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size; in _S_setcache()
98 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
99 __x._M_path_end[0] = __curr_rope; in _S_setcache()
107 __path[__curr_depth] = __curr_rope; in _S_setcache()
108 switch(__curr_rope->_M_tag) { in _S_setcache()
117 (_Rope_RopeConcatenation<_CharT,_Alloc>*)__curr_rope; in _S_setcache()
124 __curr_rope = __c->_M_right; in _S_setcache()
127 __curr_rope = __left; in _S_setcache()