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;
100 io._arrays = (void*)new_array;
120 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays;
129 register struct ptr_and_long *pl_array = (ptr_and_long*)_arrays;
/haiku/headers/cpp/
H A Dstreambuf.h96 void *_arrays; /* Support for ios::iword and ios::pword. */ member in struct:_ios_fields
477 _precision=6; _arrays = 0; }
487 operator delete[] (_arrays);

Completed in 42 milliseconds