1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/source/data112.txt

40 lines
1.9 KiB
Plaintext
Raw Normal View History

2021-07-21 21:30:49 +00:00
qbs *_FUNC_STRREMOVE_STRING_STRREMOVE=NULL;
if (!_FUNC_STRREMOVE_STRING_STRREMOVE)_FUNC_STRREMOVE_STRING_STRREMOVE=qbs_new(0,0);
2021-07-29 21:43:08 +00:00
qbs*oldstr3809=NULL;
2021-07-21 21:30:49 +00:00
if(_FUNC_STRREMOVE_STRING_MYSTRING->tmp||_FUNC_STRREMOVE_STRING_MYSTRING->fixed||_FUNC_STRREMOVE_STRING_MYSTRING->readonly){
2021-07-29 21:43:08 +00:00
oldstr3809=_FUNC_STRREMOVE_STRING_MYSTRING;
if (oldstr3809->cmem_descriptor){
_FUNC_STRREMOVE_STRING_MYSTRING=qbs_new_cmem(oldstr3809->len,0);
2021-02-03 12:34:14 +00:00
}else{
2021-07-29 21:43:08 +00:00
_FUNC_STRREMOVE_STRING_MYSTRING=qbs_new(oldstr3809->len,0);
2021-02-03 12:34:14 +00:00
}
2021-07-29 21:43:08 +00:00
memcpy(_FUNC_STRREMOVE_STRING_MYSTRING->chr,oldstr3809->chr,oldstr3809->len);
2021-02-03 12:34:14 +00:00
}
2021-07-29 21:43:08 +00:00
qbs*oldstr3810=NULL;
2021-07-21 21:30:49 +00:00
if(_FUNC_STRREMOVE_STRING_WHATTOREMOVE->tmp||_FUNC_STRREMOVE_STRING_WHATTOREMOVE->fixed||_FUNC_STRREMOVE_STRING_WHATTOREMOVE->readonly){
2021-07-29 21:43:08 +00:00
oldstr3810=_FUNC_STRREMOVE_STRING_WHATTOREMOVE;
if (oldstr3810->cmem_descriptor){
_FUNC_STRREMOVE_STRING_WHATTOREMOVE=qbs_new_cmem(oldstr3810->len,0);
2021-02-03 12:34:14 +00:00
}else{
2021-07-29 21:43:08 +00:00
_FUNC_STRREMOVE_STRING_WHATTOREMOVE=qbs_new(oldstr3810->len,0);
2021-02-03 12:34:14 +00:00
}
2021-07-29 21:43:08 +00:00
memcpy(_FUNC_STRREMOVE_STRING_WHATTOREMOVE->chr,oldstr3810->chr,oldstr3810->len);
2021-02-03 12:34:14 +00:00
}
2021-07-21 21:30:49 +00:00
qbs *_FUNC_STRREMOVE_STRING_A=NULL;
if (!_FUNC_STRREMOVE_STRING_A)_FUNC_STRREMOVE_STRING_A=qbs_new(0,0);
qbs *_FUNC_STRREMOVE_STRING_B=NULL;
if (!_FUNC_STRREMOVE_STRING_B)_FUNC_STRREMOVE_STRING_B=qbs_new(0,0);
int32 *_FUNC_STRREMOVE_LONG_I=NULL;
if(_FUNC_STRREMOVE_LONG_I==NULL){
_FUNC_STRREMOVE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_STRREMOVE_LONG_I=0;
}
2021-07-29 21:43:08 +00:00
byte_element_struct *byte_element_3812=NULL;
if (!byte_element_3812){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3812=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3812=(byte_element_struct*)mem_static_malloc(12);
2021-07-22 06:14:26 +00:00
}
2021-07-29 21:43:08 +00:00
byte_element_struct *byte_element_3813=NULL;
if (!byte_element_3813){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3813=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3813=(byte_element_struct*)mem_static_malloc(12);
2021-02-03 12:34:14 +00:00
}