Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dropeimpl.h1232 size_t __csptr = 0; in _S_fetch_ptr() local
1243 if (__c->_M_c_string != 0) __clrstack[__csptr++] = __c; in _S_fetch_ptr()
1256 __clrstack[__csptr++] = __l; in _S_fetch_ptr()
1257 while (__csptr > 0) { in _S_fetch_ptr()
1258 -- __csptr; in _S_fetch_ptr()
1259 _RopeRep* __d = __clrstack[__csptr]; in _S_fetch_ptr()