1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 09:04:43 +00:00
QB64-PE/internal/source/data46.txt

165 lines
5.1 KiB
Text
Raw Normal View History

2024-02-17 01:00:18 +00:00
qbs*oldstr3364=NULL;
2024-01-20 16:04:21 +00:00
if(_SUB_XPRINT_STRING_A->tmp||_SUB_XPRINT_STRING_A->fixed||_SUB_XPRINT_STRING_A->readonly){
2024-02-17 01:00:18 +00:00
oldstr3364=_SUB_XPRINT_STRING_A;
if (oldstr3364->cmem_descriptor){
_SUB_XPRINT_STRING_A=qbs_new_cmem(oldstr3364->len,0);
2022-11-22 23:53:31 +00:00
}else{
2024-02-17 01:00:18 +00:00
_SUB_XPRINT_STRING_A=qbs_new(oldstr3364->len,0);
2022-11-22 23:53:31 +00:00
}
2024-02-17 01:00:18 +00:00
memcpy(_SUB_XPRINT_STRING_A->chr,oldstr3364->chr,oldstr3364->len);
2024-01-20 16:04:21 +00:00
}
2024-02-17 01:00:18 +00:00
qbs*oldstr3365=NULL;
2024-01-20 16:04:21 +00:00
if(_SUB_XPRINT_STRING_CA->tmp||_SUB_XPRINT_STRING_CA->fixed||_SUB_XPRINT_STRING_CA->readonly){
2024-02-17 01:00:18 +00:00
oldstr3365=_SUB_XPRINT_STRING_CA;
if (oldstr3365->cmem_descriptor){
_SUB_XPRINT_STRING_CA=qbs_new_cmem(oldstr3365->len,0);
2024-01-20 16:04:21 +00:00
}else{
2024-02-17 01:00:18 +00:00
_SUB_XPRINT_STRING_CA=qbs_new(oldstr3365->len,0);
2024-01-20 16:04:21 +00:00
}
2024-02-17 01:00:18 +00:00
memcpy(_SUB_XPRINT_STRING_CA->chr,oldstr3365->chr,oldstr3365->len);
2024-01-20 16:04:21 +00:00
}
qbs *_SUB_XPRINT_STRING_U=NULL;
if (!_SUB_XPRINT_STRING_U)_SUB_XPRINT_STRING_U=qbs_new(0,0);
2024-02-17 01:00:18 +00:00
int32 pass3366;
2024-01-20 16:04:21 +00:00
qbs *_SUB_XPRINT_STRING_L=NULL;
if (!_SUB_XPRINT_STRING_L)_SUB_XPRINT_STRING_L=qbs_new(0,0);
int32 *_SUB_XPRINT_LONG_LP=NULL;
if(_SUB_XPRINT_LONG_LP==NULL){
_SUB_XPRINT_LONG_LP=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_LP=0;
}
qbs *_SUB_XPRINT_STRING_LP=NULL;
if (!_SUB_XPRINT_STRING_LP)_SUB_XPRINT_STRING_LP=qbs_new(0,0);
2024-02-17 01:00:18 +00:00
int16 pass3367;
int32 pass3368;
2024-01-20 16:04:21 +00:00
int32 *_SUB_XPRINT_LONG_I=NULL;
if(_SUB_XPRINT_LONG_I==NULL){
_SUB_XPRINT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_I=0;
}
qbs *_SUB_XPRINT_STRING_E=NULL;
if (!_SUB_XPRINT_STRING_E)_SUB_XPRINT_STRING_E=qbs_new(0,0);
int32 *_SUB_XPRINT_LONG_B=NULL;
if(_SUB_XPRINT_LONG_B==NULL){
_SUB_XPRINT_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_B=0;
}
qbs *_SUB_XPRINT_STRING_PUFORMAT=NULL;
if (!_SUB_XPRINT_STRING_PUFORMAT)_SUB_XPRINT_STRING_PUFORMAT=qbs_new(0,0);
2024-02-17 01:00:18 +00:00
int64 fornext_value3370;
int64 fornext_finalvalue3370;
int64 fornext_step3370;
uint8 fornext_step_negative3370;
2024-01-20 16:04:21 +00:00
qbs *_SUB_XPRINT_STRING_A2=NULL;
if (!_SUB_XPRINT_STRING_A2)_SUB_XPRINT_STRING_A2=qbs_new(0,0);
int32 *_SUB_XPRINT_LONG_TYP=NULL;
if(_SUB_XPRINT_LONG_TYP==NULL){
_SUB_XPRINT_LONG_TYP=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_TYP=0;
}
2024-02-17 01:00:18 +00:00
int32 pass3371;
byte_element_struct *byte_element_3372=NULL;
if (!byte_element_3372){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3372=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3372=(byte_element_struct*)mem_static_malloc(12);
2024-01-20 16:04:21 +00:00
}
int32 *_SUB_XPRINT_LONG_TQBSSET=NULL;
if(_SUB_XPRINT_LONG_TQBSSET==NULL){
_SUB_XPRINT_LONG_TQBSSET=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_TQBSSET=0;
}
int16 pass3373;
2024-01-30 21:55:38 +00:00
int16 pass3374;
2024-01-20 16:04:21 +00:00
int16 pass3375;
2024-02-17 01:00:18 +00:00
qbs *_SUB_XPRINT_STRING_PUF=NULL;
if (!_SUB_XPRINT_STRING_PUF)_SUB_XPRINT_STRING_PUF=qbs_new(0,0);
2024-01-20 16:04:21 +00:00
int16 pass3376;
int16 pass3377;
2024-02-17 01:00:18 +00:00
int16 pass3378;
int16 pass3379;
2024-02-08 08:18:53 +00:00
int32 *_SUB_XPRINT_LONG_LAST=NULL;
if(_SUB_XPRINT_LONG_LAST==NULL){
_SUB_XPRINT_LONG_LAST=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_LAST=0;
2024-01-30 17:13:17 +00:00
}
2024-02-17 01:00:18 +00:00
int64 fornext_value3381;
int64 fornext_finalvalue3381;
int64 fornext_step3381;
uint8 fornext_step_negative3381;
int32 pass3382;
2024-01-20 16:04:21 +00:00
int16 pass3383;
int16 pass3384;
int16 pass3385;
int16 pass3386;
2024-01-30 21:55:38 +00:00
int16 pass3387;
int16 pass3388;
int16 pass3389;
int16 pass3390;
2024-02-08 08:18:53 +00:00
int16 pass3391;
int16 pass3392;
int16 pass3393;
int16 pass3394;
2024-02-17 01:00:18 +00:00
int16 pass3395;
2024-02-08 08:18:53 +00:00
int16 pass3396;
2024-02-17 01:00:18 +00:00
byte_element_struct *byte_element_3397=NULL;
if (!byte_element_3397){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3397=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3397=(byte_element_struct*)mem_static_malloc(12);
}
2024-02-08 08:18:53 +00:00
int16 pass3398;
int16 pass3399;
2024-02-17 01:00:18 +00:00
int16 pass3400;
int16 pass3401;
2024-02-08 08:18:53 +00:00
int32 *_SUB_XPRINT_LONG_NL=NULL;
if(_SUB_XPRINT_LONG_NL==NULL){
_SUB_XPRINT_LONG_NL=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_NL=0;
}
int16 pass3402;
int16 pass3403;
int16 pass3404;
int16 pass3405;
int16 pass3406;
int16 pass3407;
2024-02-17 01:00:18 +00:00
int16 pass3408;
int16 pass3409;
int64 fornext_value3411;
int64 fornext_finalvalue3411;
int64 fornext_step3411;
uint8 fornext_step_negative3411;
2024-01-20 16:04:21 +00:00
int32 *_SUB_XPRINT_LONG_GOTOPU=NULL;
if(_SUB_XPRINT_LONG_GOTOPU==NULL){
_SUB_XPRINT_LONG_GOTOPU=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_GOTOPU=0;
}
2024-02-17 01:00:18 +00:00
byte_element_struct *byte_element_3412=NULL;
if (!byte_element_3412){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3412=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3412=(byte_element_struct*)mem_static_malloc(12);
2024-01-20 16:04:21 +00:00
}
qbs *_SUB_XPRINT_STRING_EBAK=NULL;
if (!_SUB_XPRINT_STRING_EBAK)_SUB_XPRINT_STRING_EBAK=qbs_new(0,0);
int32 *_SUB_XPRINT_LONG_PNRTNUM=NULL;
if(_SUB_XPRINT_LONG_PNRTNUM==NULL){
_SUB_XPRINT_LONG_PNRTNUM=(int32*)mem_static_malloc(4);
*_SUB_XPRINT_LONG_PNRTNUM=0;
}
2024-02-17 01:00:18 +00:00
int32 pass3413;
2024-02-08 08:18:53 +00:00
int16 pass3414;
int16 pass3415;
int16 pass3416;
int16 pass3417;
int16 pass3418;
2024-02-17 01:00:18 +00:00
int16 pass3419;
int16 pass3420;
byte_element_struct *byte_element_3421=NULL;
if (!byte_element_3421){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3421=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3421=(byte_element_struct*)mem_static_malloc(12);
2024-02-08 08:18:53 +00:00
}
2024-02-17 01:00:18 +00:00
byte_element_struct *byte_element_3422=NULL;
if (!byte_element_3422){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3422=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3422=(byte_element_struct*)mem_static_malloc(12);
2024-02-08 08:18:53 +00:00
}
int16 pass3423;
int16 pass3424;
int16 pass3425;
2024-02-17 01:00:18 +00:00
int16 pass3426;
int16 pass3427;