1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/source/data109.txt

67 lines
3.3 KiB
Plaintext
Raw Normal View History

2021-09-26 02:23:37 +00:00
qbs*oldstr3802=NULL;
2021-09-28 05:43:25 +00:00
if(_SUB_MANAGEVARIABLELIST_STRING___NAME->tmp||_SUB_MANAGEVARIABLELIST_STRING___NAME->fixed||_SUB_MANAGEVARIABLELIST_STRING___NAME->readonly){
oldstr3802=_SUB_MANAGEVARIABLELIST_STRING___NAME;
2021-09-26 02:23:37 +00:00
if (oldstr3802->cmem_descriptor){
2021-09-28 05:43:25 +00:00
_SUB_MANAGEVARIABLELIST_STRING___NAME=qbs_new_cmem(oldstr3802->len,0);
2018-12-31 04:22:26 +00:00
}else{
2021-09-28 05:43:25 +00:00
_SUB_MANAGEVARIABLELIST_STRING___NAME=qbs_new(oldstr3802->len,0);
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
memcpy(_SUB_MANAGEVARIABLELIST_STRING___NAME->chr,oldstr3802->chr,oldstr3802->len);
2021-07-21 21:30:49 +00:00
}
2021-09-26 02:23:37 +00:00
qbs*oldstr3803=NULL;
2021-09-28 05:43:25 +00:00
if(_SUB_MANAGEVARIABLELIST_STRING___CNAME->tmp||_SUB_MANAGEVARIABLELIST_STRING___CNAME->fixed||_SUB_MANAGEVARIABLELIST_STRING___CNAME->readonly){
oldstr3803=_SUB_MANAGEVARIABLELIST_STRING___CNAME;
2021-09-26 02:23:37 +00:00
if (oldstr3803->cmem_descriptor){
2021-09-28 05:43:25 +00:00
_SUB_MANAGEVARIABLELIST_STRING___CNAME=qbs_new_cmem(oldstr3803->len,0);
2021-07-21 21:30:49 +00:00
}else{
2021-09-28 05:43:25 +00:00
_SUB_MANAGEVARIABLELIST_STRING___CNAME=qbs_new(oldstr3803->len,0);
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
memcpy(_SUB_MANAGEVARIABLELIST_STRING___CNAME->chr,oldstr3803->chr,oldstr3803->len);
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
int32 *_SUB_MANAGEVARIABLELIST_LONG_FINDITEM=NULL;
if(_SUB_MANAGEVARIABLELIST_LONG_FINDITEM==NULL){
_SUB_MANAGEVARIABLELIST_LONG_FINDITEM=(int32*)mem_static_malloc(4);
*_SUB_MANAGEVARIABLELIST_LONG_FINDITEM=0;
}
qbs *_SUB_MANAGEVARIABLELIST_STRING_CNAME=NULL;
if (!_SUB_MANAGEVARIABLELIST_STRING_CNAME)_SUB_MANAGEVARIABLELIST_STRING_CNAME=qbs_new(0,0);
int32 *_SUB_MANAGEVARIABLELIST_LONG_I=NULL;
if(_SUB_MANAGEVARIABLELIST_LONG_I==NULL){
_SUB_MANAGEVARIABLELIST_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_MANAGEVARIABLELIST_LONG_I=0;
}
qbs *_SUB_MANAGEVARIABLELIST_STRING_NAME=NULL;
if (!_SUB_MANAGEVARIABLELIST_STRING_NAME)_SUB_MANAGEVARIABLELIST_STRING_NAME=qbs_new(0,0);
byte_element_struct *byte_element_3804=NULL;
if (!byte_element_3804){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3804=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3804=(byte_element_struct*)mem_static_malloc(12);
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
int32 *_SUB_MANAGEVARIABLELIST_LONG_FOUND=NULL;
if(_SUB_MANAGEVARIABLELIST_LONG_FOUND==NULL){
_SUB_MANAGEVARIABLELIST_LONG_FOUND=(int32*)mem_static_malloc(4);
*_SUB_MANAGEVARIABLELIST_LONG_FOUND=0;
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
int64 fornext_value3806;
int64 fornext_finalvalue3806;
int64 fornext_step3806;
uint8 fornext_step_negative3806;
qbs *_SUB_MANAGEVARIABLELIST_STRING_THISINCNAME=NULL;
if (!_SUB_MANAGEVARIABLELIST_STRING_THISINCNAME)_SUB_MANAGEVARIABLELIST_STRING_THISINCNAME=qbs_new(0,0);
byte_element_struct *byte_element_3808=NULL;
if (!byte_element_3808){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3808=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3808=(byte_element_struct*)mem_static_malloc(12);
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
int32 *_SUB_MANAGEVARIABLELIST_LONG_X=NULL;
if(_SUB_MANAGEVARIABLELIST_LONG_X==NULL){
_SUB_MANAGEVARIABLELIST_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_MANAGEVARIABLELIST_LONG_X=0;
2021-07-21 21:30:49 +00:00
}
2021-09-28 05:43:25 +00:00
byte_element_struct *byte_element_3810=NULL;
if (!byte_element_3810){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3810=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3810=(byte_element_struct*)mem_static_malloc(12);
2021-08-30 04:47:27 +00:00
}
2021-09-28 05:43:25 +00:00
byte_element_struct *byte_element_3811=NULL;
if (!byte_element_3811){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3811=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3811=(byte_element_struct*)mem_static_malloc(12);
2021-09-22 02:21:43 +00:00
}