Lines Matching refs:_chars
10 _chars = NULL; 18 _chars = (Byte *)MyAlloc(size); 19 if (_chars) 49 memcpy(newBuf, _chars, _pos); 50 MyFree(_chars); 51 _chars = newBuf; 54 _chars[_pos++] = (Byte)c; 85 memcpy(newBuf, _chars, _pos); 86 MyFree(_chars); 87 _chars = newBuf; 90 memcpy(_chars + _pos, s, len);