Home
last modified time | relevance | path

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

/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc79 register struct ptr_and_long *array = (ptr_and_long*)io._arrays; in get_array_element()
100 io._arrays = (void*)new_array; in get_array_element()
120 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays; in iword()
129 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays; in pword()
/haiku/headers/cpp/
H A Dstreambuf.h96 void *_arrays; /* Support for ios::iword and ios::pword. */ member
477 _precision=6; _arrays = 0; } in init()
487 operator delete[] (_arrays); in ~ios()