1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-27 23:27:47 +00:00

Update internal/source

This commit is contained in:
Autobuild Process 2021-07-13 21:08:56 +00:00
parent 6fed9ea250
commit 243094c160
150 changed files with 28799 additions and 28388 deletions

View file

@ -455,6 +455,7 @@ __STRING_LINENUMBERSTATUS->len=0;
*__LONG_IDEFOCUSLINE=0; *__LONG_IDEFOCUSLINE=0;
__STRING_IDECOMPILERERRORMESSAGE->len=0; __STRING_IDECOMPILERERRORMESSAGE->len=0;
*__LONG_IDEAUTORUN=0; *__LONG_IDEAUTORUN=0;
*__LONG_STARTPAUSED=0;
if (__ARRAY_STRING_MENU[2]&1){ if (__ARRAY_STRING_MENU[2]&1){
if (__ARRAY_STRING_MENU[2]&2){ if (__ARRAY_STRING_MENU[2]&2){
tmp_long=__ARRAY_STRING_MENU[5]*__ARRAY_STRING_MENU[9]; tmp_long=__ARRAY_STRING_MENU[5]*__ARRAY_STRING_MENU[9];

File diff suppressed because it is too large Load diff

View file

@ -3,15 +3,33 @@ if(_SUB_DEBUGMODE_BYTE_PAUSEMODE==NULL){
_SUB_DEBUGMODE_BYTE_PAUSEMODE=(int8*)mem_static_malloc(1); _SUB_DEBUGMODE_BYTE_PAUSEMODE=(int8*)mem_static_malloc(1);
*_SUB_DEBUGMODE_BYTE_PAUSEMODE=0; *_SUB_DEBUGMODE_BYTE_PAUSEMODE=0;
} }
int32 *_SUB_DEBUGMODE_LONG_TIMEOUT=NULL;
if(_SUB_DEBUGMODE_LONG_TIMEOUT==NULL){
_SUB_DEBUGMODE_LONG_TIMEOUT=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_TIMEOUT=0;
}
int32 *_SUB_DEBUGMODE_LONG_DUMMY=NULL; int32 *_SUB_DEBUGMODE_LONG_DUMMY=NULL;
if(_SUB_DEBUGMODE_LONG_DUMMY==NULL){ if(_SUB_DEBUGMODE_LONG_DUMMY==NULL){
_SUB_DEBUGMODE_LONG_DUMMY=(int32*)mem_static_malloc(4); _SUB_DEBUGMODE_LONG_DUMMY=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_DUMMY=0; *_SUB_DEBUGMODE_LONG_DUMMY=0;
} }
int8 pass4446; int8 pass4457;
int8 pass4447; int32 pass4458;
int32 pass4459;
int32 pass4460;
int8 pass4461;
int32 pass4462;
int32 pass4463;
int32 pass4464;
int32 pass4465;
int32 pass4466;
qbs *_SUB_DEBUGMODE_STRING_ENDC=NULL; qbs *_SUB_DEBUGMODE_STRING_ENDC=NULL;
if (!_SUB_DEBUGMODE_STRING_ENDC)_SUB_DEBUGMODE_STRING_ENDC=qbs_new(0,0); if (!_SUB_DEBUGMODE_STRING_ENDC)_SUB_DEBUGMODE_STRING_ENDC=qbs_new(0,0);
float *_SUB_DEBUGMODE_SINGLE_START=NULL;
if(_SUB_DEBUGMODE_SINGLE_START==NULL){
_SUB_DEBUGMODE_SINGLE_START=(float*)mem_static_malloc(4);
*_SUB_DEBUGMODE_SINGLE_START=0;
}
int32 *_SUB_DEBUGMODE_LONG_CLIENT=NULL; int32 *_SUB_DEBUGMODE_LONG_CLIENT=NULL;
if(_SUB_DEBUGMODE_LONG_CLIENT==NULL){ if(_SUB_DEBUGMODE_LONG_CLIENT==NULL){
_SUB_DEBUGMODE_LONG_CLIENT=(int32*)mem_static_malloc(4); _SUB_DEBUGMODE_LONG_CLIENT=(int32*)mem_static_malloc(4);
@ -22,43 +40,106 @@ if(_SUB_DEBUGMODE_LONG_K==NULL){
_SUB_DEBUGMODE_LONG_K=(int32*)mem_static_malloc(4); _SUB_DEBUGMODE_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_K=0; *_SUB_DEBUGMODE_LONG_K=0;
} }
int8 pass4449; int8 pass4468;
qbs *_SUB_DEBUGMODE_STRING_A=NULL; int32 pass4469;
if (!_SUB_DEBUGMODE_STRING_A)_SUB_DEBUGMODE_STRING_A=qbs_new(0,0); int32 pass4470;
qbs *_SUB_DEBUGMODE_STRING_B=NULL; qbs *_SUB_DEBUGMODE_STRING_TEMP=NULL;
if (!_SUB_DEBUGMODE_STRING_B)_SUB_DEBUGMODE_STRING_B=qbs_new(0,0); if (!_SUB_DEBUGMODE_STRING_TEMP)_SUB_DEBUGMODE_STRING_TEMP=qbs_new(0,0);
int32 pass4471;
int32 pass4472;
int32 pass4473;
int32 pass4474;
int32 pass4475;
int32 pass4476;
int8 pass4478;
int32 pass4479;
int32 pass4480;
int32 pass4481;
int32 pass4482;
int32 pass4483;
qbs *_SUB_DEBUGMODE_STRING_CMD=NULL;
if (!_SUB_DEBUGMODE_STRING_CMD)_SUB_DEBUGMODE_STRING_CMD=qbs_new(0,0);
qbs *_SUB_DEBUGMODE_STRING_PROGRAM=NULL; qbs *_SUB_DEBUGMODE_STRING_PROGRAM=NULL;
if (!_SUB_DEBUGMODE_STRING_PROGRAM)_SUB_DEBUGMODE_STRING_PROGRAM=qbs_new(0,0); if (!_SUB_DEBUGMODE_STRING_PROGRAM)_SUB_DEBUGMODE_STRING_PROGRAM=qbs_new(0,0);
int8 pass4451; qbs *_SUB_DEBUGMODE_STRING_VALUE=NULL;
byte_element_struct *byte_element_4452=NULL; if (!_SUB_DEBUGMODE_STRING_VALUE)_SUB_DEBUGMODE_STRING_VALUE=qbs_new(0,0);
if (!byte_element_4452){ int8 pass4485;
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4452=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4452=(byte_element_struct*)mem_static_malloc(12); int32 pass4486;
int32 pass4487;
int32 pass4488;
int32 pass4489;
int32 pass4490;
int32 pass4491;
int32 pass4492;
int32 *_SUB_DEBUGMODE_LONG_BREAKPOINTCOUNT=NULL;
if(_SUB_DEBUGMODE_LONG_BREAKPOINTCOUNT==NULL){
_SUB_DEBUGMODE_LONG_BREAKPOINTCOUNT=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_BREAKPOINTCOUNT=0;
} }
byte_element_struct *byte_element_4455=NULL; qbs *_SUB_DEBUGMODE_STRING_BREAKPOINTLIST=NULL;
if (!byte_element_4455){ if (!_SUB_DEBUGMODE_STRING_BREAKPOINTLIST)_SUB_DEBUGMODE_STRING_BREAKPOINTLIST=qbs_new(0,0);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4455=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4455=(byte_element_struct*)mem_static_malloc(12); int32 *_SUB_DEBUGMODE_LONG_I=NULL;
if(_SUB_DEBUGMODE_LONG_I==NULL){
_SUB_DEBUGMODE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_I=0;
} }
int8 pass4456; int64 fornext_value4494;
int64 fornext_finalvalue4494;
int64 fornext_step4494;
uint8 fornext_step_negative4494;
int32 pass4495;
int32 pass4496;
int32 pass4497;
int32 pass4498;
int32 pass4499;
int32 pass4500;
int32 pass4501;
int32 *_SUB_DEBUGMODE_LONG_NOFOCUSMESSAGE=NULL;
if(_SUB_DEBUGMODE_LONG_NOFOCUSMESSAGE==NULL){
_SUB_DEBUGMODE_LONG_NOFOCUSMESSAGE=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_NOFOCUSMESSAGE=0;
}
int32 pass4503;
int32 pass4504;
int32 pass4505;
int32 pass4506;
int32 pass4507;
int32 pass4508;
int8 pass4510;
int32 pass4511;
int32 pass4512;
int32 pass4513;
int32 pass4514;
int32 pass4515;
int32 pass4516;
int8 pass4517;
int32 pass4518;
int32 pass4519;
int32 pass4520;
int32 *_SUB_DEBUGMODE_LONG_L=NULL; int32 *_SUB_DEBUGMODE_LONG_L=NULL;
if(_SUB_DEBUGMODE_LONG_L==NULL){ if(_SUB_DEBUGMODE_LONG_L==NULL){
_SUB_DEBUGMODE_LONG_L=(int32*)mem_static_malloc(4); _SUB_DEBUGMODE_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_DEBUGMODE_LONG_L=0; *_SUB_DEBUGMODE_LONG_L=0;
} }
byte_element_struct *byte_element_4457=NULL; int32 pass4522;
if (!byte_element_4457){ int32 pass4523;
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4457=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4457=(byte_element_struct*)mem_static_malloc(12); int32 pass4524;
int32 pass4525;
int32 pass4526;
int32 pass4527;
int32 pass4528;
int32 pass4529;
int32 pass4530;
int32 pass4531;
int32 pass4532;
int32 pass4533;
qbs *_SUB_DEBUGMODE_STRING_BUFFER=NULL;
if (!_SUB_DEBUGMODE_STRING_BUFFER)_SUB_DEBUGMODE_STRING_BUFFER=qbs_new(0,0);
byte_element_struct *byte_element_4534=NULL;
if (!byte_element_4534){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4534=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4534=(byte_element_struct*)mem_static_malloc(12);
} }
int8 pass4458; byte_element_struct *byte_element_4535=NULL;
byte_element_struct *byte_element_4460=NULL; if (!byte_element_4535){
if (!byte_element_4460){ if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4535=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4535=(byte_element_struct*)mem_static_malloc(12);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4460=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4460=(byte_element_struct*)mem_static_malloc(12);
}
int8 pass4461;
byte_element_struct *byte_element_4462=NULL;
if (!byte_element_4462){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4462=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4462=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_4463=NULL;
if (!byte_element_4463){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4463=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4463=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,7 +3,7 @@ if(_SUB_IDEBOX_LONG_Y2==NULL){
_SUB_IDEBOX_LONG_Y2=(int32*)mem_static_malloc(4); _SUB_IDEBOX_LONG_Y2=(int32*)mem_static_malloc(4);
*_SUB_IDEBOX_LONG_Y2=0; *_SUB_IDEBOX_LONG_Y2=0;
} }
int64 fornext_value4465; int64 fornext_value4537;
int64 fornext_finalvalue4465; int64 fornext_finalvalue4537;
int64 fornext_step4465; int64 fornext_step4537;
uint8 fornext_step_negative4465; uint8 fornext_step_negative4537;

View file

@ -3,20 +3,20 @@ if(_SUB_IDEBOXSHADOW_LONG_Y2==NULL){
_SUB_IDEBOXSHADOW_LONG_Y2=(int32*)mem_static_malloc(4); _SUB_IDEBOXSHADOW_LONG_Y2=(int32*)mem_static_malloc(4);
*_SUB_IDEBOXSHADOW_LONG_Y2=0; *_SUB_IDEBOXSHADOW_LONG_Y2=0;
} }
int64 fornext_value4467; int64 fornext_value4539;
int64 fornext_finalvalue4467; int64 fornext_finalvalue4539;
int64 fornext_step4467; int64 fornext_step4539;
uint8 fornext_step_negative4467; uint8 fornext_step_negative4539;
int32 *_SUB_IDEBOXSHADOW_LONG_X2=NULL; int32 *_SUB_IDEBOXSHADOW_LONG_X2=NULL;
if(_SUB_IDEBOXSHADOW_LONG_X2==NULL){ if(_SUB_IDEBOXSHADOW_LONG_X2==NULL){
_SUB_IDEBOXSHADOW_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDEBOXSHADOW_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDEBOXSHADOW_LONG_X2=0; *_SUB_IDEBOXSHADOW_LONG_X2=0;
} }
int64 fornext_value4469; int64 fornext_value4541;
int64 fornext_finalvalue4469; int64 fornext_finalvalue4541;
int64 fornext_step4469; int64 fornext_step4541;
uint8 fornext_step_negative4469; uint8 fornext_step_negative4541;
int64 fornext_value4471; int64 fornext_value4543;
int64 fornext_finalvalue4471; int64 fornext_finalvalue4543;
int64 fornext_step4471; int64 fornext_step4543;
uint8 fornext_step_negative4471; uint8 fornext_step_negative4543;

View file

@ -58,13 +58,13 @@ if(_FUNC_IDECHANGE_LONG_X==NULL){
_FUNC_IDECHANGE_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_X=0; *_FUNC_IDECHANGE_LONG_X=0;
} }
int64 fornext_value4473; int64 fornext_value4545;
int64 fornext_finalvalue4473; int64 fornext_finalvalue4545;
int64 fornext_step4473; int64 fornext_step4545;
uint8 fornext_step_negative4473; uint8 fornext_step_negative4545;
byte_element_struct *byte_element_4474=NULL; byte_element_struct *byte_element_4546=NULL;
if (!byte_element_4474){ if (!byte_element_4546){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4474=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4474=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4546=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4546=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_LN=NULL; int32 *_FUNC_IDECHANGE_LONG_LN=NULL;
if(_FUNC_IDECHANGE_LONG_LN==NULL){ if(_FUNC_IDECHANGE_LONG_LN==NULL){
@ -76,13 +76,13 @@ if(_FUNC_IDECHANGE_LONG_FH==NULL){
_FUNC_IDECHANGE_LONG_FH=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_FH=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_FH=0; *_FUNC_IDECHANGE_LONG_FH=0;
} }
byte_element_struct *byte_element_4475=NULL; byte_element_struct *byte_element_4547=NULL;
if (!byte_element_4475){ if (!byte_element_4547){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4475=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4475=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4547=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4547=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4476=NULL; byte_element_struct *byte_element_4548=NULL;
if (!byte_element_4476){ if (!byte_element_4548){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4476=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4476=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4548=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4548=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_AI=NULL; int32 *_FUNC_IDECHANGE_LONG_AI=NULL;
if(_FUNC_IDECHANGE_LONG_AI==NULL){ if(_FUNC_IDECHANGE_LONG_AI==NULL){
@ -91,51 +91,51 @@ _FUNC_IDECHANGE_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHANGE_STRING_F=NULL; qbs *_FUNC_IDECHANGE_STRING_F=NULL;
if (!_FUNC_IDECHANGE_STRING_F)_FUNC_IDECHANGE_STRING_F=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_F)_FUNC_IDECHANGE_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_4478=NULL; byte_element_struct *byte_element_4550=NULL;
if (!byte_element_4478){ if (!byte_element_4550){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4478=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4478=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4550=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4550=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4479=NULL; byte_element_struct *byte_element_4551=NULL;
if (!byte_element_4479){ if (!byte_element_4551){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4479=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4479=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4551=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4551=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_I=NULL; int32 *_FUNC_IDECHANGE_LONG_I=NULL;
if(_FUNC_IDECHANGE_LONG_I==NULL){ if(_FUNC_IDECHANGE_LONG_I==NULL){
_FUNC_IDECHANGE_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_I=0; *_FUNC_IDECHANGE_LONG_I=0;
} }
int32 pass4480; int32 pass4552;
int32 pass4481; int32 pass4553;
int32 *_FUNC_IDECHANGE_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDECHANGE_LONG_PREVFOCUS=NULL;
if(_FUNC_IDECHANGE_LONG_PREVFOCUS==NULL){ if(_FUNC_IDECHANGE_LONG_PREVFOCUS==NULL){
_FUNC_IDECHANGE_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_PREVFOCUS=0; *_FUNC_IDECHANGE_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4482=NULL; byte_element_struct *byte_element_4554=NULL;
if (!byte_element_4482){ if (!byte_element_4554){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4482=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4482=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4554=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4554=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4483=NULL; byte_element_struct *byte_element_4555=NULL;
if (!byte_element_4483){ if (!byte_element_4555){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4483=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4483=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4555=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4555=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4484=NULL; byte_element_struct *byte_element_4556=NULL;
if (!byte_element_4484){ if (!byte_element_4556){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4484=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4484=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4556=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4556=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4485=NULL; byte_element_struct *byte_element_4557=NULL;
if (!byte_element_4485){ if (!byte_element_4557){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4485=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4485=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4557=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4557=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_BUTTONSID=NULL; int32 *_FUNC_IDECHANGE_LONG_BUTTONSID=NULL;
if(_FUNC_IDECHANGE_LONG_BUTTONSID==NULL){ if(_FUNC_IDECHANGE_LONG_BUTTONSID==NULL){
_FUNC_IDECHANGE_LONG_BUTTONSID=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_BUTTONSID=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_BUTTONSID=0; *_FUNC_IDECHANGE_LONG_BUTTONSID=0;
} }
int64 fornext_value4487; int64 fornext_value4559;
int64 fornext_finalvalue4487; int64 fornext_finalvalue4559;
int64 fornext_step4487; int64 fornext_step4559;
uint8 fornext_step_negative4487; uint8 fornext_step_negative4559;
int32 *_FUNC_IDECHANGE_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECHANGE_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECHANGE_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECHANGE_LONG_LASTFOCUS==NULL){
_FUNC_IDECHANGE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -183,9 +183,9 @@ _FUNC_IDECHANGE_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHANGE_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECHANGE_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECHANGE_STRING_ALTLETTER)_FUNC_IDECHANGE_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_ALTLETTER)_FUNC_IDECHANGE_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4490=NULL; byte_element_struct *byte_element_4562=NULL;
if (!byte_element_4490){ if (!byte_element_4562){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4490=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4490=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4562=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4562=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGE_LONG_K=NULL; int32 *_FUNC_IDECHANGE_LONG_K=NULL;
if(_FUNC_IDECHANGE_LONG_K==NULL){ if(_FUNC_IDECHANGE_LONG_K==NULL){
@ -197,10 +197,10 @@ if(_FUNC_IDECHANGE_LONG_INFO==NULL){
_FUNC_IDECHANGE_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_INFO=0; *_FUNC_IDECHANGE_LONG_INFO=0;
} }
int64 fornext_value4492; int64 fornext_value4564;
int64 fornext_finalvalue4492; int64 fornext_finalvalue4564;
int64 fornext_step4492; int64 fornext_step4564;
uint8 fornext_step_negative4492; uint8 fornext_step_negative4564;
int32 *_FUNC_IDECHANGE_LONG_T=NULL; int32 *_FUNC_IDECHANGE_LONG_T=NULL;
if(_FUNC_IDECHANGE_LONG_T==NULL){ if(_FUNC_IDECHANGE_LONG_T==NULL){
_FUNC_IDECHANGE_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_T=(int32*)mem_static_malloc(4);
@ -211,17 +211,17 @@ if(_FUNC_IDECHANGE_LONG_FOCUSOFFSET==NULL){
_FUNC_IDECHANGE_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_FOCUSOFFSET=0; *_FUNC_IDECHANGE_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4493=NULL; byte_element_struct *byte_element_4565=NULL;
if (!byte_element_4493){ if (!byte_element_4565){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4493=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4493=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4565=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4565=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4494=NULL; byte_element_struct *byte_element_4566=NULL;
if (!byte_element_4494){ if (!byte_element_4566){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4494=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4494=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4566=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4566=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4495=NULL; byte_element_struct *byte_element_4567=NULL;
if (!byte_element_4495){ if (!byte_element_4567){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4495=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4495=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4567=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4567=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHANGE_STRING_S=NULL; qbs *_FUNC_IDECHANGE_STRING_S=NULL;
if (!_FUNC_IDECHANGE_STRING_S)_FUNC_IDECHANGE_STRING_S=qbs_new(0,0); if (!_FUNC_IDECHANGE_STRING_S)_FUNC_IDECHANGE_STRING_S=qbs_new(0,0);
@ -235,10 +235,10 @@ if(_FUNC_IDECHANGE_LONG_Y==NULL){
_FUNC_IDECHANGE_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_Y=0; *_FUNC_IDECHANGE_LONG_Y=0;
} }
int64 fornext_value4497; int64 fornext_value4569;
int64 fornext_finalvalue4497; int64 fornext_finalvalue4569;
int64 fornext_step4497; int64 fornext_step4569;
uint8 fornext_step_negative4497; uint8 fornext_step_negative4569;
int32 *_FUNC_IDECHANGE_LONG_MAXPROGRESSWIDTH=NULL; int32 *_FUNC_IDECHANGE_LONG_MAXPROGRESSWIDTH=NULL;
if(_FUNC_IDECHANGE_LONG_MAXPROGRESSWIDTH==NULL){ if(_FUNC_IDECHANGE_LONG_MAXPROGRESSWIDTH==NULL){
_FUNC_IDECHANGE_LONG_MAXPROGRESSWIDTH=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_MAXPROGRESSWIDTH=(int32*)mem_static_malloc(4);
@ -277,21 +277,21 @@ if(_FUNC_IDECHANGE_LONG_C==NULL){
_FUNC_IDECHANGE_LONG_C=(int32*)mem_static_malloc(4); _FUNC_IDECHANGE_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGE_LONG_C=0; *_FUNC_IDECHANGE_LONG_C=0;
} }
byte_element_struct *byte_element_4498=NULL; byte_element_struct *byte_element_4570=NULL;
if (!byte_element_4498){ if (!byte_element_4570){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4498=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4498=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4570=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4570=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4499=NULL; byte_element_struct *byte_element_4571=NULL;
if (!byte_element_4499){ if (!byte_element_4571){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4499=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4499=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4571=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4571=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4500=NULL; byte_element_struct *byte_element_4572=NULL;
if (!byte_element_4500){ if (!byte_element_4572){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4500=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4500=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4572=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4572=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4501=NULL; byte_element_struct *byte_element_4573=NULL;
if (!byte_element_4501){ if (!byte_element_4573){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4501=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4501=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4573=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4573=(byte_element_struct*)mem_static_malloc(12);
} }
int8 *_FUNC_IDECHANGE_BYTE_COMMENT=NULL; int8 *_FUNC_IDECHANGE_BYTE_COMMENT=NULL;
if(_FUNC_IDECHANGE_BYTE_COMMENT==NULL){ if(_FUNC_IDECHANGE_BYTE_COMMENT==NULL){
@ -303,20 +303,21 @@ if(_FUNC_IDECHANGE_BYTE_QUOTE==NULL){
_FUNC_IDECHANGE_BYTE_QUOTE=(int8*)mem_static_malloc(1); _FUNC_IDECHANGE_BYTE_QUOTE=(int8*)mem_static_malloc(1);
*_FUNC_IDECHANGE_BYTE_QUOTE=0; *_FUNC_IDECHANGE_BYTE_QUOTE=0;
} }
byte_element_struct *byte_element_4502=NULL; byte_element_struct *byte_element_4574=NULL;
if (!byte_element_4502){ if (!byte_element_4574){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4502=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4502=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4574=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4574=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4503=NULL; byte_element_struct *byte_element_4575=NULL;
if (!byte_element_4503){ if (!byte_element_4575){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4503=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4503=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4575=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4575=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4504=NULL; byte_element_struct *byte_element_4576=NULL;
if (!byte_element_4504){ if (!byte_element_4576){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4504=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4504=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4576=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4576=(byte_element_struct*)mem_static_malloc(12);
} }
int8 pass4505; int32 pass4577;
int64 fornext_value4507; int8 pass4578;
int64 fornext_finalvalue4507; int64 fornext_value4580;
int64 fornext_step4507; int64 fornext_finalvalue4580;
uint8 fornext_step_negative4507; int64 fornext_step4580;
uint8 fornext_step_negative4580;

View file

@ -1,41 +1,41 @@
qbs*oldstr4508=NULL; qbs*oldstr4581=NULL;
if(_SUB_FINDQUOTECOMMENT_STRING_TEXT->tmp||_SUB_FINDQUOTECOMMENT_STRING_TEXT->fixed||_SUB_FINDQUOTECOMMENT_STRING_TEXT->readonly){ if(_SUB_FINDQUOTECOMMENT_STRING_TEXT->tmp||_SUB_FINDQUOTECOMMENT_STRING_TEXT->fixed||_SUB_FINDQUOTECOMMENT_STRING_TEXT->readonly){
oldstr4508=_SUB_FINDQUOTECOMMENT_STRING_TEXT; oldstr4581=_SUB_FINDQUOTECOMMENT_STRING_TEXT;
if (oldstr4508->cmem_descriptor){ if (oldstr4581->cmem_descriptor){
_SUB_FINDQUOTECOMMENT_STRING_TEXT=qbs_new_cmem(oldstr4508->len,0); _SUB_FINDQUOTECOMMENT_STRING_TEXT=qbs_new_cmem(oldstr4581->len,0);
}else{ }else{
_SUB_FINDQUOTECOMMENT_STRING_TEXT=qbs_new(oldstr4508->len,0); _SUB_FINDQUOTECOMMENT_STRING_TEXT=qbs_new(oldstr4581->len,0);
} }
memcpy(_SUB_FINDQUOTECOMMENT_STRING_TEXT->chr,oldstr4508->chr,oldstr4508->len); memcpy(_SUB_FINDQUOTECOMMENT_STRING_TEXT->chr,oldstr4581->chr,oldstr4581->len);
} }
int32 *_SUB_FINDQUOTECOMMENT_LONG_CURSOR=NULL; int32 *_SUB_FINDQUOTECOMMENT_LONG_CURSOR=NULL;
if(_SUB_FINDQUOTECOMMENT_LONG_CURSOR==NULL){ if(_SUB_FINDQUOTECOMMENT_LONG_CURSOR==NULL){
_SUB_FINDQUOTECOMMENT_LONG_CURSOR=(int32*)mem_static_malloc(4); _SUB_FINDQUOTECOMMENT_LONG_CURSOR=(int32*)mem_static_malloc(4);
*_SUB_FINDQUOTECOMMENT_LONG_CURSOR=0; *_SUB_FINDQUOTECOMMENT_LONG_CURSOR=0;
} }
byte_element_struct *byte_element_4509=NULL; byte_element_struct *byte_element_4582=NULL;
if (!byte_element_4509){ if (!byte_element_4582){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4509=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4509=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4582=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4582=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4510=NULL; byte_element_struct *byte_element_4583=NULL;
if (!byte_element_4510){ if (!byte_element_4583){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4510=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4510=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4583=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4583=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_FINDQUOTECOMMENT_LONG_FIND_K=NULL; int32 *_SUB_FINDQUOTECOMMENT_LONG_FIND_K=NULL;
if(_SUB_FINDQUOTECOMMENT_LONG_FIND_K==NULL){ if(_SUB_FINDQUOTECOMMENT_LONG_FIND_K==NULL){
_SUB_FINDQUOTECOMMENT_LONG_FIND_K=(int32*)mem_static_malloc(4); _SUB_FINDQUOTECOMMENT_LONG_FIND_K=(int32*)mem_static_malloc(4);
*_SUB_FINDQUOTECOMMENT_LONG_FIND_K=0; *_SUB_FINDQUOTECOMMENT_LONG_FIND_K=0;
} }
int64 fornext_value4512; int64 fornext_value4585;
int64 fornext_finalvalue4512; int64 fornext_finalvalue4585;
int64 fornext_step4512; int64 fornext_step4585;
uint8 fornext_step_negative4512; uint8 fornext_step_negative4585;
static qbs *sc_4513=qbs_new(0,0); static qbs *sc_4586=qbs_new(0,0);
byte_element_struct *byte_element_4514=NULL; byte_element_struct *byte_element_4587=NULL;
if (!byte_element_4514){ if (!byte_element_4587){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4514=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4514=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4587=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4587=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4515=NULL; byte_element_struct *byte_element_4588=NULL;
if (!byte_element_4515){ if (!byte_element_4588){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4515=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4515=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4588=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4588=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -37,10 +37,10 @@ if(_FUNC_IDECHANGEIT_LONG_W==NULL){
_FUNC_IDECHANGEIT_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGEIT_LONG_W=0; *_FUNC_IDECHANGEIT_LONG_W=0;
} }
int64 fornext_value4517; int64 fornext_value4590;
int64 fornext_finalvalue4517; int64 fornext_finalvalue4590;
int64 fornext_step4517; int64 fornext_step4590;
uint8 fornext_step_negative4517; uint8 fornext_step_negative4590;
int32 *_FUNC_IDECHANGEIT_LONG_F=NULL; int32 *_FUNC_IDECHANGEIT_LONG_F=NULL;
if(_FUNC_IDECHANGEIT_LONG_F==NULL){ if(_FUNC_IDECHANGEIT_LONG_F==NULL){
_FUNC_IDECHANGEIT_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_F=(int32*)mem_static_malloc(4);
@ -56,10 +56,10 @@ if(_FUNC_IDECHANGEIT_LONG_CY==NULL){
_FUNC_IDECHANGEIT_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGEIT_LONG_CY=0; *_FUNC_IDECHANGEIT_LONG_CY=0;
} }
int64 fornext_value4520; int64 fornext_value4593;
int64 fornext_finalvalue4520; int64 fornext_finalvalue4593;
int64 fornext_step4520; int64 fornext_step4593;
uint8 fornext_step_negative4520; uint8 fornext_step_negative4593;
int32 *_FUNC_IDECHANGEIT_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECHANGEIT_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECHANGEIT_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECHANGEIT_LONG_LASTFOCUS==NULL){
_FUNC_IDECHANGEIT_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -92,9 +92,9 @@ _FUNC_IDECHANGEIT_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHANGEIT_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECHANGEIT_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECHANGEIT_STRING_ALTLETTER)_FUNC_IDECHANGEIT_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECHANGEIT_STRING_ALTLETTER)_FUNC_IDECHANGEIT_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4522=NULL; byte_element_struct *byte_element_4595=NULL;
if (!byte_element_4522){ if (!byte_element_4595){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4522=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4522=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4595=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHANGEIT_LONG_K=NULL; int32 *_FUNC_IDECHANGEIT_LONG_K=NULL;
if(_FUNC_IDECHANGEIT_LONG_K==NULL){ if(_FUNC_IDECHANGEIT_LONG_K==NULL){
@ -106,10 +106,10 @@ if(_FUNC_IDECHANGEIT_LONG_INFO==NULL){
_FUNC_IDECHANGEIT_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECHANGEIT_LONG_INFO=0; *_FUNC_IDECHANGEIT_LONG_INFO=0;
} }
int64 fornext_value4524; int64 fornext_value4597;
int64 fornext_finalvalue4524; int64 fornext_finalvalue4597;
int64 fornext_step4524; int64 fornext_step4597;
uint8 fornext_step_negative4524; uint8 fornext_step_negative4597;
int32 *_FUNC_IDECHANGEIT_LONG_T=NULL; int32 *_FUNC_IDECHANGEIT_LONG_T=NULL;
if(_FUNC_IDECHANGEIT_LONG_T==NULL){ if(_FUNC_IDECHANGEIT_LONG_T==NULL){
_FUNC_IDECHANGEIT_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDECHANGEIT_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -3,25 +3,21 @@ if(_SUB_IDEDELLINE_LONG_B==NULL){
_SUB_IDEDELLINE_LONG_B=(int32*)mem_static_malloc(4); _SUB_IDEDELLINE_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_IDEDELLINE_LONG_B=0; *_SUB_IDEDELLINE_LONG_B=0;
} }
int64 fornext_value4526; int64 fornext_value4599;
int64 fornext_finalvalue4526; int64 fornext_finalvalue4599;
int64 fornext_step4526; int64 fornext_step4599;
uint8 fornext_step_negative4526; uint8 fornext_step_negative4599;
int32 *_SUB_IDEDELLINE_LONG_Y=NULL; int32 *_SUB_IDEDELLINE_LONG_Y=NULL;
if(_SUB_IDEDELLINE_LONG_Y==NULL){ if(_SUB_IDEDELLINE_LONG_Y==NULL){
_SUB_IDEDELLINE_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEDELLINE_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_IDEDELLINE_LONG_Y=0; *_SUB_IDEDELLINE_LONG_Y=0;
} }
int64 fornext_value4528;
int64 fornext_finalvalue4528;
int64 fornext_step4528;
uint8 fornext_step_negative4528;
int32 *_SUB_IDEDELLINE_LONG_TEXTLEN=NULL; int32 *_SUB_IDEDELLINE_LONG_TEXTLEN=NULL;
if(_SUB_IDEDELLINE_LONG_TEXTLEN==NULL){ if(_SUB_IDEDELLINE_LONG_TEXTLEN==NULL){
_SUB_IDEDELLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDEDELLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDEDELLINE_LONG_TEXTLEN=0; *_SUB_IDEDELLINE_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_4529=NULL; byte_element_struct *byte_element_4600=NULL;
if (!byte_element_4529){ if (!byte_element_4600){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4529=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4529=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4600=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4600=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -20,16 +20,16 @@ if(_SUB_IDEDRAWOBJ_LONG_X2==NULL){
_SUB_IDEDRAWOBJ_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_X2=0; *_SUB_IDEDRAWOBJ_LONG_X2=0;
} }
int32 pass4530; int32 pass4601;
int32 pass4531; int32 pass4602;
int32 pass4532; int32 pass4603;
byte_element_struct *byte_element_4533=NULL; byte_element_struct *byte_element_4604=NULL;
if (!byte_element_4533){ if (!byte_element_4604){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4533=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4533=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4604=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4604=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4534=NULL; byte_element_struct *byte_element_4605=NULL;
if (!byte_element_4534){ if (!byte_element_4605){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4534=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4534=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4605=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4605=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_CX=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_CX=NULL;
if(_SUB_IDEDRAWOBJ_LONG_CX==NULL){ if(_SUB_IDEDRAWOBJ_LONG_CX==NULL){
@ -41,9 +41,9 @@ if(_SUB_IDEDRAWOBJ_LONG_TX==NULL){
_SUB_IDEDRAWOBJ_LONG_TX=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_TX=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_TX=0; *_SUB_IDEDRAWOBJ_LONG_TX=0;
} }
byte_element_struct *byte_element_4535=NULL; byte_element_struct *byte_element_4606=NULL;
if (!byte_element_4535){ if (!byte_element_4606){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4535=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4535=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4606=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_SX1=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_SX1=NULL;
if(_SUB_IDEDRAWOBJ_LONG_SX1==NULL){ if(_SUB_IDEDRAWOBJ_LONG_SX1==NULL){
@ -60,16 +60,16 @@ if(_SUB_IDEDRAWOBJ_LONG_COLORCHAR==NULL){
_SUB_IDEDRAWOBJ_LONG_COLORCHAR=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_COLORCHAR=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_COLORCHAR=0; *_SUB_IDEDRAWOBJ_LONG_COLORCHAR=0;
} }
int64 fornext_value4537; int64 fornext_value4608;
int64 fornext_finalvalue4537; int64 fornext_finalvalue4608;
int64 fornext_step4537; int64 fornext_step4608;
uint8 fornext_step_negative4537; uint8 fornext_step_negative4608;
byte_element_struct *byte_element_4538=NULL; byte_element_struct *byte_element_4609=NULL;
if (!byte_element_4538){ if (!byte_element_4609){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4538=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4538=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4609=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4609=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4539; int32 pass4610;
int32 pass4540; int32 pass4611;
int32 *_SUB_IDEDRAWOBJ_LONG_W=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_W=NULL;
if(_SUB_IDEDRAWOBJ_LONG_W==NULL){ if(_SUB_IDEDRAWOBJ_LONG_W==NULL){
_SUB_IDEDRAWOBJ_LONG_W=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_W=(int32*)mem_static_malloc(4);
@ -102,19 +102,19 @@ if(_SUB_IDEDRAWOBJ_LONG_I2==NULL){
_SUB_IDEDRAWOBJ_LONG_I2=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_I2=0; *_SUB_IDEDRAWOBJ_LONG_I2=0;
} }
int64 fornext_value4542; int64 fornext_value4613;
int64 fornext_finalvalue4542; int64 fornext_finalvalue4613;
int64 fornext_step4542; int64 fornext_step4613;
uint8 fornext_step_negative4542; uint8 fornext_step_negative4613;
byte_element_struct *byte_element_4543=NULL; byte_element_struct *byte_element_4614=NULL;
if (!byte_element_4543){ if (!byte_element_4614){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4543=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4543=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4614=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4614=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEDRAWOBJ_STRING_A2=NULL; qbs *_SUB_IDEDRAWOBJ_STRING_A2=NULL;
if (!_SUB_IDEDRAWOBJ_STRING_A2)_SUB_IDEDRAWOBJ_STRING_A2=qbs_new(0,0); if (!_SUB_IDEDRAWOBJ_STRING_A2)_SUB_IDEDRAWOBJ_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4544=NULL; byte_element_struct *byte_element_4615=NULL;
if (!byte_element_4544){ if (!byte_element_4615){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4544=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4544=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4615=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4615=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_CHARACTER=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_CHARACTER=NULL;
if(_SUB_IDEDRAWOBJ_LONG_CHARACTER==NULL){ if(_SUB_IDEDRAWOBJ_LONG_CHARACTER==NULL){
@ -126,17 +126,17 @@ if(_SUB_IDEDRAWOBJ_LONG_CF==NULL){
_SUB_IDEDRAWOBJ_LONG_CF=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_CF=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_CF=0; *_SUB_IDEDRAWOBJ_LONG_CF=0;
} }
int64 fornext_value4546; int64 fornext_value4617;
int64 fornext_finalvalue4546; int64 fornext_finalvalue4617;
int64 fornext_step4546; int64 fornext_step4617;
uint8 fornext_step_negative4546; uint8 fornext_step_negative4617;
byte_element_struct *byte_element_4547=NULL; byte_element_struct *byte_element_4618=NULL;
if (!byte_element_4547){ if (!byte_element_4618){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4547=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4547=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4618=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4618=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4549=NULL; byte_element_struct *byte_element_4620=NULL;
if (!byte_element_4549){ if (!byte_element_4620){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4549=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4549=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4620=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4620=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_TNUM=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_TNUM=NULL;
if(_SUB_IDEDRAWOBJ_LONG_TNUM==NULL){ if(_SUB_IDEDRAWOBJ_LONG_TNUM==NULL){
@ -153,20 +153,20 @@ if(_SUB_IDEDRAWOBJ_LONG_Q==NULL){
_SUB_IDEDRAWOBJ_LONG_Q=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_Q=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_Q=0; *_SUB_IDEDRAWOBJ_LONG_Q=0;
} }
int32 pass4555; int32 pass4626;
int32 pass4556; int32 pass4627;
int32 *_SUB_IDEDRAWOBJ_LONG_C=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_C=NULL;
if(_SUB_IDEDRAWOBJ_LONG_C==NULL){ if(_SUB_IDEDRAWOBJ_LONG_C==NULL){
_SUB_IDEDRAWOBJ_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_C=0; *_SUB_IDEDRAWOBJ_LONG_C=0;
} }
int64 fornext_value4558; int64 fornext_value4629;
int64 fornext_finalvalue4558; int64 fornext_finalvalue4629;
int64 fornext_step4558; int64 fornext_step4629;
uint8 fornext_step_negative4558; uint8 fornext_step_negative4629;
byte_element_struct *byte_element_4559=NULL; byte_element_struct *byte_element_4630=NULL;
if (!byte_element_4559){ if (!byte_element_4630){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4559=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4559=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4630=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4630=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEDRAWOBJ_LONG_WHITESPACE=NULL; int32 *_SUB_IDEDRAWOBJ_LONG_WHITESPACE=NULL;
if(_SUB_IDEDRAWOBJ_LONG_WHITESPACE==NULL){ if(_SUB_IDEDRAWOBJ_LONG_WHITESPACE==NULL){
@ -188,15 +188,15 @@ if(_SUB_IDEDRAWOBJ_LONG_N2==NULL){
_SUB_IDEDRAWOBJ_LONG_N2=(int32*)mem_static_malloc(4); _SUB_IDEDRAWOBJ_LONG_N2=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWOBJ_LONG_N2=0; *_SUB_IDEDRAWOBJ_LONG_N2=0;
} }
int64 fornext_value4561; int64 fornext_value4632;
int64 fornext_finalvalue4561; int64 fornext_finalvalue4632;
int64 fornext_step4561; int64 fornext_step4632;
uint8 fornext_step_negative4561; uint8 fornext_step_negative4632;
byte_element_struct *byte_element_4562=NULL; byte_element_struct *byte_element_4633=NULL;
if (!byte_element_4562){ if (!byte_element_4633){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4562=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4562=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4633=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4633=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4563=NULL; byte_element_struct *byte_element_4634=NULL;
if (!byte_element_4563){ if (!byte_element_4634){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4563=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4563=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4634=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4634=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,11 +1,11 @@
int32 pass4569; int32 pass4640;
int32 pass4570; int32 pass4641;
int32 *_SUB_IDEDRAWPAR_LONG_X=NULL; int32 *_SUB_IDEDRAWPAR_LONG_X=NULL;
if(_SUB_IDEDRAWPAR_LONG_X==NULL){ if(_SUB_IDEDRAWPAR_LONG_X==NULL){
_SUB_IDEDRAWPAR_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEDRAWPAR_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEDRAWPAR_LONG_X=0; *_SUB_IDEDRAWPAR_LONG_X=0;
} }
byte_element_struct *byte_element_4571=NULL; byte_element_struct *byte_element_4642=NULL;
if (!byte_element_4571){ if (!byte_element_4642){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4571=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4571=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4642=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4642=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,33 +1,33 @@
qbs *_FUNC_IDEFILEEXISTS_STRING_IDEFILEEXISTS=NULL; qbs *_FUNC_IDEFILEEXISTS_STRING_IDEFILEEXISTS=NULL;
if (!_FUNC_IDEFILEEXISTS_STRING_IDEFILEEXISTS)_FUNC_IDEFILEEXISTS_STRING_IDEFILEEXISTS=qbs_new(0,0); if (!_FUNC_IDEFILEEXISTS_STRING_IDEFILEEXISTS)_FUNC_IDEFILEEXISTS_STRING_IDEFILEEXISTS=qbs_new(0,0);
qbs*oldstr4572=NULL; qbs*oldstr4643=NULL;
if(_FUNC_IDEFILEEXISTS_STRING_F->tmp||_FUNC_IDEFILEEXISTS_STRING_F->fixed||_FUNC_IDEFILEEXISTS_STRING_F->readonly){ if(_FUNC_IDEFILEEXISTS_STRING_F->tmp||_FUNC_IDEFILEEXISTS_STRING_F->fixed||_FUNC_IDEFILEEXISTS_STRING_F->readonly){
oldstr4572=_FUNC_IDEFILEEXISTS_STRING_F; oldstr4643=_FUNC_IDEFILEEXISTS_STRING_F;
if (oldstr4572->cmem_descriptor){ if (oldstr4643->cmem_descriptor){
_FUNC_IDEFILEEXISTS_STRING_F=qbs_new_cmem(oldstr4572->len,0); _FUNC_IDEFILEEXISTS_STRING_F=qbs_new_cmem(oldstr4643->len,0);
}else{ }else{
_FUNC_IDEFILEEXISTS_STRING_F=qbs_new(oldstr4572->len,0); _FUNC_IDEFILEEXISTS_STRING_F=qbs_new(oldstr4643->len,0);
} }
memcpy(_FUNC_IDEFILEEXISTS_STRING_F->chr,oldstr4572->chr,oldstr4572->len); memcpy(_FUNC_IDEFILEEXISTS_STRING_F->chr,oldstr4643->chr,oldstr4643->len);
} }
int32 *_FUNC_IDEFILEEXISTS_LONG_L=NULL; int32 *_FUNC_IDEFILEEXISTS_LONG_L=NULL;
if(_FUNC_IDEFILEEXISTS_LONG_L==NULL){ if(_FUNC_IDEFILEEXISTS_LONG_L==NULL){
_FUNC_IDEFILEEXISTS_LONG_L=(int32*)mem_static_malloc(4); _FUNC_IDEFILEEXISTS_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEEXISTS_LONG_L=0; *_FUNC_IDEFILEEXISTS_LONG_L=0;
} }
byte_element_struct *byte_element_4573=NULL; byte_element_struct *byte_element_4644=NULL;
if (!byte_element_4573){ if (!byte_element_4644){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4573=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4573=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4644=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4644=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4575=NULL; byte_element_struct *byte_element_4646=NULL;
if (!byte_element_4575){ if (!byte_element_4646){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4575=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4575=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4646=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4646=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEFILEEXISTS_STRING_M=NULL; qbs *_FUNC_IDEFILEEXISTS_STRING_M=NULL;
if (!_FUNC_IDEFILEEXISTS_STRING_M)_FUNC_IDEFILEEXISTS_STRING_M=qbs_new(0,0); if (!_FUNC_IDEFILEEXISTS_STRING_M)_FUNC_IDEFILEEXISTS_STRING_M=qbs_new(0,0);
byte_element_struct *byte_element_4576=NULL; byte_element_struct *byte_element_4647=NULL;
if (!byte_element_4576){ if (!byte_element_4647){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4576=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4576=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4647=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4647=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEEXISTS_LONG_RESULT=NULL; int32 *_FUNC_IDEFILEEXISTS_LONG_RESULT=NULL;
if(_FUNC_IDEFILEEXISTS_LONG_RESULT==NULL){ if(_FUNC_IDEFILEEXISTS_LONG_RESULT==NULL){

View file

@ -58,13 +58,13 @@ if(_FUNC_IDEFIND_LONG_X==NULL){
_FUNC_IDEFIND_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_X=0; *_FUNC_IDEFIND_LONG_X=0;
} }
int64 fornext_value4578; int64 fornext_value4649;
int64 fornext_finalvalue4578; int64 fornext_finalvalue4649;
int64 fornext_step4578; int64 fornext_step4649;
uint8 fornext_step_negative4578; uint8 fornext_step_negative4649;
byte_element_struct *byte_element_4579=NULL; byte_element_struct *byte_element_4650=NULL;
if (!byte_element_4579){ if (!byte_element_4650){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4579=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4579=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4650=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4650=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_LN=NULL; int32 *_FUNC_IDEFIND_LONG_LN=NULL;
if(_FUNC_IDEFIND_LONG_LN==NULL){ if(_FUNC_IDEFIND_LONG_LN==NULL){
@ -76,13 +76,13 @@ if(_FUNC_IDEFIND_LONG_FH==NULL){
_FUNC_IDEFIND_LONG_FH=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_FH=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_FH=0; *_FUNC_IDEFIND_LONG_FH=0;
} }
byte_element_struct *byte_element_4580=NULL; byte_element_struct *byte_element_4651=NULL;
if (!byte_element_4580){ if (!byte_element_4651){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4580=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4580=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4651=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4651=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4581=NULL; byte_element_struct *byte_element_4652=NULL;
if (!byte_element_4581){ if (!byte_element_4652){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4581=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4581=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4652=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4652=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_AI=NULL; int32 *_FUNC_IDEFIND_LONG_AI=NULL;
if(_FUNC_IDEFIND_LONG_AI==NULL){ if(_FUNC_IDEFIND_LONG_AI==NULL){
@ -91,38 +91,38 @@ _FUNC_IDEFIND_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEFIND_STRING_F=NULL; qbs *_FUNC_IDEFIND_STRING_F=NULL;
if (!_FUNC_IDEFIND_STRING_F)_FUNC_IDEFIND_STRING_F=qbs_new(0,0); if (!_FUNC_IDEFIND_STRING_F)_FUNC_IDEFIND_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_4583=NULL; byte_element_struct *byte_element_4654=NULL;
if (!byte_element_4583){ if (!byte_element_4654){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4583=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4583=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4654=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4654=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4584=NULL; byte_element_struct *byte_element_4655=NULL;
if (!byte_element_4584){ if (!byte_element_4655){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4584=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4584=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4655=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4655=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_I=NULL; int32 *_FUNC_IDEFIND_LONG_I=NULL;
if(_FUNC_IDEFIND_LONG_I==NULL){ if(_FUNC_IDEFIND_LONG_I==NULL){
_FUNC_IDEFIND_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_I=0; *_FUNC_IDEFIND_LONG_I=0;
} }
int32 pass4585; int32 pass4656;
int32 pass4586; int32 pass4657;
int32 *_FUNC_IDEFIND_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEFIND_LONG_PREVFOCUS=NULL;
if(_FUNC_IDEFIND_LONG_PREVFOCUS==NULL){ if(_FUNC_IDEFIND_LONG_PREVFOCUS==NULL){
_FUNC_IDEFIND_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_PREVFOCUS=0; *_FUNC_IDEFIND_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4587=NULL; byte_element_struct *byte_element_4658=NULL;
if (!byte_element_4587){ if (!byte_element_4658){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4587=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4587=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4658=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4658=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4588=NULL; byte_element_struct *byte_element_4659=NULL;
if (!byte_element_4588){ if (!byte_element_4659){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4588=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4588=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4659=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4659=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4590; int64 fornext_value4661;
int64 fornext_finalvalue4590; int64 fornext_finalvalue4661;
int64 fornext_step4590; int64 fornext_step4661;
uint8 fornext_step_negative4590; uint8 fornext_step_negative4661;
int32 *_FUNC_IDEFIND_LONG_F=NULL; int32 *_FUNC_IDEFIND_LONG_F=NULL;
if(_FUNC_IDEFIND_LONG_F==NULL){ if(_FUNC_IDEFIND_LONG_F==NULL){
_FUNC_IDEFIND_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_F=(int32*)mem_static_malloc(4);
@ -138,10 +138,10 @@ if(_FUNC_IDEFIND_LONG_CY==NULL){
_FUNC_IDEFIND_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_CY=0; *_FUNC_IDEFIND_LONG_CY=0;
} }
int64 fornext_value4593; int64 fornext_value4664;
int64 fornext_finalvalue4593; int64 fornext_finalvalue4664;
int64 fornext_step4593; int64 fornext_step4664;
uint8 fornext_step_negative4593; uint8 fornext_step_negative4664;
int32 *_FUNC_IDEFIND_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEFIND_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEFIND_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEFIND_LONG_LASTFOCUS==NULL){
_FUNC_IDEFIND_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -174,9 +174,9 @@ _FUNC_IDEFIND_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEFIND_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEFIND_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEFIND_STRING_ALTLETTER)_FUNC_IDEFIND_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEFIND_STRING_ALTLETTER)_FUNC_IDEFIND_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4595=NULL; byte_element_struct *byte_element_4666=NULL;
if (!byte_element_4595){ if (!byte_element_4666){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4595=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4666=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4666=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFIND_LONG_K=NULL; int32 *_FUNC_IDEFIND_LONG_K=NULL;
if(_FUNC_IDEFIND_LONG_K==NULL){ if(_FUNC_IDEFIND_LONG_K==NULL){
@ -188,10 +188,10 @@ if(_FUNC_IDEFIND_LONG_INFO==NULL){
_FUNC_IDEFIND_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_INFO=0; *_FUNC_IDEFIND_LONG_INFO=0;
} }
int64 fornext_value4597; int64 fornext_value4668;
int64 fornext_finalvalue4597; int64 fornext_finalvalue4668;
int64 fornext_step4597; int64 fornext_step4668;
uint8 fornext_step_negative4597; uint8 fornext_step_negative4668;
int32 *_FUNC_IDEFIND_LONG_T=NULL; int32 *_FUNC_IDEFIND_LONG_T=NULL;
if(_FUNC_IDEFIND_LONG_T==NULL){ if(_FUNC_IDEFIND_LONG_T==NULL){
_FUNC_IDEFIND_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_T=(int32*)mem_static_malloc(4);
@ -202,18 +202,18 @@ if(_FUNC_IDEFIND_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEFIND_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEFIND_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEFIND_LONG_FOCUSOFFSET=0; *_FUNC_IDEFIND_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4598=NULL; byte_element_struct *byte_element_4669=NULL;
if (!byte_element_4598){ if (!byte_element_4669){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4598=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4598=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4669=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4669=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEFIND_STRING_S=NULL; qbs *_FUNC_IDEFIND_STRING_S=NULL;
if (!_FUNC_IDEFIND_STRING_S)_FUNC_IDEFIND_STRING_S=qbs_new(0,0); if (!_FUNC_IDEFIND_STRING_S)_FUNC_IDEFIND_STRING_S=qbs_new(0,0);
int8 pass4599; int8 pass4670;
byte_element_struct *byte_element_4600=NULL; byte_element_struct *byte_element_4671=NULL;
if (!byte_element_4600){ if (!byte_element_4671){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4600=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4600=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4671=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4671=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4601=NULL; byte_element_struct *byte_element_4672=NULL;
if (!byte_element_4601){ if (!byte_element_4672){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4601=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4601=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4672=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4672=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -27,46 +27,46 @@ if(_SUB_IDEFINDAGAIN_LONG_LOOPED==NULL){
_SUB_IDEFINDAGAIN_LONG_LOOPED=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_LOOPED=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_LOOPED=0; *_SUB_IDEFINDAGAIN_LONG_LOOPED=0;
} }
byte_element_struct *byte_element_4602=NULL; byte_element_struct *byte_element_4673=NULL;
if (!byte_element_4602){ if (!byte_element_4673){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4602=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4602=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4673=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4673=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4603=NULL; byte_element_struct *byte_element_4674=NULL;
if (!byte_element_4603){ if (!byte_element_4674){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4603=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4603=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4674=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4674=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4604=NULL; byte_element_struct *byte_element_4675=NULL;
if (!byte_element_4604){ if (!byte_element_4675){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4604=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4604=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4675=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4675=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4605=NULL; byte_element_struct *byte_element_4676=NULL;
if (!byte_element_4605){ if (!byte_element_4676){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4605=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4605=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4676=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4676=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4606=NULL; byte_element_struct *byte_element_4677=NULL;
if (!byte_element_4606){ if (!byte_element_4677){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4606=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4677=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4607=NULL; byte_element_struct *byte_element_4678=NULL;
if (!byte_element_4607){ if (!byte_element_4678){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4607=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4607=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4678=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4678=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4608=NULL; byte_element_struct *byte_element_4679=NULL;
if (!byte_element_4608){ if (!byte_element_4679){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4608=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4608=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4679=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4679=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEFINDAGAIN_LONG_X1=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_X1=NULL;
if(_SUB_IDEFINDAGAIN_LONG_X1==NULL){ if(_SUB_IDEFINDAGAIN_LONG_X1==NULL){
_SUB_IDEFINDAGAIN_LONG_X1=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_X1=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_X1=0; *_SUB_IDEFINDAGAIN_LONG_X1=0;
} }
byte_element_struct *byte_element_4609=NULL; byte_element_struct *byte_element_4680=NULL;
if (!byte_element_4609){ if (!byte_element_4680){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4609=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4609=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4680=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4680=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4610=NULL; byte_element_struct *byte_element_4681=NULL;
if (!byte_element_4610){ if (!byte_element_4681){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4610=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4610=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4681=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4681=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEFINDAGAIN_LONG_X=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_X=NULL;
if(_SUB_IDEFINDAGAIN_LONG_X==NULL){ if(_SUB_IDEFINDAGAIN_LONG_X==NULL){
@ -78,10 +78,10 @@ if(_SUB_IDEFINDAGAIN_LONG_XX==NULL){
_SUB_IDEFINDAGAIN_LONG_XX=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_XX=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_XX=0; *_SUB_IDEFINDAGAIN_LONG_XX=0;
} }
int64 fornext_value4612; int64 fornext_value4683;
int64 fornext_finalvalue4612; int64 fornext_finalvalue4683;
int64 fornext_step4612; int64 fornext_step4683;
uint8 fornext_step_negative4612; uint8 fornext_step_negative4683;
int32 *_SUB_IDEFINDAGAIN_LONG_XXO=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_XXO=NULL;
if(_SUB_IDEFINDAGAIN_LONG_XXO==NULL){ if(_SUB_IDEFINDAGAIN_LONG_XXO==NULL){
_SUB_IDEFINDAGAIN_LONG_XXO=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_XXO=(int32*)mem_static_malloc(4);
@ -92,17 +92,17 @@ if(_SUB_IDEFINDAGAIN_LONG_XX2==NULL){
_SUB_IDEFINDAGAIN_LONG_XX2=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_XX2=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_XX2=0; *_SUB_IDEFINDAGAIN_LONG_XX2=0;
} }
int64 fornext_value4614; int64 fornext_value4685;
int64 fornext_finalvalue4614; int64 fornext_finalvalue4685;
int64 fornext_step4614; int64 fornext_step4685;
uint8 fornext_step_negative4614; uint8 fornext_step_negative4685;
byte_element_struct *byte_element_4615=NULL; byte_element_struct *byte_element_4686=NULL;
if (!byte_element_4615){ if (!byte_element_4686){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4615=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4615=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4686=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4686=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4616=NULL; byte_element_struct *byte_element_4687=NULL;
if (!byte_element_4616){ if (!byte_element_4687){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4616=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4616=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4687=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEFINDAGAIN_LONG_WHOLE=NULL; int32 *_SUB_IDEFINDAGAIN_LONG_WHOLE=NULL;
if(_SUB_IDEFINDAGAIN_LONG_WHOLE==NULL){ if(_SUB_IDEFINDAGAIN_LONG_WHOLE==NULL){
@ -114,23 +114,23 @@ if(_SUB_IDEFINDAGAIN_LONG_C==NULL){
_SUB_IDEFINDAGAIN_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEFINDAGAIN_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEFINDAGAIN_LONG_C=0; *_SUB_IDEFINDAGAIN_LONG_C=0;
} }
byte_element_struct *byte_element_4617=NULL; byte_element_struct *byte_element_4688=NULL;
if (!byte_element_4617){ if (!byte_element_4688){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4617=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4617=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4688=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4688=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4618=NULL; byte_element_struct *byte_element_4689=NULL;
if (!byte_element_4618){ if (!byte_element_4689){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4618=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4618=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4689=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4689=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4619=NULL; byte_element_struct *byte_element_4690=NULL;
if (!byte_element_4619){ if (!byte_element_4690){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4619=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4619=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4690=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4690=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4620=NULL; byte_element_struct *byte_element_4691=NULL;
if (!byte_element_4620){ if (!byte_element_4691){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4620=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4620=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4691=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4691=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4621=NULL; byte_element_struct *byte_element_4692=NULL;
if (!byte_element_4621){ if (!byte_element_4692){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4621=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4621=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4692=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4692=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -18,10 +18,10 @@ if(_FUNC_IDEHBAR_LONG_X2==NULL){
_FUNC_IDEHBAR_LONG_X2=(int32*)mem_static_malloc(4); _FUNC_IDEHBAR_LONG_X2=(int32*)mem_static_malloc(4);
*_FUNC_IDEHBAR_LONG_X2=0; *_FUNC_IDEHBAR_LONG_X2=0;
} }
int64 fornext_value4625; int64 fornext_value4696;
int64 fornext_finalvalue4625; int64 fornext_finalvalue4696;
int64 fornext_step4625; int64 fornext_step4696;
uint8 fornext_step_negative4625; uint8 fornext_step_negative4696;
float *_FUNC_IDEHBAR_SINGLE_P=NULL; float *_FUNC_IDEHBAR_SINGLE_P=NULL;
if(_FUNC_IDEHBAR_SINGLE_P==NULL){ if(_FUNC_IDEHBAR_SINGLE_P==NULL){
_FUNC_IDEHBAR_SINGLE_P=(float*)mem_static_malloc(4); _FUNC_IDEHBAR_SINGLE_P=(float*)mem_static_malloc(4);

View file

@ -3,21 +3,21 @@ if(_FUNC_IDEHLEN_LONG_IDEHLEN==NULL){
_FUNC_IDEHLEN_LONG_IDEHLEN=(int32*)mem_static_malloc(4); _FUNC_IDEHLEN_LONG_IDEHLEN=(int32*)mem_static_malloc(4);
*_FUNC_IDEHLEN_LONG_IDEHLEN=0; *_FUNC_IDEHLEN_LONG_IDEHLEN=0;
} }
qbs*oldstr4626=NULL; qbs*oldstr4697=NULL;
if(_FUNC_IDEHLEN_STRING_A->tmp||_FUNC_IDEHLEN_STRING_A->fixed||_FUNC_IDEHLEN_STRING_A->readonly){ if(_FUNC_IDEHLEN_STRING_A->tmp||_FUNC_IDEHLEN_STRING_A->fixed||_FUNC_IDEHLEN_STRING_A->readonly){
oldstr4626=_FUNC_IDEHLEN_STRING_A; oldstr4697=_FUNC_IDEHLEN_STRING_A;
if (oldstr4626->cmem_descriptor){ if (oldstr4697->cmem_descriptor){
_FUNC_IDEHLEN_STRING_A=qbs_new_cmem(oldstr4626->len,0); _FUNC_IDEHLEN_STRING_A=qbs_new_cmem(oldstr4697->len,0);
}else{ }else{
_FUNC_IDEHLEN_STRING_A=qbs_new(oldstr4626->len,0); _FUNC_IDEHLEN_STRING_A=qbs_new(oldstr4697->len,0);
} }
memcpy(_FUNC_IDEHLEN_STRING_A->chr,oldstr4626->chr,oldstr4626->len); memcpy(_FUNC_IDEHLEN_STRING_A->chr,oldstr4697->chr,oldstr4697->len);
} }
byte_element_struct *byte_element_4627=NULL; byte_element_struct *byte_element_4698=NULL;
if (!byte_element_4627){ if (!byte_element_4698){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4627=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4627=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4698=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4698=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4628=NULL; byte_element_struct *byte_element_4699=NULL;
if (!byte_element_4628){ if (!byte_element_4699){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4628=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4628=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4699=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4699=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,25 +1,25 @@
qbs*oldstr4629=NULL; qbs*oldstr4700=NULL;
if(_SUB_IDEHPRINT_STRING_A->tmp||_SUB_IDEHPRINT_STRING_A->fixed||_SUB_IDEHPRINT_STRING_A->readonly){ if(_SUB_IDEHPRINT_STRING_A->tmp||_SUB_IDEHPRINT_STRING_A->fixed||_SUB_IDEHPRINT_STRING_A->readonly){
oldstr4629=_SUB_IDEHPRINT_STRING_A; oldstr4700=_SUB_IDEHPRINT_STRING_A;
if (oldstr4629->cmem_descriptor){ if (oldstr4700->cmem_descriptor){
_SUB_IDEHPRINT_STRING_A=qbs_new_cmem(oldstr4629->len,0); _SUB_IDEHPRINT_STRING_A=qbs_new_cmem(oldstr4700->len,0);
}else{ }else{
_SUB_IDEHPRINT_STRING_A=qbs_new(oldstr4629->len,0); _SUB_IDEHPRINT_STRING_A=qbs_new(oldstr4700->len,0);
} }
memcpy(_SUB_IDEHPRINT_STRING_A->chr,oldstr4629->chr,oldstr4629->len); memcpy(_SUB_IDEHPRINT_STRING_A->chr,oldstr4700->chr,oldstr4700->len);
} }
int32 *_SUB_IDEHPRINT_LONG_I=NULL; int32 *_SUB_IDEHPRINT_LONG_I=NULL;
if(_SUB_IDEHPRINT_LONG_I==NULL){ if(_SUB_IDEHPRINT_LONG_I==NULL){
_SUB_IDEHPRINT_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDEHPRINT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDEHPRINT_LONG_I=0; *_SUB_IDEHPRINT_LONG_I=0;
} }
int64 fornext_value4631; int64 fornext_value4702;
int64 fornext_finalvalue4631; int64 fornext_finalvalue4702;
int64 fornext_step4631; int64 fornext_step4702;
uint8 fornext_step_negative4631; uint8 fornext_step_negative4702;
byte_element_struct *byte_element_4632=NULL; byte_element_struct *byte_element_4703=NULL;
if (!byte_element_4632){ if (!byte_element_4703){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4632=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4632=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4703=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4703=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEHPRINT_STRING_C=NULL; qbs *_SUB_IDEHPRINT_STRING_C=NULL;
if (!_SUB_IDEHPRINT_STRING_C)_SUB_IDEHPRINT_STRING_C=qbs_new(0,0); if (!_SUB_IDEHPRINT_STRING_C)_SUB_IDEHPRINT_STRING_C=qbs_new(0,0);

View file

@ -1,22 +1,22 @@
qbs*oldstr4634=NULL; qbs*oldstr4705=NULL;
if(_SUB_IDEINSLINE_STRING_TEXT->tmp||_SUB_IDEINSLINE_STRING_TEXT->fixed||_SUB_IDEINSLINE_STRING_TEXT->readonly){ if(_SUB_IDEINSLINE_STRING_TEXT->tmp||_SUB_IDEINSLINE_STRING_TEXT->fixed||_SUB_IDEINSLINE_STRING_TEXT->readonly){
oldstr4634=_SUB_IDEINSLINE_STRING_TEXT; oldstr4705=_SUB_IDEINSLINE_STRING_TEXT;
if (oldstr4634->cmem_descriptor){ if (oldstr4705->cmem_descriptor){
_SUB_IDEINSLINE_STRING_TEXT=qbs_new_cmem(oldstr4634->len,0); _SUB_IDEINSLINE_STRING_TEXT=qbs_new_cmem(oldstr4705->len,0);
}else{ }else{
_SUB_IDEINSLINE_STRING_TEXT=qbs_new(oldstr4634->len,0); _SUB_IDEINSLINE_STRING_TEXT=qbs_new(oldstr4705->len,0);
} }
memcpy(_SUB_IDEINSLINE_STRING_TEXT->chr,oldstr4634->chr,oldstr4634->len); memcpy(_SUB_IDEINSLINE_STRING_TEXT->chr,oldstr4705->chr,oldstr4705->len);
} }
int32 *_SUB_IDEINSLINE_LONG_B=NULL; int32 *_SUB_IDEINSLINE_LONG_B=NULL;
if(_SUB_IDEINSLINE_LONG_B==NULL){ if(_SUB_IDEINSLINE_LONG_B==NULL){
_SUB_IDEINSLINE_LONG_B=(int32*)mem_static_malloc(4); _SUB_IDEINSLINE_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_IDEINSLINE_LONG_B=0; *_SUB_IDEINSLINE_LONG_B=0;
} }
int64 fornext_value4636; int64 fornext_value4707;
int64 fornext_finalvalue4636; int64 fornext_finalvalue4707;
int64 fornext_step4636; int64 fornext_step4707;
uint8 fornext_step_negative4636; uint8 fornext_step_negative4707;
int32 *_SUB_IDEINSLINE_LONG_Y=NULL; int32 *_SUB_IDEINSLINE_LONG_Y=NULL;
if(_SUB_IDEINSLINE_LONG_Y==NULL){ if(_SUB_IDEINSLINE_LONG_Y==NULL){
_SUB_IDEINSLINE_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEINSLINE_LONG_Y=(int32*)mem_static_malloc(4);
@ -27,11 +27,11 @@ if(_SUB_IDEINSLINE_LONG_TEXTLEN==NULL){
_SUB_IDEINSLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDEINSLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDEINSLINE_LONG_TEXTLEN=0; *_SUB_IDEINSLINE_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_4637=NULL; byte_element_struct *byte_element_4708=NULL;
if (!byte_element_4637){ if (!byte_element_4708){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4637=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4637=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4708=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4708=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4638=NULL; byte_element_struct *byte_element_4709=NULL;
if (!byte_element_4638){ if (!byte_element_4709){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4638=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4638=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4709=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4709=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,44 +1,44 @@
qbs *_FUNC_IDEINPUTBOX_STRING_IDEINPUTBOX=NULL; qbs *_FUNC_IDEINPUTBOX_STRING_IDEINPUTBOX=NULL;
if (!_FUNC_IDEINPUTBOX_STRING_IDEINPUTBOX)_FUNC_IDEINPUTBOX_STRING_IDEINPUTBOX=qbs_new(0,0); if (!_FUNC_IDEINPUTBOX_STRING_IDEINPUTBOX)_FUNC_IDEINPUTBOX_STRING_IDEINPUTBOX=qbs_new(0,0);
qbs*oldstr4639=NULL; qbs*oldstr4710=NULL;
if(_FUNC_IDEINPUTBOX_STRING_TITLE->tmp||_FUNC_IDEINPUTBOX_STRING_TITLE->fixed||_FUNC_IDEINPUTBOX_STRING_TITLE->readonly){ if(_FUNC_IDEINPUTBOX_STRING_TITLE->tmp||_FUNC_IDEINPUTBOX_STRING_TITLE->fixed||_FUNC_IDEINPUTBOX_STRING_TITLE->readonly){
oldstr4639=_FUNC_IDEINPUTBOX_STRING_TITLE; oldstr4710=_FUNC_IDEINPUTBOX_STRING_TITLE;
if (oldstr4639->cmem_descriptor){ if (oldstr4710->cmem_descriptor){
_FUNC_IDEINPUTBOX_STRING_TITLE=qbs_new_cmem(oldstr4639->len,0); _FUNC_IDEINPUTBOX_STRING_TITLE=qbs_new_cmem(oldstr4710->len,0);
}else{ }else{
_FUNC_IDEINPUTBOX_STRING_TITLE=qbs_new(oldstr4639->len,0); _FUNC_IDEINPUTBOX_STRING_TITLE=qbs_new(oldstr4710->len,0);
} }
memcpy(_FUNC_IDEINPUTBOX_STRING_TITLE->chr,oldstr4639->chr,oldstr4639->len); memcpy(_FUNC_IDEINPUTBOX_STRING_TITLE->chr,oldstr4710->chr,oldstr4710->len);
} }
qbs*oldstr4640=NULL; qbs*oldstr4711=NULL;
if(_FUNC_IDEINPUTBOX_STRING_CAPTION->tmp||_FUNC_IDEINPUTBOX_STRING_CAPTION->fixed||_FUNC_IDEINPUTBOX_STRING_CAPTION->readonly){ if(_FUNC_IDEINPUTBOX_STRING_CAPTION->tmp||_FUNC_IDEINPUTBOX_STRING_CAPTION->fixed||_FUNC_IDEINPUTBOX_STRING_CAPTION->readonly){
oldstr4640=_FUNC_IDEINPUTBOX_STRING_CAPTION; oldstr4711=_FUNC_IDEINPUTBOX_STRING_CAPTION;
if (oldstr4640->cmem_descriptor){ if (oldstr4711->cmem_descriptor){
_FUNC_IDEINPUTBOX_STRING_CAPTION=qbs_new_cmem(oldstr4640->len,0); _FUNC_IDEINPUTBOX_STRING_CAPTION=qbs_new_cmem(oldstr4711->len,0);
}else{ }else{
_FUNC_IDEINPUTBOX_STRING_CAPTION=qbs_new(oldstr4640->len,0); _FUNC_IDEINPUTBOX_STRING_CAPTION=qbs_new(oldstr4711->len,0);
} }
memcpy(_FUNC_IDEINPUTBOX_STRING_CAPTION->chr,oldstr4640->chr,oldstr4640->len); memcpy(_FUNC_IDEINPUTBOX_STRING_CAPTION->chr,oldstr4711->chr,oldstr4711->len);
} }
qbs*oldstr4641=NULL; qbs*oldstr4712=NULL;
if(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->tmp||_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->fixed||_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->readonly){ if(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->tmp||_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->fixed||_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->readonly){
oldstr4641=_FUNC_IDEINPUTBOX_STRING_INITIALVALUE; oldstr4712=_FUNC_IDEINPUTBOX_STRING_INITIALVALUE;
if (oldstr4641->cmem_descriptor){ if (oldstr4712->cmem_descriptor){
_FUNC_IDEINPUTBOX_STRING_INITIALVALUE=qbs_new_cmem(oldstr4641->len,0); _FUNC_IDEINPUTBOX_STRING_INITIALVALUE=qbs_new_cmem(oldstr4712->len,0);
}else{ }else{
_FUNC_IDEINPUTBOX_STRING_INITIALVALUE=qbs_new(oldstr4641->len,0); _FUNC_IDEINPUTBOX_STRING_INITIALVALUE=qbs_new(oldstr4712->len,0);
} }
memcpy(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->chr,oldstr4641->chr,oldstr4641->len); memcpy(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE->chr,oldstr4712->chr,oldstr4712->len);
} }
qbs*oldstr4642=NULL; qbs*oldstr4713=NULL;
if(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->tmp||_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->fixed||_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->readonly){ if(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->tmp||_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->fixed||_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->readonly){
oldstr4642=_FUNC_IDEINPUTBOX_STRING_VALIDINPUT; oldstr4713=_FUNC_IDEINPUTBOX_STRING_VALIDINPUT;
if (oldstr4642->cmem_descriptor){ if (oldstr4713->cmem_descriptor){
_FUNC_IDEINPUTBOX_STRING_VALIDINPUT=qbs_new_cmem(oldstr4642->len,0); _FUNC_IDEINPUTBOX_STRING_VALIDINPUT=qbs_new_cmem(oldstr4713->len,0);
}else{ }else{
_FUNC_IDEINPUTBOX_STRING_VALIDINPUT=qbs_new(oldstr4642->len,0); _FUNC_IDEINPUTBOX_STRING_VALIDINPUT=qbs_new(oldstr4713->len,0);
} }
memcpy(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->chr,oldstr4642->chr,oldstr4642->len); memcpy(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT->chr,oldstr4713->chr,oldstr4713->len);
} }
int32 *_FUNC_IDEINPUTBOX_LONG_FOCUS=NULL; int32 *_FUNC_IDEINPUTBOX_LONG_FOCUS=NULL;
if(_FUNC_IDEINPUTBOX_LONG_FOCUS==NULL){ if(_FUNC_IDEINPUTBOX_LONG_FOCUS==NULL){
@ -72,24 +72,24 @@ if(_FUNC_IDEINPUTBOX_LONG_I==NULL){
_FUNC_IDEINPUTBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEINPUTBOX_LONG_I=0; *_FUNC_IDEINPUTBOX_LONG_I=0;
} }
int32 pass4643; int32 pass4714;
int32 *_FUNC_IDEINPUTBOX_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEINPUTBOX_LONG_PREVFOCUS=NULL;
if(_FUNC_IDEINPUTBOX_LONG_PREVFOCUS==NULL){ if(_FUNC_IDEINPUTBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDEINPUTBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEINPUTBOX_LONG_PREVFOCUS=0; *_FUNC_IDEINPUTBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4644=NULL; byte_element_struct *byte_element_4715=NULL;
if (!byte_element_4644){ if (!byte_element_4715){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4644=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4644=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4715=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4715=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4645=NULL; byte_element_struct *byte_element_4716=NULL;
if (!byte_element_4645){ if (!byte_element_4716){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4645=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4645=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4716=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4716=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4647; int64 fornext_value4718;
int64 fornext_finalvalue4647; int64 fornext_finalvalue4718;
int64 fornext_step4647; int64 fornext_step4718;
uint8 fornext_step_negative4647; uint8 fornext_step_negative4718;
int32 *_FUNC_IDEINPUTBOX_LONG_F=NULL; int32 *_FUNC_IDEINPUTBOX_LONG_F=NULL;
if(_FUNC_IDEINPUTBOX_LONG_F==NULL){ if(_FUNC_IDEINPUTBOX_LONG_F==NULL){
_FUNC_IDEINPUTBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -105,10 +105,10 @@ if(_FUNC_IDEINPUTBOX_LONG_CY==NULL){
_FUNC_IDEINPUTBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEINPUTBOX_LONG_CY=0; *_FUNC_IDEINPUTBOX_LONG_CY=0;
} }
int64 fornext_value4650; int64 fornext_value4721;
int64 fornext_finalvalue4650; int64 fornext_finalvalue4721;
int64 fornext_step4650; int64 fornext_step4721;
uint8 fornext_step_negative4650; uint8 fornext_step_negative4721;
int32 *_FUNC_IDEINPUTBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEINPUTBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEINPUTBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEINPUTBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEINPUTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -141,9 +141,9 @@ _FUNC_IDEINPUTBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEINPUTBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEINPUTBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEINPUTBOX_STRING_ALTLETTER)_FUNC_IDEINPUTBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEINPUTBOX_STRING_ALTLETTER)_FUNC_IDEINPUTBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4652=NULL; byte_element_struct *byte_element_4723=NULL;
if (!byte_element_4652){ if (!byte_element_4723){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4652=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4652=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4723=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4723=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEINPUTBOX_LONG_K=NULL; int32 *_FUNC_IDEINPUTBOX_LONG_K=NULL;
if(_FUNC_IDEINPUTBOX_LONG_K==NULL){ if(_FUNC_IDEINPUTBOX_LONG_K==NULL){
@ -155,10 +155,10 @@ if(_FUNC_IDEINPUTBOX_LONG_INFO==NULL){
_FUNC_IDEINPUTBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEINPUTBOX_LONG_INFO=0; *_FUNC_IDEINPUTBOX_LONG_INFO=0;
} }
int64 fornext_value4654; int64 fornext_value4725;
int64 fornext_finalvalue4654; int64 fornext_finalvalue4725;
int64 fornext_step4654; int64 fornext_step4725;
uint8 fornext_step_negative4654; uint8 fornext_step_negative4725;
int32 *_FUNC_IDEINPUTBOX_LONG_T=NULL; int32 *_FUNC_IDEINPUTBOX_LONG_T=NULL;
if(_FUNC_IDEINPUTBOX_LONG_T==NULL){ if(_FUNC_IDEINPUTBOX_LONG_T==NULL){
_FUNC_IDEINPUTBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -169,23 +169,23 @@ if(_FUNC_IDEINPUTBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEINPUTBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEINPUTBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEINPUTBOX_LONG_FOCUSOFFSET=0; *_FUNC_IDEINPUTBOX_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4655=NULL; byte_element_struct *byte_element_4726=NULL;
if (!byte_element_4655){ if (!byte_element_4726){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4655=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4655=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4726=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4726=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4656=NULL; byte_element_struct *byte_element_4727=NULL;
if (!byte_element_4656){ if (!byte_element_4727){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4656=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4656=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4727=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4727=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEINPUTBOX_STRING_A=NULL; qbs *_FUNC_IDEINPUTBOX_STRING_A=NULL;
if (!_FUNC_IDEINPUTBOX_STRING_A)_FUNC_IDEINPUTBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDEINPUTBOX_STRING_A)_FUNC_IDEINPUTBOX_STRING_A=qbs_new(0,0);
qbs *_FUNC_IDEINPUTBOX_STRING_TEMPA=NULL; qbs *_FUNC_IDEINPUTBOX_STRING_TEMPA=NULL;
if (!_FUNC_IDEINPUTBOX_STRING_TEMPA)_FUNC_IDEINPUTBOX_STRING_TEMPA=qbs_new(0,0); if (!_FUNC_IDEINPUTBOX_STRING_TEMPA)_FUNC_IDEINPUTBOX_STRING_TEMPA=qbs_new(0,0);
int64 fornext_value4658; int64 fornext_value4729;
int64 fornext_finalvalue4658; int64 fornext_finalvalue4729;
int64 fornext_step4658; int64 fornext_step4729;
uint8 fornext_step_negative4658; uint8 fornext_step_negative4729;
byte_element_struct *byte_element_4659=NULL; byte_element_struct *byte_element_4730=NULL;
if (!byte_element_4659){ if (!byte_element_4730){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4659=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4659=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4730=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4730=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr4660=NULL; qbs*oldstr4731=NULL;
if(_SUB_IDENEWSF_STRING_SF->tmp||_SUB_IDENEWSF_STRING_SF->fixed||_SUB_IDENEWSF_STRING_SF->readonly){ if(_SUB_IDENEWSF_STRING_SF->tmp||_SUB_IDENEWSF_STRING_SF->fixed||_SUB_IDENEWSF_STRING_SF->readonly){
oldstr4660=_SUB_IDENEWSF_STRING_SF; oldstr4731=_SUB_IDENEWSF_STRING_SF;
if (oldstr4660->cmem_descriptor){ if (oldstr4731->cmem_descriptor){
_SUB_IDENEWSF_STRING_SF=qbs_new_cmem(oldstr4660->len,0); _SUB_IDENEWSF_STRING_SF=qbs_new_cmem(oldstr4731->len,0);
}else{ }else{
_SUB_IDENEWSF_STRING_SF=qbs_new(oldstr4660->len,0); _SUB_IDENEWSF_STRING_SF=qbs_new(oldstr4731->len,0);
} }
memcpy(_SUB_IDENEWSF_STRING_SF->chr,oldstr4660->chr,oldstr4660->len); memcpy(_SUB_IDENEWSF_STRING_SF->chr,oldstr4731->chr,oldstr4731->len);
} }
qbs *_SUB_IDENEWSF_STRING_A=NULL; qbs *_SUB_IDENEWSF_STRING_A=NULL;
if (!_SUB_IDENEWSF_STRING_A)_SUB_IDENEWSF_STRING_A=qbs_new(0,0); if (!_SUB_IDENEWSF_STRING_A)_SUB_IDENEWSF_STRING_A=qbs_new(0,0);
@ -27,21 +27,21 @@ if(_SUB_IDENEWSF_LONG_X==NULL){
_SUB_IDENEWSF_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDENEWSF_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDENEWSF_LONG_X=0; *_SUB_IDENEWSF_LONG_X=0;
} }
int64 fornext_value4662; int64 fornext_value4733;
int64 fornext_finalvalue4662; int64 fornext_finalvalue4733;
int64 fornext_step4662; int64 fornext_step4733;
uint8 fornext_step_negative4662; uint8 fornext_step_negative4733;
byte_element_struct *byte_element_4663=NULL; byte_element_struct *byte_element_4734=NULL;
if (!byte_element_4663){ if (!byte_element_4734){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4663=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4663=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4734=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4734=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDENEWSF_STRING_NEWSF=NULL; qbs *_SUB_IDENEWSF_STRING_NEWSF=NULL;
if (!_SUB_IDENEWSF_STRING_NEWSF)_SUB_IDENEWSF_STRING_NEWSF=qbs_new(0,0); if (!_SUB_IDENEWSF_STRING_NEWSF)_SUB_IDENEWSF_STRING_NEWSF=qbs_new(0,0);
int32 pass4664; int32 pass4735;
int32 pass4665; int32 pass4736;
byte_element_struct *byte_element_4666=NULL; byte_element_struct *byte_element_4737=NULL;
if (!byte_element_4666){ if (!byte_element_4737){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4666=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4666=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4737=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4737=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDENEWSF_LONG_Y=NULL; int32 *_SUB_IDENEWSF_LONG_Y=NULL;
if(_SUB_IDENEWSF_LONG_Y==NULL){ if(_SUB_IDENEWSF_LONG_Y==NULL){

View file

@ -1,20 +1,20 @@
qbs *_FUNC_IDENEWFOLDER_STRING_IDENEWFOLDER=NULL; qbs *_FUNC_IDENEWFOLDER_STRING_IDENEWFOLDER=NULL;
if (!_FUNC_IDENEWFOLDER_STRING_IDENEWFOLDER)_FUNC_IDENEWFOLDER_STRING_IDENEWFOLDER=qbs_new(0,0); if (!_FUNC_IDENEWFOLDER_STRING_IDENEWFOLDER)_FUNC_IDENEWFOLDER_STRING_IDENEWFOLDER=qbs_new(0,0);
qbs*oldstr4667=NULL; qbs*oldstr4738=NULL;
if(_FUNC_IDENEWFOLDER_STRING_THISPATH->tmp||_FUNC_IDENEWFOLDER_STRING_THISPATH->fixed||_FUNC_IDENEWFOLDER_STRING_THISPATH->readonly){ if(_FUNC_IDENEWFOLDER_STRING_THISPATH->tmp||_FUNC_IDENEWFOLDER_STRING_THISPATH->fixed||_FUNC_IDENEWFOLDER_STRING_THISPATH->readonly){
oldstr4667=_FUNC_IDENEWFOLDER_STRING_THISPATH; oldstr4738=_FUNC_IDENEWFOLDER_STRING_THISPATH;
if (oldstr4667->cmem_descriptor){ if (oldstr4738->cmem_descriptor){
_FUNC_IDENEWFOLDER_STRING_THISPATH=qbs_new_cmem(oldstr4667->len,0); _FUNC_IDENEWFOLDER_STRING_THISPATH=qbs_new_cmem(oldstr4738->len,0);
}else{ }else{
_FUNC_IDENEWFOLDER_STRING_THISPATH=qbs_new(oldstr4667->len,0); _FUNC_IDENEWFOLDER_STRING_THISPATH=qbs_new(oldstr4738->len,0);
} }
memcpy(_FUNC_IDENEWFOLDER_STRING_THISPATH->chr,oldstr4667->chr,oldstr4667->len); memcpy(_FUNC_IDENEWFOLDER_STRING_THISPATH->chr,oldstr4738->chr,oldstr4738->len);
} }
qbs *_FUNC_IDENEWFOLDER_STRING_NEWFOLDER=NULL; qbs *_FUNC_IDENEWFOLDER_STRING_NEWFOLDER=NULL;
if (!_FUNC_IDENEWFOLDER_STRING_NEWFOLDER)_FUNC_IDENEWFOLDER_STRING_NEWFOLDER=qbs_new(0,0); if (!_FUNC_IDENEWFOLDER_STRING_NEWFOLDER)_FUNC_IDENEWFOLDER_STRING_NEWFOLDER=qbs_new(0,0);
int32 pass4668; int32 pass4739;
int32 pass4669; int32 pass4740;
byte_element_struct *byte_element_4670=NULL; byte_element_struct *byte_element_4741=NULL;
if (!byte_element_4670){ if (!byte_element_4741){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4670=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4670=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4741=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4741=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,13 +3,13 @@ if(_FUNC_IDENEWTXT_LONG_IDENEWTXT==NULL){
_FUNC_IDENEWTXT_LONG_IDENEWTXT=(int32*)mem_static_malloc(4); _FUNC_IDENEWTXT_LONG_IDENEWTXT=(int32*)mem_static_malloc(4);
*_FUNC_IDENEWTXT_LONG_IDENEWTXT=0; *_FUNC_IDENEWTXT_LONG_IDENEWTXT=0;
} }
qbs*oldstr4671=NULL; qbs*oldstr4742=NULL;
if(_FUNC_IDENEWTXT_STRING_A->tmp||_FUNC_IDENEWTXT_STRING_A->fixed||_FUNC_IDENEWTXT_STRING_A->readonly){ if(_FUNC_IDENEWTXT_STRING_A->tmp||_FUNC_IDENEWTXT_STRING_A->fixed||_FUNC_IDENEWTXT_STRING_A->readonly){
oldstr4671=_FUNC_IDENEWTXT_STRING_A; oldstr4742=_FUNC_IDENEWTXT_STRING_A;
if (oldstr4671->cmem_descriptor){ if (oldstr4742->cmem_descriptor){
_FUNC_IDENEWTXT_STRING_A=qbs_new_cmem(oldstr4671->len,0); _FUNC_IDENEWTXT_STRING_A=qbs_new_cmem(oldstr4742->len,0);
}else{ }else{
_FUNC_IDENEWTXT_STRING_A=qbs_new(oldstr4671->len,0); _FUNC_IDENEWTXT_STRING_A=qbs_new(oldstr4742->len,0);
} }
memcpy(_FUNC_IDENEWTXT_STRING_A->chr,oldstr4671->chr,oldstr4671->len); memcpy(_FUNC_IDENEWTXT_STRING_A->chr,oldstr4742->chr,oldstr4742->len);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEFILEDIALOG_STRING_IDEFILEDIALOG=NULL; qbs *_FUNC_IDEFILEDIALOG_STRING_IDEFILEDIALOG=NULL;
if (!_FUNC_IDEFILEDIALOG_STRING_IDEFILEDIALOG)_FUNC_IDEFILEDIALOG_STRING_IDEFILEDIALOG=qbs_new(0,0); if (!_FUNC_IDEFILEDIALOG_STRING_IDEFILEDIALOG)_FUNC_IDEFILEDIALOG_STRING_IDEFILEDIALOG=qbs_new(0,0);
qbs*oldstr4672=NULL; qbs*oldstr4743=NULL;
if(_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->tmp||_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->fixed||_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->readonly){ if(_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->tmp||_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->fixed||_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->readonly){
oldstr4672=_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME; oldstr4743=_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME;
if (oldstr4672->cmem_descriptor){ if (oldstr4743->cmem_descriptor){
_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME=qbs_new_cmem(oldstr4672->len,0); _FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME=qbs_new_cmem(oldstr4743->len,0);
}else{ }else{
_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME=qbs_new(oldstr4672->len,0); _FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME=qbs_new(oldstr4743->len,0);
} }
memcpy(_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->chr,oldstr4672->chr,oldstr4672->len); memcpy(_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME->chr,oldstr4743->chr,oldstr4743->len);
} }
int32 *_FUNC_IDEFILEDIALOG_LONG_FOCUS=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_FOCUS=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_FOCUS==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_FOCUS==NULL){
@ -48,31 +48,31 @@ if(_FUNC_IDEFILEDIALOG_LONG_I==NULL){
_FUNC_IDEFILEDIALOG_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_I=0; *_FUNC_IDEFILEDIALOG_LONG_I=0;
} }
int32 pass4673; int32 pass4744;
int32 pass4674; int32 pass4745;
int32 pass4675; int32 pass4746;
int32 pass4676; int32 pass4747;
int32 *_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS==NULL){
_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS=0; *_FUNC_IDEFILEDIALOG_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_4677=NULL; byte_element_struct *byte_element_4748=NULL;
if (!byte_element_4677){ if (!byte_element_4748){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4677=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4748=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4748=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY==NULL){
_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_PREVBASONLY=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY=0; *_FUNC_IDEFILEDIALOG_LONG_PREVBASONLY=0;
} }
int64 fornext_value4679; int64 fornext_value4750;
int64 fornext_finalvalue4679; int64 fornext_finalvalue4750;
int64 fornext_step4679; int64 fornext_step4750;
uint8 fornext_step_negative4679; uint8 fornext_step_negative4750;
byte_element_struct *byte_element_4680=NULL; byte_element_struct *byte_element_4751=NULL;
if (!byte_element_4680){ if (!byte_element_4751){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4680=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4680=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4751=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4751=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEFILEDIALOG_STRING_F=NULL; qbs *_FUNC_IDEFILEDIALOG_STRING_F=NULL;
if (!_FUNC_IDEFILEDIALOG_STRING_F)_FUNC_IDEFILEDIALOG_STRING_F=qbs_new(0,0); if (!_FUNC_IDEFILEDIALOG_STRING_F)_FUNC_IDEFILEDIALOG_STRING_F=qbs_new(0,0);
@ -91,10 +91,10 @@ if(_FUNC_IDEFILEDIALOG_LONG_CY==NULL){
_FUNC_IDEFILEDIALOG_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_CY=0; *_FUNC_IDEFILEDIALOG_LONG_CY=0;
} }
int64 fornext_value4683; int64 fornext_value4754;
int64 fornext_finalvalue4683; int64 fornext_finalvalue4754;
int64 fornext_step4683; int64 fornext_step4754;
uint8 fornext_step_negative4683; uint8 fornext_step_negative4754;
int32 *_FUNC_IDEFILEDIALOG_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_LASTFOCUS==NULL){
_FUNC_IDEFILEDIALOG_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -107,9 +107,9 @@ if(_FUNC_IDEFILEDIALOG_LONG_W==NULL){
_FUNC_IDEFILEDIALOG_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_W=0; *_FUNC_IDEFILEDIALOG_LONG_W=0;
} }
byte_element_struct *byte_element_4684=NULL; byte_element_struct *byte_element_4755=NULL;
if (!byte_element_4684){ if (!byte_element_4755){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4684=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4684=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4755=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4755=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEDIALOG_LONG_CHANGE=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_CHANGE=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_CHANGE==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_CHANGE==NULL){
@ -136,15 +136,15 @@ if(_FUNC_IDEFILEDIALOG_LONG_OLDALT==NULL){
_FUNC_IDEFILEDIALOG_LONG_OLDALT=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_OLDALT=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_OLDALT=0; *_FUNC_IDEFILEDIALOG_LONG_OLDALT=0;
} }
byte_element_struct *byte_element_4686=NULL; byte_element_struct *byte_element_4757=NULL;
if (!byte_element_4686){ if (!byte_element_4757){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4686=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4686=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4757=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4757=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEFILEDIALOG_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEFILEDIALOG_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEFILEDIALOG_STRING_ALTLETTER)_FUNC_IDEFILEDIALOG_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEFILEDIALOG_STRING_ALTLETTER)_FUNC_IDEFILEDIALOG_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4687=NULL; byte_element_struct *byte_element_4758=NULL;
if (!byte_element_4687){ if (!byte_element_4758){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4687=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4758=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4758=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEDIALOG_LONG_K=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_K=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_K==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_K==NULL){
@ -156,10 +156,10 @@ if(_FUNC_IDEFILEDIALOG_LONG_INFO==NULL){
_FUNC_IDEFILEDIALOG_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_INFO=0; *_FUNC_IDEFILEDIALOG_LONG_INFO=0;
} }
int64 fornext_value4689; int64 fornext_value4760;
int64 fornext_finalvalue4689; int64 fornext_finalvalue4760;
int64 fornext_step4689; int64 fornext_step4760;
uint8 fornext_step_negative4689; uint8 fornext_step_negative4760;
int32 *_FUNC_IDEFILEDIALOG_LONG_T=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_T=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_T==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_T==NULL){
_FUNC_IDEFILEDIALOG_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_T=(int32*)mem_static_malloc(4);
@ -170,36 +170,36 @@ if(_FUNC_IDEFILEDIALOG_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEFILEDIALOG_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_FOCUSOFFSET=0; *_FUNC_IDEFILEDIALOG_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_4690=NULL; byte_element_struct *byte_element_4761=NULL;
if (!byte_element_4690){ if (!byte_element_4761){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4690=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4690=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4761=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4761=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEFILEDIALOG_STRING_NEWPATH=NULL; qbs *_FUNC_IDEFILEDIALOG_STRING_NEWPATH=NULL;
if (!_FUNC_IDEFILEDIALOG_STRING_NEWPATH)_FUNC_IDEFILEDIALOG_STRING_NEWPATH=qbs_new(0,0); if (!_FUNC_IDEFILEDIALOG_STRING_NEWPATH)_FUNC_IDEFILEDIALOG_STRING_NEWPATH=qbs_new(0,0);
byte_element_struct *byte_element_4691=NULL; byte_element_struct *byte_element_4762=NULL;
if (!byte_element_4691){ if (!byte_element_4762){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4691=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4691=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4762=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4762=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4692=NULL; byte_element_struct *byte_element_4763=NULL;
if (!byte_element_4692){ if (!byte_element_4763){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4692=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4692=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4763=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4763=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4693=NULL; byte_element_struct *byte_element_4764=NULL;
if (!byte_element_4693){ if (!byte_element_4764){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4693=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4693=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4764=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4764=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4694; int32 pass4765;
byte_element_struct *byte_element_4695=NULL; byte_element_struct *byte_element_4766=NULL;
if (!byte_element_4695){ if (!byte_element_4766){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4695=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4695=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4766=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4766=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4696=NULL; byte_element_struct *byte_element_4767=NULL;
if (!byte_element_4696){ if (!byte_element_4767){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4696=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4696=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4767=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4767=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4697=NULL; byte_element_struct *byte_element_4768=NULL;
if (!byte_element_4697){ if (!byte_element_4768){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4697=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4697=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4768=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4768=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEDIALOG_LONG_I2=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_I2=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_I2==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_I2==NULL){
@ -240,9 +240,9 @@ if(_FUNC_IDEFILEDIALOG_LONG_L==NULL){
_FUNC_IDEFILEDIALOG_LONG_L=(int32*)mem_static_malloc(4); _FUNC_IDEFILEDIALOG_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_IDEFILEDIALOG_LONG_L=0; *_FUNC_IDEFILEDIALOG_LONG_L=0;
} }
byte_element_struct *byte_element_4699=NULL; byte_element_struct *byte_element_4770=NULL;
if (!byte_element_4699){ if (!byte_element_4770){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4699=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4699=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4770=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4770=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEFILEDIALOG_LONG_ASCA=NULL; int32 *_FUNC_IDEFILEDIALOG_LONG_ASCA=NULL;
if(_FUNC_IDEFILEDIALOG_LONG_ASCA==NULL){ if(_FUNC_IDEFILEDIALOG_LONG_ASCA==NULL){

View file

@ -1,14 +1,14 @@
qbs*oldstr4700=NULL; qbs*oldstr4771=NULL;
if(_SUB_IDEPAR_STRING_TITLE->tmp||_SUB_IDEPAR_STRING_TITLE->fixed||_SUB_IDEPAR_STRING_TITLE->readonly){ if(_SUB_IDEPAR_STRING_TITLE->tmp||_SUB_IDEPAR_STRING_TITLE->fixed||_SUB_IDEPAR_STRING_TITLE->readonly){
oldstr4700=_SUB_IDEPAR_STRING_TITLE; oldstr4771=_SUB_IDEPAR_STRING_TITLE;
if (oldstr4700->cmem_descriptor){ if (oldstr4771->cmem_descriptor){
_SUB_IDEPAR_STRING_TITLE=qbs_new_cmem(oldstr4700->len,0); _SUB_IDEPAR_STRING_TITLE=qbs_new_cmem(oldstr4771->len,0);
}else{ }else{
_SUB_IDEPAR_STRING_TITLE=qbs_new(oldstr4700->len,0); _SUB_IDEPAR_STRING_TITLE=qbs_new(oldstr4771->len,0);
} }
memcpy(_SUB_IDEPAR_STRING_TITLE->chr,oldstr4700->chr,oldstr4700->len); memcpy(_SUB_IDEPAR_STRING_TITLE->chr,oldstr4771->chr,oldstr4771->len);
} }
byte_element_struct *byte_element_4701=NULL; byte_element_struct *byte_element_4772=NULL;
if (!byte_element_4701){ if (!byte_element_4772){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4701=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4701=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4772=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4772=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=NULL; qbs *_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=NULL;
if (!_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY)_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=qbs_new(0,0); if (!_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY)_FUNC_IDECLEARHISTORY_STRING_IDECLEARHISTORY=qbs_new(0,0);
qbs*oldstr4702=NULL; qbs*oldstr4773=NULL;
if(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->tmp||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->fixed||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->readonly){ if(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->tmp||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->fixed||_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->readonly){
oldstr4702=_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY; oldstr4773=_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY;
if (oldstr4702->cmem_descriptor){ if (oldstr4773->cmem_descriptor){
_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new_cmem(oldstr4702->len,0); _FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new_cmem(oldstr4773->len,0);
}else{ }else{
_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new(oldstr4702->len,0); _FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY=qbs_new(oldstr4773->len,0);
} }
memcpy(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->chr,oldstr4702->chr,oldstr4702->len); memcpy(_FUNC_IDECLEARHISTORY_STRING_WHICHHISTORY->chr,oldstr4773->chr,oldstr4773->len);
} }
qbs *_FUNC_IDECLEARHISTORY_STRING_T=NULL; qbs *_FUNC_IDECLEARHISTORY_STRING_T=NULL;
if (!_FUNC_IDECLEARHISTORY_STRING_T)_FUNC_IDECLEARHISTORY_STRING_T=qbs_new(0,0); if (!_FUNC_IDECLEARHISTORY_STRING_T)_FUNC_IDECLEARHISTORY_STRING_T=qbs_new(0,0);

View file

@ -1,21 +1,21 @@
qbs*oldstr4704=NULL; qbs*oldstr4775=NULL;
if(_SUB_IDESAVE_STRING_F->tmp||_SUB_IDESAVE_STRING_F->fixed||_SUB_IDESAVE_STRING_F->readonly){ if(_SUB_IDESAVE_STRING_F->tmp||_SUB_IDESAVE_STRING_F->fixed||_SUB_IDESAVE_STRING_F->readonly){
oldstr4704=_SUB_IDESAVE_STRING_F; oldstr4775=_SUB_IDESAVE_STRING_F;
if (oldstr4704->cmem_descriptor){ if (oldstr4775->cmem_descriptor){
_SUB_IDESAVE_STRING_F=qbs_new_cmem(oldstr4704->len,0); _SUB_IDESAVE_STRING_F=qbs_new_cmem(oldstr4775->len,0);
}else{ }else{
_SUB_IDESAVE_STRING_F=qbs_new(oldstr4704->len,0); _SUB_IDESAVE_STRING_F=qbs_new(oldstr4775->len,0);
} }
memcpy(_SUB_IDESAVE_STRING_F->chr,oldstr4704->chr,oldstr4704->len); memcpy(_SUB_IDESAVE_STRING_F->chr,oldstr4775->chr,oldstr4775->len);
} }
int32 *_SUB_IDESAVE_LONG_I=NULL; int32 *_SUB_IDESAVE_LONG_I=NULL;
if(_SUB_IDESAVE_LONG_I==NULL){ if(_SUB_IDESAVE_LONG_I==NULL){
_SUB_IDESAVE_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDESAVE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDESAVE_LONG_I=0; *_SUB_IDESAVE_LONG_I=0;
} }
int64 fornext_value4706; int64 fornext_value4777;
int64 fornext_finalvalue4706; int64 fornext_finalvalue4777;
int64 fornext_step4706; int64 fornext_step4777;
uint8 fornext_step_negative4706; uint8 fornext_step_negative4777;
qbs *_SUB_IDESAVE_STRING_A=NULL; qbs *_SUB_IDESAVE_STRING_A=NULL;
if (!_SUB_IDESAVE_STRING_A)_SUB_IDESAVE_STRING_A=qbs_new(0,0); if (!_SUB_IDESAVE_STRING_A)_SUB_IDESAVE_STRING_A=qbs_new(0,0);

View file

@ -1,23 +1,23 @@
qbs*oldstr4709=NULL; qbs*oldstr4780=NULL;
if(_SUB_IDESETLINE_STRING_TEXT->tmp||_SUB_IDESETLINE_STRING_TEXT->fixed||_SUB_IDESETLINE_STRING_TEXT->readonly){ if(_SUB_IDESETLINE_STRING_TEXT->tmp||_SUB_IDESETLINE_STRING_TEXT->fixed||_SUB_IDESETLINE_STRING_TEXT->readonly){
oldstr4709=_SUB_IDESETLINE_STRING_TEXT; oldstr4780=_SUB_IDESETLINE_STRING_TEXT;
if (oldstr4709->cmem_descriptor){ if (oldstr4780->cmem_descriptor){
_SUB_IDESETLINE_STRING_TEXT=qbs_new_cmem(oldstr4709->len,0); _SUB_IDESETLINE_STRING_TEXT=qbs_new_cmem(oldstr4780->len,0);
}else{ }else{
_SUB_IDESETLINE_STRING_TEXT=qbs_new(oldstr4709->len,0); _SUB_IDESETLINE_STRING_TEXT=qbs_new(oldstr4780->len,0);
} }
memcpy(_SUB_IDESETLINE_STRING_TEXT->chr,oldstr4709->chr,oldstr4709->len); memcpy(_SUB_IDESETLINE_STRING_TEXT->chr,oldstr4780->chr,oldstr4780->len);
} }
int32 *_SUB_IDESETLINE_LONG_TEXTLEN=NULL; int32 *_SUB_IDESETLINE_LONG_TEXTLEN=NULL;
if(_SUB_IDESETLINE_LONG_TEXTLEN==NULL){ if(_SUB_IDESETLINE_LONG_TEXTLEN==NULL){
_SUB_IDESETLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4); _SUB_IDESETLINE_LONG_TEXTLEN=(int32*)mem_static_malloc(4);
*_SUB_IDESETLINE_LONG_TEXTLEN=0; *_SUB_IDESETLINE_LONG_TEXTLEN=0;
} }
byte_element_struct *byte_element_4710=NULL; byte_element_struct *byte_element_4781=NULL;
if (!byte_element_4710){ if (!byte_element_4781){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4710=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4710=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4781=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4781=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4711=NULL; byte_element_struct *byte_element_4782=NULL;
if (!byte_element_4711){ if (!byte_element_4782){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4711=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4711=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4782=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4782=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -24,10 +24,10 @@ if(_SUB_IDESHOWTEXT_LONG_Y==NULL){
_SUB_IDESHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_Y=0; *_SUB_IDESHOWTEXT_LONG_Y=0;
} }
int64 fornext_value4713; int64 fornext_value4784;
int64 fornext_finalvalue4713; int64 fornext_finalvalue4784;
int64 fornext_step4713; int64 fornext_step4784;
uint8 fornext_step_negative4713; uint8 fornext_step_negative4784;
qbs *_SUB_IDESHOWTEXT_STRING_A=NULL; qbs *_SUB_IDESHOWTEXT_STRING_A=NULL;
if (!_SUB_IDESHOWTEXT_STRING_A)_SUB_IDESHOWTEXT_STRING_A=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_A)_SUB_IDESHOWTEXT_STRING_A=qbs_new(0,0);
int32 *_SUB_IDESHOWTEXT_LONG_SF=NULL; int32 *_SUB_IDESHOWTEXT_LONG_SF=NULL;
@ -35,9 +35,9 @@ if(_SUB_IDESHOWTEXT_LONG_SF==NULL){
_SUB_IDESHOWTEXT_LONG_SF=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_SF=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_SF=0; *_SUB_IDESHOWTEXT_LONG_SF=0;
} }
byte_element_struct *byte_element_4714=NULL; byte_element_struct *byte_element_4785=NULL;
if (!byte_element_4714){ if (!byte_element_4785){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4714=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4714=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4785=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4785=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_X=NULL; int32 *_SUB_IDESHOWTEXT_LONG_X=NULL;
if(_SUB_IDESHOWTEXT_LONG_X==NULL){ if(_SUB_IDESHOWTEXT_LONG_X==NULL){
@ -56,9 +56,9 @@ _SUB_IDESHOWTEXT_LONG_NEXTAT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=NULL; qbs *_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=NULL;
if (!_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD)_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD)_SUB_IDESHOWTEXT_STRING_CHECKKEYWORD=qbs_new(0,0);
byte_element_struct *byte_element_4716=NULL; byte_element_struct *byte_element_4787=NULL;
if (!byte_element_4716){ if (!byte_element_4787){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4716=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4716=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4787=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4787=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_HASHCHKFLAGS=NULL; int32 *_SUB_IDESHOWTEXT_LONG_HASHCHKFLAGS=NULL;
if(_SUB_IDESHOWTEXT_LONG_HASHCHKFLAGS==NULL){ if(_SUB_IDESHOWTEXT_LONG_HASHCHKFLAGS==NULL){
@ -85,22 +85,22 @@ if(_SUB_IDESHOWTEXT_LONG_HASHRES2==NULL){
_SUB_IDESHOWTEXT_LONG_HASHRES2=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_HASHRES2=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_HASHRES2=0; *_SUB_IDESHOWTEXT_LONG_HASHRES2=0;
} }
byte_element_struct *byte_element_4717=NULL; byte_element_struct *byte_element_4788=NULL;
if (!byte_element_4717){ if (!byte_element_4788){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4717=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4717=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4788=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4788=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_I=NULL; int32 *_SUB_IDESHOWTEXT_LONG_I=NULL;
if(_SUB_IDESHOWTEXT_LONG_I==NULL){ if(_SUB_IDESHOWTEXT_LONG_I==NULL){
_SUB_IDESHOWTEXT_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_I=0; *_SUB_IDESHOWTEXT_LONG_I=0;
} }
int64 fornext_value4719; int64 fornext_value4790;
int64 fornext_finalvalue4719; int64 fornext_finalvalue4790;
int64 fornext_step4719; int64 fornext_step4790;
uint8 fornext_step_negative4719; uint8 fornext_step_negative4790;
byte_element_struct *byte_element_4720=NULL; byte_element_struct *byte_element_4791=NULL;
if (!byte_element_4720){ if (!byte_element_4791){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4720=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4720=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4791=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4791=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_CHECKCHAR=NULL; int32 *_SUB_IDESHOWTEXT_LONG_CHECKCHAR=NULL;
if(_SUB_IDESHOWTEXT_LONG_CHECKCHAR==NULL){ if(_SUB_IDESHOWTEXT_LONG_CHECKCHAR==NULL){
@ -109,13 +109,13 @@ _SUB_IDESHOWTEXT_LONG_CHECKCHAR=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDESHOWTEXT_STRING_TEMPLIST=NULL; qbs *_SUB_IDESHOWTEXT_STRING_TEMPLIST=NULL;
if (!_SUB_IDESHOWTEXT_STRING_TEMPLIST)_SUB_IDESHOWTEXT_STRING_TEMPLIST=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_TEMPLIST)_SUB_IDESHOWTEXT_STRING_TEMPLIST=qbs_new(0,0);
byte_element_struct *byte_element_4722=NULL; byte_element_struct *byte_element_4793=NULL;
if (!byte_element_4722){ if (!byte_element_4793){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4722=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4722=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4793=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4793=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4723=NULL; byte_element_struct *byte_element_4794=NULL;
if (!byte_element_4723){ if (!byte_element_4794){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4723=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4723=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4794=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4794=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_CC=NULL; int32 *_SUB_IDESHOWTEXT_LONG_CC=NULL;
if(_SUB_IDESHOWTEXT_LONG_CC==NULL){ if(_SUB_IDESHOWTEXT_LONG_CC==NULL){
@ -157,56 +157,56 @@ if(_SUB_IDESHOWTEXT_LONG_IDECY_MULTILINEEND==NULL){
_SUB_IDESHOWTEXT_LONG_IDECY_MULTILINEEND=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_IDECY_MULTILINEEND=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_IDECY_MULTILINEEND=0; *_SUB_IDESHOWTEXT_LONG_IDECY_MULTILINEEND=0;
} }
byte_element_struct *byte_element_4724=NULL; byte_element_struct *byte_element_4795=NULL;
if (!byte_element_4724){ if (!byte_element_4795){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4724=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4724=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4795=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4795=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4725; int32 pass4796;
int32 *_SUB_IDESHOWTEXT_LONG_IDECY_I=NULL; int32 *_SUB_IDESHOWTEXT_LONG_IDECY_I=NULL;
if(_SUB_IDESHOWTEXT_LONG_IDECY_I==NULL){ if(_SUB_IDESHOWTEXT_LONG_IDECY_I==NULL){
_SUB_IDESHOWTEXT_LONG_IDECY_I=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_IDECY_I=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_IDECY_I=0; *_SUB_IDESHOWTEXT_LONG_IDECY_I=0;
} }
int64 fornext_value4727; int64 fornext_value4798;
int64 fornext_finalvalue4727; int64 fornext_finalvalue4798;
int64 fornext_step4727; int64 fornext_step4798;
uint8 fornext_step_negative4727; uint8 fornext_step_negative4798;
qbs *_SUB_IDESHOWTEXT_STRING_B=NULL; qbs *_SUB_IDESHOWTEXT_STRING_B=NULL;
if (!_SUB_IDESHOWTEXT_STRING_B)_SUB_IDESHOWTEXT_STRING_B=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_B)_SUB_IDESHOWTEXT_STRING_B=qbs_new(0,0);
byte_element_struct *byte_element_4728=NULL; byte_element_struct *byte_element_4799=NULL;
if (!byte_element_4728){ if (!byte_element_4799){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4728=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4728=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4799=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4799=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4729; int32 pass4800;
int64 fornext_value4731; int64 fornext_value4802;
int64 fornext_finalvalue4731; int64 fornext_finalvalue4802;
int64 fornext_step4731; int64 fornext_step4802;
uint8 fornext_step_negative4731; uint8 fornext_step_negative4802;
byte_element_struct *byte_element_4732=NULL; byte_element_struct *byte_element_4803=NULL;
if (!byte_element_4732){ if (!byte_element_4803){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4732=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4732=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4803=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4803=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4733; int32 pass4804;
int32 pass4734; int32 pass4805;
byte_element_struct *byte_element_4735=NULL; byte_element_struct *byte_element_4806=NULL;
if (!byte_element_4735){ if (!byte_element_4806){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4735=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4735=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4806=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4806=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4736; int32 pass4807;
int64 fornext_value4738; int64 fornext_value4809;
int64 fornext_finalvalue4738; int64 fornext_finalvalue4809;
int64 fornext_step4738; int64 fornext_step4809;
uint8 fornext_step_negative4738; uint8 fornext_step_negative4809;
byte_element_struct *byte_element_4739=NULL; byte_element_struct *byte_element_4810=NULL;
if (!byte_element_4739){ if (!byte_element_4810){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4739=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4739=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4810=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4810=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4740; int32 pass4811;
int32 pass4741; int32 pass4812;
int64 fornext_value4743; int64 fornext_value4814;
int64 fornext_finalvalue4743; int64 fornext_finalvalue4814;
int64 fornext_step4743; int64 fornext_step4814;
uint8 fornext_step_negative4743; uint8 fornext_step_negative4814;
int32 *_SUB_IDESHOWTEXT_LONG_LINK_IDECX=NULL; int32 *_SUB_IDESHOWTEXT_LONG_LINK_IDECX=NULL;
if(_SUB_IDESHOWTEXT_LONG_LINK_IDECX==NULL){ if(_SUB_IDESHOWTEXT_LONG_LINK_IDECX==NULL){
_SUB_IDESHOWTEXT_LONG_LINK_IDECX=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_LINK_IDECX=(int32*)mem_static_malloc(4);
@ -217,9 +217,9 @@ if(_SUB_IDESHOWTEXT_LONG_SHIFTENTER_IDECX==NULL){
_SUB_IDESHOWTEXT_LONG_SHIFTENTER_IDECX=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_SHIFTENTER_IDECX=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_SHIFTENTER_IDECX=0; *_SUB_IDESHOWTEXT_LONG_SHIFTENTER_IDECX=0;
} }
byte_element_struct *byte_element_4745=NULL; byte_element_struct *byte_element_4816=NULL;
if (!byte_element_4745){ if (!byte_element_4816){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4745=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4745=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4816=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4816=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT=NULL; int32 *_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT=NULL;
if(_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT==NULL){ if(_SUB_IDESHOWTEXT_LONG_IDECX_COMMENT==NULL){
@ -261,38 +261,38 @@ if(_SUB_IDESHOWTEXT_LONG_K==NULL){
_SUB_IDESHOWTEXT_LONG_K=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_K=0; *_SUB_IDESHOWTEXT_LONG_K=0;
} }
int64 fornext_value4747; int64 fornext_value4818;
int64 fornext_finalvalue4747; int64 fornext_finalvalue4818;
int64 fornext_step4747; int64 fornext_step4818;
uint8 fornext_step_negative4747; uint8 fornext_step_negative4818;
byte_element_struct *byte_element_4748=NULL; byte_element_struct *byte_element_4819=NULL;
if (!byte_element_4748){ if (!byte_element_4819){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4748=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4748=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4819=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4819=(byte_element_struct*)mem_static_malloc(12);
} }
static qbs *sc_4749=qbs_new(0,0); static qbs *sc_4820=qbs_new(0,0);
int64 fornext_value4751; int64 fornext_value4822;
int64 fornext_finalvalue4751; int64 fornext_finalvalue4822;
int64 fornext_step4751; int64 fornext_step4822;
uint8 fornext_step_negative4751; uint8 fornext_step_negative4822;
static qbs *sc_4752=qbs_new(0,0); static qbs *sc_4823=qbs_new(0,0);
qbs *_SUB_IDESHOWTEXT_STRING_A2=NULL; qbs *_SUB_IDESHOWTEXT_STRING_A2=NULL;
if (!_SUB_IDESHOWTEXT_STRING_A2)_SUB_IDESHOWTEXT_STRING_A2=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_A2)_SUB_IDESHOWTEXT_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4753=NULL; byte_element_struct *byte_element_4824=NULL;
if (!byte_element_4753){ if (!byte_element_4824){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4753=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4753=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4824=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4824=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4754=NULL; byte_element_struct *byte_element_4825=NULL;
if (!byte_element_4754){ if (!byte_element_4825){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4754=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4754=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4825=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4825=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=NULL; int32 *_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=NULL;
if(_SUB_IDESHOWTEXT_LONG_FINDINCLUDE==NULL){ if(_SUB_IDESHOWTEXT_LONG_FINDINCLUDE==NULL){
_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_FINDINCLUDE=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=0; *_SUB_IDESHOWTEXT_LONG_FINDINCLUDE=0;
} }
byte_element_struct *byte_element_4755=NULL; byte_element_struct *byte_element_4826=NULL;
if (!byte_element_4755){ if (!byte_element_4826){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4755=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4755=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4826=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4826=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1=NULL; int32 *_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1=NULL;
if(_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1==NULL){ if(_SUB_IDESHOWTEXT_LONG_FINDAPOSTROPHE1==NULL){
@ -340,153 +340,153 @@ if(_SUB_IDESHOWTEXT_LONG_M==NULL){
_SUB_IDESHOWTEXT_LONG_M=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_M=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_M=0; *_SUB_IDESHOWTEXT_LONG_M=0;
} }
int64 fornext_value4757; int64 fornext_value4828;
int64 fornext_finalvalue4757; int64 fornext_finalvalue4828;
int64 fornext_step4757; int64 fornext_step4828;
uint8 fornext_step_negative4757; uint8 fornext_step_negative4828;
byte_element_struct *byte_element_4758=NULL; byte_element_struct *byte_element_4829=NULL;
if (!byte_element_4758){ if (!byte_element_4829){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4758=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4758=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4829=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4829=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_RESULT=NULL; int32 *_SUB_IDESHOWTEXT_LONG_RESULT=NULL;
if(_SUB_IDESHOWTEXT_LONG_RESULT==NULL){ if(_SUB_IDESHOWTEXT_LONG_RESULT==NULL){
_SUB_IDESHOWTEXT_LONG_RESULT=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_RESULT=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_RESULT=0; *_SUB_IDESHOWTEXT_LONG_RESULT=0;
} }
byte_element_struct *byte_element_4759=NULL; byte_element_struct *byte_element_4830=NULL;
if (!byte_element_4759){ if (!byte_element_4830){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4759=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4759=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4830=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4830=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4760=NULL; byte_element_struct *byte_element_4831=NULL;
if (!byte_element_4760){ if (!byte_element_4831){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4760=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4760=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4831=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4831=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4761=NULL; byte_element_struct *byte_element_4832=NULL;
if (!byte_element_4761){ if (!byte_element_4832){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4761=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4761=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4832=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4832=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4762=NULL; byte_element_struct *byte_element_4833=NULL;
if (!byte_element_4762){ if (!byte_element_4833){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4762=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4762=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4833=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4833=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4763=NULL; byte_element_struct *byte_element_4834=NULL;
if (!byte_element_4763){ if (!byte_element_4834){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4763=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4763=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4834=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4834=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4764=NULL; byte_element_struct *byte_element_4835=NULL;
if (!byte_element_4764){ if (!byte_element_4835){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4764=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4764=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4835=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4835=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4765=NULL; byte_element_struct *byte_element_4836=NULL;
if (!byte_element_4765){ if (!byte_element_4836){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4765=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4765=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4836=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4836=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4766=NULL; byte_element_struct *byte_element_4837=NULL;
if (!byte_element_4766){ if (!byte_element_4837){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4766=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4766=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4837=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4837=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4767=NULL; byte_element_struct *byte_element_4838=NULL;
if (!byte_element_4767){ if (!byte_element_4838){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4767=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4767=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4838=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4838=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4768=NULL; byte_element_struct *byte_element_4839=NULL;
if (!byte_element_4768){ if (!byte_element_4839){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4768=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4768=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4839=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4839=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4769=NULL; byte_element_struct *byte_element_4840=NULL;
if (!byte_element_4769){ if (!byte_element_4840){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4769=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4769=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4840=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4840=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4770=NULL; byte_element_struct *byte_element_4841=NULL;
if (!byte_element_4770){ if (!byte_element_4841){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4770=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4770=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4841=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4841=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4771=NULL; byte_element_struct *byte_element_4842=NULL;
if (!byte_element_4771){ if (!byte_element_4842){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4771=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4771=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4842=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4842=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4772=NULL; byte_element_struct *byte_element_4843=NULL;
if (!byte_element_4772){ if (!byte_element_4843){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4772=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4772=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4843=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4843=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4773=NULL; byte_element_struct *byte_element_4844=NULL;
if (!byte_element_4773){ if (!byte_element_4844){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4773=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4773=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4844=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4844=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4774=NULL; byte_element_struct *byte_element_4845=NULL;
if (!byte_element_4774){ if (!byte_element_4845){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4774=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4774=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4845=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4845=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4775=NULL; byte_element_struct *byte_element_4846=NULL;
if (!byte_element_4775){ if (!byte_element_4846){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4775=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4775=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4846=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4846=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4776=NULL; byte_element_struct *byte_element_4847=NULL;
if (!byte_element_4776){ if (!byte_element_4847){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4776=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4776=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4847=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4847=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDESHOWTEXT_STRING_THISCHAR=NULL; qbs *_SUB_IDESHOWTEXT_STRING_THISCHAR=NULL;
if (!_SUB_IDESHOWTEXT_STRING_THISCHAR)_SUB_IDESHOWTEXT_STRING_THISCHAR=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_THISCHAR)_SUB_IDESHOWTEXT_STRING_THISCHAR=qbs_new(0,0);
byte_element_struct *byte_element_4778=NULL; byte_element_struct *byte_element_4849=NULL;
if (!byte_element_4778){ if (!byte_element_4849){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4778=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4778=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4849=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4849=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_IS_NUMBER=NULL; int32 *_SUB_IDESHOWTEXT_LONG_IS_NUMBER=NULL;
if(_SUB_IDESHOWTEXT_LONG_IS_NUMBER==NULL){ if(_SUB_IDESHOWTEXT_LONG_IS_NUMBER==NULL){
_SUB_IDESHOWTEXT_LONG_IS_NUMBER=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_IS_NUMBER=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_IS_NUMBER=0; *_SUB_IDESHOWTEXT_LONG_IS_NUMBER=0;
} }
int64 fornext_value4780; int64 fornext_value4851;
int64 fornext_finalvalue4780; int64 fornext_finalvalue4851;
int64 fornext_step4780; int64 fornext_step4851;
uint8 fornext_step_negative4780; uint8 fornext_step_negative4851;
byte_element_struct *byte_element_4781=NULL; byte_element_struct *byte_element_4852=NULL;
if (!byte_element_4781){ if (!byte_element_4852){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4781=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4781=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4852=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4852=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4782=NULL; byte_element_struct *byte_element_4853=NULL;
if (!byte_element_4782){ if (!byte_element_4853){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4782=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4782=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4853=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4853=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4784; int64 fornext_value4855;
int64 fornext_finalvalue4784; int64 fornext_finalvalue4855;
int64 fornext_step4784; int64 fornext_step4855;
uint8 fornext_step_negative4784; uint8 fornext_step_negative4855;
byte_element_struct *byte_element_4785=NULL; byte_element_struct *byte_element_4856=NULL;
if (!byte_element_4785){ if (!byte_element_4856){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4785=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4785=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4856=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4856=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP=NULL; qbs *_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP=NULL;
if (!_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP)_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP)_SUB_IDESHOWTEXT_STRING_RIGHT__ASCII_CHR_046__SEP=qbs_new(0,0);
int64 fornext_value4787; int64 fornext_value4858;
int64 fornext_finalvalue4787; int64 fornext_finalvalue4858;
int64 fornext_step4787; int64 fornext_step4858;
uint8 fornext_step_negative4787; uint8 fornext_step_negative4858;
byte_element_struct *byte_element_4788=NULL; byte_element_struct *byte_element_4859=NULL;
if (!byte_element_4788){ if (!byte_element_4859){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4788=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4788=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4859=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4859=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4789=NULL; byte_element_struct *byte_element_4860=NULL;
if (!byte_element_4789){ if (!byte_element_4860){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4789=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4789=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4860=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4860=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4790=NULL; byte_element_struct *byte_element_4861=NULL;
if (!byte_element_4790){ if (!byte_element_4861){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4790=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4790=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4861=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4861=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4791=NULL; byte_element_struct *byte_element_4862=NULL;
if (!byte_element_4791){ if (!byte_element_4862){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4791=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4791=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4862=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4862=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESHOWTEXT_LONG_X2=NULL; int32 *_SUB_IDESHOWTEXT_LONG_X2=NULL;
if(_SUB_IDESHOWTEXT_LONG_X2==NULL){ if(_SUB_IDESHOWTEXT_LONG_X2==NULL){
_SUB_IDESHOWTEXT_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_X2=0; *_SUB_IDESHOWTEXT_LONG_X2=0;
} }
int64 fornext_value4794; int64 fornext_value4865;
int64 fornext_finalvalue4794; int64 fornext_finalvalue4865;
int64 fornext_step4794; int64 fornext_step4865;
uint8 fornext_step_negative4794; uint8 fornext_step_negative4865;
int32 *_SUB_IDESHOWTEXT_LONG_A=NULL; int32 *_SUB_IDESHOWTEXT_LONG_A=NULL;
if(_SUB_IDESHOWTEXT_LONG_A==NULL){ if(_SUB_IDESHOWTEXT_LONG_A==NULL){
_SUB_IDESHOWTEXT_LONG_A=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_A=(int32*)mem_static_malloc(4);
@ -497,51 +497,51 @@ if(_SUB_IDESHOWTEXT_LONG_C==NULL){
_SUB_IDESHOWTEXT_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_C=0; *_SUB_IDESHOWTEXT_LONG_C=0;
} }
int64 fornext_value4796; int64 fornext_value4867;
int64 fornext_finalvalue4796; int64 fornext_finalvalue4867;
int64 fornext_step4796; int64 fornext_step4867;
uint8 fornext_step_negative4796; uint8 fornext_step_negative4867;
int64 fornext_value4799; int64 fornext_value4870;
int64 fornext_finalvalue4799; int64 fornext_finalvalue4870;
int64 fornext_step4799; int64 fornext_step4870;
uint8 fornext_step_negative4799; uint8 fornext_step_negative4870;
byte_element_struct *byte_element_4800=NULL; byte_element_struct *byte_element_4871=NULL;
if (!byte_element_4800){ if (!byte_element_4871){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4800=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4800=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4871=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4871=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4802; int64 fornext_value4873;
int64 fornext_finalvalue4802; int64 fornext_finalvalue4873;
int64 fornext_step4802; int64 fornext_step4873;
uint8 fornext_step_negative4802; uint8 fornext_step_negative4873;
int32 *_SUB_IDESHOWTEXT_LONG_B=NULL; int32 *_SUB_IDESHOWTEXT_LONG_B=NULL;
if(_SUB_IDESHOWTEXT_LONG_B==NULL){ if(_SUB_IDESHOWTEXT_LONG_B==NULL){
_SUB_IDESHOWTEXT_LONG_B=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_B=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_B=0; *_SUB_IDESHOWTEXT_LONG_B=0;
} }
int64 fornext_value4804; int64 fornext_value4875;
int64 fornext_finalvalue4804; int64 fornext_finalvalue4875;
int64 fornext_step4804; int64 fornext_step4875;
uint8 fornext_step_negative4804; uint8 fornext_step_negative4875;
int32 *_SUB_IDESHOWTEXT_LONG_Q=NULL; int32 *_SUB_IDESHOWTEXT_LONG_Q=NULL;
if(_SUB_IDESHOWTEXT_LONG_Q==NULL){ if(_SUB_IDESHOWTEXT_LONG_Q==NULL){
_SUB_IDESHOWTEXT_LONG_Q=(int32*)mem_static_malloc(4); _SUB_IDESHOWTEXT_LONG_Q=(int32*)mem_static_malloc(4);
*_SUB_IDESHOWTEXT_LONG_Q=0; *_SUB_IDESHOWTEXT_LONG_Q=0;
} }
int32 pass4805; int32 pass4876;
int32 pass4806; int32 pass4877;
int32 pass4807; int32 pass4878;
int32 pass4808; int32 pass4879;
int32 pass4809; int32 pass4880;
int32 pass4810; int32 pass4881;
qbs *_SUB_IDESHOWTEXT_STRING_C=NULL; qbs *_SUB_IDESHOWTEXT_STRING_C=NULL;
if (!_SUB_IDESHOWTEXT_STRING_C)_SUB_IDESHOWTEXT_STRING_C=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_C)_SUB_IDESHOWTEXT_STRING_C=qbs_new(0,0);
qbs *_SUB_IDESHOWTEXT_STRING_L2=NULL; qbs *_SUB_IDESHOWTEXT_STRING_L2=NULL;
if (!_SUB_IDESHOWTEXT_STRING_L2)_SUB_IDESHOWTEXT_STRING_L2=qbs_new(0,0); if (!_SUB_IDESHOWTEXT_STRING_L2)_SUB_IDESHOWTEXT_STRING_L2=qbs_new(0,0);
byte_element_struct *byte_element_4812=NULL; byte_element_struct *byte_element_4883=NULL;
if (!byte_element_4812){ if (!byte_element_4883){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4812=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4812=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4883=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4883=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4813=NULL; byte_element_struct *byte_element_4884=NULL;
if (!byte_element_4813){ if (!byte_element_4884){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4813=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4813=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4884=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4884=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -29,17 +29,17 @@ memset(_FUNC_IDESUBS_STRING1_SEP->chr,0,1);
} }
qbs *_FUNC_IDESUBS_STRING_A2=NULL; qbs *_FUNC_IDESUBS_STRING_A2=NULL;
if (!_FUNC_IDESUBS_STRING_A2)_FUNC_IDESUBS_STRING_A2=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_A2)_FUNC_IDESUBS_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4814=NULL; byte_element_struct *byte_element_4885=NULL;
if (!byte_element_4814){ if (!byte_element_4885){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4814=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4814=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4885=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4885=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4816=NULL; byte_element_struct *byte_element_4887=NULL;
if (!byte_element_4816){ if (!byte_element_4887){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4816=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4816=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4887=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4887=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4817=NULL; byte_element_struct *byte_element_4888=NULL;
if (!byte_element_4817){ if (!byte_element_4888){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4817=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4817=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4888=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4888=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_L=NULL; qbs *_FUNC_IDESUBS_STRING_L=NULL;
if (!_FUNC_IDESUBS_STRING_L)_FUNC_IDESUBS_STRING_L=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_L)_FUNC_IDESUBS_STRING_L=qbs_new(0,0);
@ -53,9 +53,9 @@ if(_FUNC_IDESUBS_LONG_MAXMODULENAMELEN==NULL){
_FUNC_IDESUBS_LONG_MAXMODULENAMELEN=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_MAXMODULENAMELEN=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_MAXMODULENAMELEN=0; *_FUNC_IDESUBS_LONG_MAXMODULENAMELEN=0;
} }
byte_element_struct *byte_element_4818=NULL; byte_element_struct *byte_element_4889=NULL;
if (!byte_element_4818){ if (!byte_element_4889){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4818=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4818=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4889=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4889=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_LY=NULL; qbs *_FUNC_IDESUBS_STRING_LY=NULL;
if (!_FUNC_IDESUBS_STRING_LY)_FUNC_IDESUBS_STRING_LY=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LY)_FUNC_IDESUBS_STRING_LY=qbs_new(0,0);
@ -195,10 +195,10 @@ if(_FUNC_IDESUBS_LONG_Y==NULL){
_FUNC_IDESUBS_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_Y=0; *_FUNC_IDESUBS_LONG_Y=0;
} }
int64 fornext_value4820; int64 fornext_value4891;
int64 fornext_finalvalue4820; int64 fornext_finalvalue4891;
int64 fornext_step4820; int64 fornext_step4891;
uint8 fornext_step_negative4820; uint8 fornext_step_negative4891;
qbs *_FUNC_IDESUBS_STRING_A=NULL; qbs *_FUNC_IDESUBS_STRING_A=NULL;
if (!_FUNC_IDESUBS_STRING_A)_FUNC_IDESUBS_STRING_A=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_A)_FUNC_IDESUBS_STRING_A=qbs_new(0,0);
int32 *_FUNC_IDESUBS_LONG_SF=NULL; int32 *_FUNC_IDESUBS_LONG_SF=NULL;
@ -215,21 +215,21 @@ if(_FUNC_IDESUBS_LONG_LASTOPENSUB==NULL){
_FUNC_IDESUBS_LONG_LASTOPENSUB=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_LASTOPENSUB=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_LASTOPENSUB=0; *_FUNC_IDESUBS_LONG_LASTOPENSUB=0;
} }
byte_element_struct *byte_element_4821=NULL; byte_element_struct *byte_element_4892=NULL;
if (!byte_element_4821){ if (!byte_element_4892){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4821=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4821=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4892=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4892=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4822=NULL; byte_element_struct *byte_element_4893=NULL;
if (!byte_element_4822){ if (!byte_element_4893){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4822=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4822=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4893=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4893=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4823=NULL; byte_element_struct *byte_element_4894=NULL;
if (!byte_element_4823){ if (!byte_element_4894){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4823=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4823=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4894=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4894=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4824=NULL; byte_element_struct *byte_element_4895=NULL;
if (!byte_element_4824){ if (!byte_element_4895){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4824=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4824=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4895=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4895=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_X=NULL; int32 *_FUNC_IDESUBS_LONG_X=NULL;
if(_FUNC_IDESUBS_LONG_X==NULL){ if(_FUNC_IDESUBS_LONG_X==NULL){
@ -250,44 +250,44 @@ qbs *_FUNC_IDESUBS_STRING_N=NULL;
if (!_FUNC_IDESUBS_STRING_N)_FUNC_IDESUBS_STRING_N=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_N)_FUNC_IDESUBS_STRING_N=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_ARGS=NULL; qbs *_FUNC_IDESUBS_STRING_ARGS=NULL;
if (!_FUNC_IDESUBS_STRING_ARGS)_FUNC_IDESUBS_STRING_ARGS=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_ARGS)_FUNC_IDESUBS_STRING_ARGS=qbs_new(0,0);
byte_element_struct *byte_element_4825=NULL; byte_element_struct *byte_element_4896=NULL;
if (!byte_element_4825){ if (!byte_element_4896){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4825=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4825=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4896=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4896=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_I=NULL; int32 *_FUNC_IDESUBS_LONG_I=NULL;
if(_FUNC_IDESUBS_LONG_I==NULL){ if(_FUNC_IDESUBS_LONG_I==NULL){
_FUNC_IDESUBS_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_I=0; *_FUNC_IDESUBS_LONG_I=0;
} }
int64 fornext_value4827; int64 fornext_value4898;
int64 fornext_finalvalue4827; int64 fornext_finalvalue4898;
int64 fornext_step4827; int64 fornext_step4898;
uint8 fornext_step_negative4827; uint8 fornext_step_negative4898;
byte_element_struct *byte_element_4828=NULL; byte_element_struct *byte_element_4899=NULL;
if (!byte_element_4828){ if (!byte_element_4899){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4828=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4828=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4899=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4899=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4829=NULL; byte_element_struct *byte_element_4900=NULL;
if (!byte_element_4829){ if (!byte_element_4900){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4829=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4829=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4900=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4900=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4830=NULL; byte_element_struct *byte_element_4901=NULL;
if (!byte_element_4830){ if (!byte_element_4901){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4830=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4830=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4901=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4901=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_N2=NULL; qbs *_FUNC_IDESUBS_STRING_N2=NULL;
if (!_FUNC_IDESUBS_STRING_N2)_FUNC_IDESUBS_STRING_N2=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_N2)_FUNC_IDESUBS_STRING_N2=qbs_new(0,0);
byte_element_struct *byte_element_4831=NULL; byte_element_struct *byte_element_4902=NULL;
if (!byte_element_4831){ if (!byte_element_4902){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4831=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4831=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4902=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4902=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4833=NULL; byte_element_struct *byte_element_4904=NULL;
if (!byte_element_4833){ if (!byte_element_4904){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4833=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4833=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4904=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4904=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4834=NULL; byte_element_struct *byte_element_4905=NULL;
if (!byte_element_4834){ if (!byte_element_4905){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4834=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4834=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4905=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4905=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_CURSOR=NULL; int32 *_FUNC_IDESUBS_LONG_CURSOR=NULL;
if(_FUNC_IDESUBS_LONG_CURSOR==NULL){ if(_FUNC_IDESUBS_LONG_CURSOR==NULL){
@ -303,9 +303,9 @@ qbs *_FUNC_IDESUBS_STRING_LINESHEADER=NULL;
if (!_FUNC_IDESUBS_STRING_LINESHEADER)_FUNC_IDESUBS_STRING_LINESHEADER=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LINESHEADER)_FUNC_IDESUBS_STRING_LINESHEADER=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_EXTERNAL=NULL; qbs *_FUNC_IDESUBS_STRING_EXTERNAL=NULL;
if (!_FUNC_IDESUBS_STRING_EXTERNAL)_FUNC_IDESUBS_STRING_EXTERNAL=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_EXTERNAL)_FUNC_IDESUBS_STRING_EXTERNAL=qbs_new(0,0);
byte_element_struct *byte_element_4836=NULL; byte_element_struct *byte_element_4907=NULL;
if (!byte_element_4836){ if (!byte_element_4907){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4836=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4836=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4907=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4907=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_LSIZED=NULL; qbs *_FUNC_IDESUBS_STRING_LSIZED=NULL;
if (!_FUNC_IDESUBS_STRING_LSIZED)_FUNC_IDESUBS_STRING_LSIZED=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LSIZED)_FUNC_IDESUBS_STRING_LSIZED=qbs_new(0,0);
@ -313,31 +313,31 @@ qbs *_FUNC_IDESUBS_STRING_LSORTEDSIZED=NULL;
if (!_FUNC_IDESUBS_STRING_LSORTEDSIZED)_FUNC_IDESUBS_STRING_LSORTEDSIZED=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LSORTEDSIZED)_FUNC_IDESUBS_STRING_LSORTEDSIZED=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_LSORTED=NULL; qbs *_FUNC_IDESUBS_STRING_LSORTED=NULL;
if (!_FUNC_IDESUBS_STRING_LSORTED)_FUNC_IDESUBS_STRING_LSORTED=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LSORTED)_FUNC_IDESUBS_STRING_LSORTED=qbs_new(0,0);
int64 fornext_value4838; int64 fornext_value4909;
int64 fornext_finalvalue4838; int64 fornext_finalvalue4909;
int64 fornext_step4838; int64 fornext_step4909;
uint8 fornext_step_negative4838; uint8 fornext_step_negative4909;
byte_element_struct *byte_element_4839=NULL; byte_element_struct *byte_element_4910=NULL;
if (!byte_element_4839){ if (!byte_element_4910){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4839=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4839=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4910=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4910=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4840=NULL; byte_element_struct *byte_element_4911=NULL;
if (!byte_element_4840){ if (!byte_element_4911){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4840=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4840=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4911=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4911=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4841=NULL; byte_element_struct *byte_element_4912=NULL;
if (!byte_element_4841){ if (!byte_element_4912){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4841=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4841=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4912=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4912=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4842=NULL; byte_element_struct *byte_element_4913=NULL;
if (!byte_element_4842){ if (!byte_element_4913){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4842=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4842=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4913=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4913=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_NUM=NULL; qbs *_FUNC_IDESUBS_STRING_NUM=NULL;
if (!_FUNC_IDESUBS_STRING_NUM)_FUNC_IDESUBS_STRING_NUM=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_NUM)_FUNC_IDESUBS_STRING_NUM=qbs_new(0,0);
byte_element_struct *byte_element_4843=NULL; byte_element_struct *byte_element_4914=NULL;
if (!byte_element_4843){ if (!byte_element_4914){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4843=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4843=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4914=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4914=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_LISTITEM=NULL; qbs *_FUNC_IDESUBS_STRING_LISTITEM=NULL;
if (!_FUNC_IDESUBS_STRING_LISTITEM)_FUNC_IDESUBS_STRING_LISTITEM=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_LISTITEM)_FUNC_IDESUBS_STRING_LISTITEM=qbs_new(0,0);
@ -346,67 +346,67 @@ if(_FUNC_IDESUBS_LONG_LISTITEMLENGTH==NULL){
_FUNC_IDESUBS_LONG_LISTITEMLENGTH=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_LISTITEMLENGTH=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_LISTITEMLENGTH=0; *_FUNC_IDESUBS_LONG_LISTITEMLENGTH=0;
} }
byte_element_struct *byte_element_4844=NULL; byte_element_struct *byte_element_4915=NULL;
if (!byte_element_4844){ if (!byte_element_4915){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4844=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4844=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4915=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4915=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4846; int64 fornext_value4917;
int64 fornext_finalvalue4846; int64 fornext_finalvalue4917;
int64 fornext_step4846; int64 fornext_step4917;
uint8 fornext_step_negative4846; uint8 fornext_step_negative4917;
byte_element_struct *byte_element_4847=NULL; byte_element_struct *byte_element_4918=NULL;
if (!byte_element_4847){ if (!byte_element_4918){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4847=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4847=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4918=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4918=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4848=NULL; byte_element_struct *byte_element_4919=NULL;
if (!byte_element_4848){ if (!byte_element_4919){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4848=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4848=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4919=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4919=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_RESTORECASEBKP=NULL; int32 *_FUNC_IDESUBS_LONG_RESTORECASEBKP=NULL;
if(_FUNC_IDESUBS_LONG_RESTORECASEBKP==NULL){ if(_FUNC_IDESUBS_LONG_RESTORECASEBKP==NULL){
_FUNC_IDESUBS_LONG_RESTORECASEBKP=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_RESTORECASEBKP=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_RESTORECASEBKP=0; *_FUNC_IDESUBS_LONG_RESTORECASEBKP=0;
} }
int64 fornext_value4850; int64 fornext_value4921;
int64 fornext_finalvalue4850; int64 fornext_finalvalue4921;
int64 fornext_step4850; int64 fornext_step4921;
uint8 fornext_step_negative4850; uint8 fornext_step_negative4921;
byte_element_struct *byte_element_4851=NULL; byte_element_struct *byte_element_4922=NULL;
if (!byte_element_4851){ if (!byte_element_4922){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4851=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4851=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4922=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4922=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4852=NULL; byte_element_struct *byte_element_4923=NULL;
if (!byte_element_4852){ if (!byte_element_4923){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4852=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4852=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4923=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4923=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDESUBS_STRING_TEMP=NULL; qbs *_FUNC_IDESUBS_STRING_TEMP=NULL;
if (!_FUNC_IDESUBS_STRING_TEMP)_FUNC_IDESUBS_STRING_TEMP=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_TEMP)_FUNC_IDESUBS_STRING_TEMP=qbs_new(0,0);
byte_element_struct *byte_element_4853=NULL; byte_element_struct *byte_element_4924=NULL;
if (!byte_element_4853){ if (!byte_element_4924){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4853=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4853=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4924=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4924=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass4854; int32 pass4925;
int32 pass4855; int32 pass4926;
int64 fornext_value4857; int64 fornext_value4928;
int64 fornext_finalvalue4857; int64 fornext_finalvalue4928;
int64 fornext_step4857; int64 fornext_step4928;
uint8 fornext_step_negative4857; uint8 fornext_step_negative4928;
byte_element_struct *byte_element_4858=NULL; byte_element_struct *byte_element_4929=NULL;
if (!byte_element_4858){ if (!byte_element_4929){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4858=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4858=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4929=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4929=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4860; int64 fornext_value4931;
int64 fornext_finalvalue4860; int64 fornext_finalvalue4931;
int64 fornext_step4860; int64 fornext_step4931;
uint8 fornext_step_negative4860; uint8 fornext_step_negative4931;
byte_element_struct *byte_element_4861=NULL; byte_element_struct *byte_element_4932=NULL;
if (!byte_element_4861){ if (!byte_element_4932){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4861=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4861=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4932=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4932=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4863; int64 fornext_value4934;
int64 fornext_finalvalue4863; int64 fornext_finalvalue4934;
int64 fornext_step4863; int64 fornext_step4934;
uint8 fornext_step_negative4863; uint8 fornext_step_negative4934;
int32 *_FUNC_IDESUBS_LONG_F=NULL; int32 *_FUNC_IDESUBS_LONG_F=NULL;
if(_FUNC_IDESUBS_LONG_F==NULL){ if(_FUNC_IDESUBS_LONG_F==NULL){
_FUNC_IDESUBS_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_F=(int32*)mem_static_malloc(4);
@ -422,10 +422,10 @@ if(_FUNC_IDESUBS_LONG_CY==NULL){
_FUNC_IDESUBS_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_CY=0; *_FUNC_IDESUBS_LONG_CY=0;
} }
int64 fornext_value4866; int64 fornext_value4937;
int64 fornext_finalvalue4866; int64 fornext_finalvalue4937;
int64 fornext_step4866; int64 fornext_step4937;
uint8 fornext_step_negative4866; uint8 fornext_step_negative4937;
int32 *_FUNC_IDESUBS_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDESUBS_LONG_LASTFOCUS=NULL;
if(_FUNC_IDESUBS_LONG_LASTFOCUS==NULL){ if(_FUNC_IDESUBS_LONG_LASTFOCUS==NULL){
_FUNC_IDESUBS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -458,9 +458,9 @@ _FUNC_IDESUBS_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESUBS_STRING_ALTLETTER=NULL; qbs *_FUNC_IDESUBS_STRING_ALTLETTER=NULL;
if (!_FUNC_IDESUBS_STRING_ALTLETTER)_FUNC_IDESUBS_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_ALTLETTER)_FUNC_IDESUBS_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4868=NULL; byte_element_struct *byte_element_4939=NULL;
if (!byte_element_4868){ if (!byte_element_4939){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4868=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4868=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4939=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4939=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESUBS_LONG_K=NULL; int32 *_FUNC_IDESUBS_LONG_K=NULL;
if(_FUNC_IDESUBS_LONG_K==NULL){ if(_FUNC_IDESUBS_LONG_K==NULL){
@ -472,10 +472,10 @@ if(_FUNC_IDESUBS_LONG_INFO==NULL){
_FUNC_IDESUBS_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_INFO=0; *_FUNC_IDESUBS_LONG_INFO=0;
} }
int64 fornext_value4870; int64 fornext_value4941;
int64 fornext_finalvalue4870; int64 fornext_finalvalue4941;
int64 fornext_step4870; int64 fornext_step4941;
uint8 fornext_step_negative4870; uint8 fornext_step_negative4941;
int32 *_FUNC_IDESUBS_LONG_T=NULL; int32 *_FUNC_IDESUBS_LONG_T=NULL;
if(_FUNC_IDESUBS_LONG_T==NULL){ if(_FUNC_IDESUBS_LONG_T==NULL){
_FUNC_IDESUBS_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDESUBS_LONG_T=(int32*)mem_static_malloc(4);
@ -493,11 +493,11 @@ _FUNC_IDESUBS_LONG_PREVIOUSSELECTION=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESUBS_STRING_TARGETSOURCELINE=NULL; qbs *_FUNC_IDESUBS_STRING_TARGETSOURCELINE=NULL;
if (!_FUNC_IDESUBS_STRING_TARGETSOURCELINE)_FUNC_IDESUBS_STRING_TARGETSOURCELINE=qbs_new(0,0); if (!_FUNC_IDESUBS_STRING_TARGETSOURCELINE)_FUNC_IDESUBS_STRING_TARGETSOURCELINE=qbs_new(0,0);
int64 fornext_value4872; int64 fornext_value4943;
int64 fornext_finalvalue4872; int64 fornext_finalvalue4943;
int64 fornext_step4872; int64 fornext_step4943;
uint8 fornext_step_negative4872; uint8 fornext_step_negative4943;
int64 fornext_value4874; int64 fornext_value4945;
int64 fornext_finalvalue4874; int64 fornext_finalvalue4945;
int64 fornext_step4874; int64 fornext_step4945;
uint8 fornext_step_negative4874; uint8 fornext_step_negative4945;

View file

@ -37,21 +37,21 @@ if(_FUNC_IDELANGUAGEBOX_LONG_X==NULL){
_FUNC_IDELANGUAGEBOX_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_X=0; *_FUNC_IDELANGUAGEBOX_LONG_X=0;
} }
int64 fornext_value4876; int64 fornext_value4947;
int64 fornext_finalvalue4876; int64 fornext_finalvalue4947;
int64 fornext_step4876; int64 fornext_step4947;
uint8 fornext_step_negative4876; uint8 fornext_step_negative4947;
int32 *_FUNC_IDELANGUAGEBOX_LONG_I=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_I=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_I==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_I==NULL){
_FUNC_IDELANGUAGEBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_I=0; *_FUNC_IDELANGUAGEBOX_LONG_I=0;
} }
int32 pass4877; int32 pass4948;
int32 pass4878; int32 pass4949;
int64 fornext_value4880; int64 fornext_value4951;
int64 fornext_finalvalue4880; int64 fornext_finalvalue4951;
int64 fornext_step4880; int64 fornext_step4951;
uint8 fornext_step_negative4880; uint8 fornext_step_negative4951;
int32 *_FUNC_IDELANGUAGEBOX_LONG_F=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_F=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_F==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_F==NULL){
_FUNC_IDELANGUAGEBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -67,10 +67,10 @@ if(_FUNC_IDELANGUAGEBOX_LONG_CY==NULL){
_FUNC_IDELANGUAGEBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_CY=0; *_FUNC_IDELANGUAGEBOX_LONG_CY=0;
} }
int64 fornext_value4883; int64 fornext_value4954;
int64 fornext_finalvalue4883; int64 fornext_finalvalue4954;
int64 fornext_step4883; int64 fornext_step4954;
uint8 fornext_step_negative4883; uint8 fornext_step_negative4954;
int32 *_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -103,9 +103,9 @@ _FUNC_IDELANGUAGEBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER)_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER)_FUNC_IDELANGUAGEBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4885=NULL; byte_element_struct *byte_element_4956=NULL;
if (!byte_element_4885){ if (!byte_element_4956){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4885=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4885=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4956=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4956=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELANGUAGEBOX_LONG_K=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_K=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_K==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_K==NULL){
@ -117,10 +117,10 @@ if(_FUNC_IDELANGUAGEBOX_LONG_INFO==NULL){
_FUNC_IDELANGUAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_INFO=0; *_FUNC_IDELANGUAGEBOX_LONG_INFO=0;
} }
int64 fornext_value4887; int64 fornext_value4958;
int64 fornext_finalvalue4887; int64 fornext_finalvalue4958;
int64 fornext_step4887; int64 fornext_step4958;
uint8 fornext_step_negative4887; uint8 fornext_step_negative4958;
int32 *_FUNC_IDELANGUAGEBOX_LONG_T=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_T=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_T==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_T==NULL){
_FUNC_IDELANGUAGEBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -136,10 +136,10 @@ if(_FUNC_IDELANGUAGEBOX_LONG_Y==NULL){
_FUNC_IDELANGUAGEBOX_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDELANGUAGEBOX_LONG_Y=0; *_FUNC_IDELANGUAGEBOX_LONG_Y=0;
} }
int64 fornext_value4889; int64 fornext_value4960;
int64 fornext_finalvalue4889; int64 fornext_finalvalue4960;
int64 fornext_step4889; int64 fornext_step4960;
uint8 fornext_step_negative4889; uint8 fornext_step_negative4960;
int32 *_FUNC_IDELANGUAGEBOX_LONG_U=NULL; int32 *_FUNC_IDELANGUAGEBOX_LONG_U=NULL;
if(_FUNC_IDELANGUAGEBOX_LONG_U==NULL){ if(_FUNC_IDELANGUAGEBOX_LONG_U==NULL){
_FUNC_IDELANGUAGEBOX_LONG_U=(int32*)mem_static_malloc(4); _FUNC_IDELANGUAGEBOX_LONG_U=(int32*)mem_static_malloc(4);

View file

@ -30,9 +30,9 @@ if(_FUNC_IDEWARNINGBOX_STRING1_SEP==NULL){
_FUNC_IDEWARNINGBOX_STRING1_SEP=qbs_new_fixed((uint8*)mem_static_malloc(1),1,0); _FUNC_IDEWARNINGBOX_STRING1_SEP=qbs_new_fixed((uint8*)mem_static_malloc(1),1,0);
memset(_FUNC_IDEWARNINGBOX_STRING1_SEP->chr,0,1); memset(_FUNC_IDEWARNINGBOX_STRING1_SEP->chr,0,1);
} }
byte_element_struct *byte_element_4890=NULL; byte_element_struct *byte_element_4961=NULL;
if (!byte_element_4890){ if (!byte_element_4961){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4890=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4890=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4961=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4961=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEWARNINGBOX_STRING_THISPROG=NULL; qbs *_FUNC_IDEWARNINGBOX_STRING_THISPROG=NULL;
if (!_FUNC_IDEWARNINGBOX_STRING_THISPROG)_FUNC_IDEWARNINGBOX_STRING_THISPROG=qbs_new(0,0); if (!_FUNC_IDEWARNINGBOX_STRING_THISPROG)_FUNC_IDEWARNINGBOX_STRING_THISPROG=qbs_new(0,0);
@ -41,31 +41,31 @@ if(_FUNC_IDEWARNINGBOX_LONG_MAXMODULENAMELEN==NULL){
_FUNC_IDEWARNINGBOX_LONG_MAXMODULENAMELEN=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_MAXMODULENAMELEN=(int32*)mem_static_malloc(4);
*_FUNC_IDEWARNINGBOX_LONG_MAXMODULENAMELEN=0; *_FUNC_IDEWARNINGBOX_LONG_MAXMODULENAMELEN=0;
} }
byte_element_struct *byte_element_4891=NULL; byte_element_struct *byte_element_4962=NULL;
if (!byte_element_4891){ if (!byte_element_4962){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4891=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4891=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4962=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4962=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEWARNINGBOX_LONG_X=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_X=NULL;
if(_FUNC_IDEWARNINGBOX_LONG_X==NULL){ if(_FUNC_IDEWARNINGBOX_LONG_X==NULL){
_FUNC_IDEWARNINGBOX_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEWARNINGBOX_LONG_X=0; *_FUNC_IDEWARNINGBOX_LONG_X=0;
} }
int64 fornext_value4893; int64 fornext_value4964;
int64 fornext_finalvalue4893; int64 fornext_finalvalue4964;
int64 fornext_step4893; int64 fornext_step4964;
uint8 fornext_step_negative4893; uint8 fornext_step_negative4964;
byte_element_struct *byte_element_4894=NULL; byte_element_struct *byte_element_4965=NULL;
if (!byte_element_4894){ if (!byte_element_4965){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4894=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4894=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4965=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4965=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4895=NULL; byte_element_struct *byte_element_4966=NULL;
if (!byte_element_4895){ if (!byte_element_4966){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4895=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4895=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4966=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4966=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4897; int64 fornext_value4968;
int64 fornext_finalvalue4897; int64 fornext_finalvalue4968;
int64 fornext_step4897; int64 fornext_step4968;
uint8 fornext_step_negative4897; uint8 fornext_step_negative4968;
qbs *_FUNC_IDEWARNINGBOX_STRING_L=NULL; qbs *_FUNC_IDEWARNINGBOX_STRING_L=NULL;
if (!_FUNC_IDEWARNINGBOX_STRING_L)_FUNC_IDEWARNINGBOX_STRING_L=qbs_new(0,0); if (!_FUNC_IDEWARNINGBOX_STRING_L)_FUNC_IDEWARNINGBOX_STRING_L=qbs_new(0,0);
int32 *_FUNC_IDEWARNINGBOX_LONG_TREECONNECTION=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_TREECONNECTION=NULL;
@ -77,23 +77,23 @@ qbs *_FUNC_IDEWARNINGBOX_STRING_L3=NULL;
if (!_FUNC_IDEWARNINGBOX_STRING_L3)_FUNC_IDEWARNINGBOX_STRING_L3=qbs_new(0,0); if (!_FUNC_IDEWARNINGBOX_STRING_L3)_FUNC_IDEWARNINGBOX_STRING_L3=qbs_new(0,0);
qbs *_FUNC_IDEWARNINGBOX_STRING_NUM=NULL; qbs *_FUNC_IDEWARNINGBOX_STRING_NUM=NULL;
if (!_FUNC_IDEWARNINGBOX_STRING_NUM)_FUNC_IDEWARNINGBOX_STRING_NUM=qbs_new(0,0); if (!_FUNC_IDEWARNINGBOX_STRING_NUM)_FUNC_IDEWARNINGBOX_STRING_NUM=qbs_new(0,0);
byte_element_struct *byte_element_4898=NULL; byte_element_struct *byte_element_4969=NULL;
if (!byte_element_4898){ if (!byte_element_4969){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4898=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4898=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4969=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4969=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4899=NULL; byte_element_struct *byte_element_4970=NULL;
if (!byte_element_4899){ if (!byte_element_4970){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4899=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4899=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4970=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4970=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4900=NULL; byte_element_struct *byte_element_4971=NULL;
if (!byte_element_4900){ if (!byte_element_4971){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4900=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4900=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4971=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4971=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEWARNINGBOX_STRING_TEXT=NULL; qbs *_FUNC_IDEWARNINGBOX_STRING_TEXT=NULL;
if (!_FUNC_IDEWARNINGBOX_STRING_TEXT)_FUNC_IDEWARNINGBOX_STRING_TEXT=qbs_new(0,0); if (!_FUNC_IDEWARNINGBOX_STRING_TEXT)_FUNC_IDEWARNINGBOX_STRING_TEXT=qbs_new(0,0);
byte_element_struct *byte_element_4901=NULL; byte_element_struct *byte_element_4972=NULL;
if (!byte_element_4901){ if (!byte_element_4972){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4901=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4901=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4972=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4972=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEWARNINGBOX_LONG_I=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_I=NULL;
if(_FUNC_IDEWARNINGBOX_LONG_I==NULL){ if(_FUNC_IDEWARNINGBOX_LONG_I==NULL){
@ -105,11 +105,11 @@ if(_FUNC_IDEWARNINGBOX_LONG_DIALOGHEIGHT==NULL){
_FUNC_IDEWARNINGBOX_LONG_DIALOGHEIGHT=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_DIALOGHEIGHT=(int32*)mem_static_malloc(4);
*_FUNC_IDEWARNINGBOX_LONG_DIALOGHEIGHT=0; *_FUNC_IDEWARNINGBOX_LONG_DIALOGHEIGHT=0;
} }
int32 pass4902; int32 pass4973;
int64 fornext_value4904; int64 fornext_value4975;
int64 fornext_finalvalue4904; int64 fornext_finalvalue4975;
int64 fornext_step4904; int64 fornext_step4975;
uint8 fornext_step_negative4904; uint8 fornext_step_negative4975;
int32 *_FUNC_IDEWARNINGBOX_LONG_F=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_F=NULL;
if(_FUNC_IDEWARNINGBOX_LONG_F==NULL){ if(_FUNC_IDEWARNINGBOX_LONG_F==NULL){
_FUNC_IDEWARNINGBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -125,10 +125,10 @@ if(_FUNC_IDEWARNINGBOX_LONG_CY==NULL){
_FUNC_IDEWARNINGBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEWARNINGBOX_LONG_CY=0; *_FUNC_IDEWARNINGBOX_LONG_CY=0;
} }
int64 fornext_value4907; int64 fornext_value4978;
int64 fornext_finalvalue4907; int64 fornext_finalvalue4978;
int64 fornext_step4907; int64 fornext_step4978;
uint8 fornext_step_negative4907; uint8 fornext_step_negative4978;
int32 *_FUNC_IDEWARNINGBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEWARNINGBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEWARNINGBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEWARNINGBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -161,9 +161,9 @@ _FUNC_IDEWARNINGBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEWARNINGBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEWARNINGBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEWARNINGBOX_STRING_ALTLETTER)_FUNC_IDEWARNINGBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEWARNINGBOX_STRING_ALTLETTER)_FUNC_IDEWARNINGBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_4909=NULL; byte_element_struct *byte_element_4980=NULL;
if (!byte_element_4909){ if (!byte_element_4980){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4909=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4909=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4980=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4980=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEWARNINGBOX_LONG_K=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_K=NULL;
if(_FUNC_IDEWARNINGBOX_LONG_K==NULL){ if(_FUNC_IDEWARNINGBOX_LONG_K==NULL){
@ -175,10 +175,10 @@ if(_FUNC_IDEWARNINGBOX_LONG_INFO==NULL){
_FUNC_IDEWARNINGBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEWARNINGBOX_LONG_INFO=0; *_FUNC_IDEWARNINGBOX_LONG_INFO=0;
} }
int64 fornext_value4911; int64 fornext_value4982;
int64 fornext_finalvalue4911; int64 fornext_finalvalue4982;
int64 fornext_step4911; int64 fornext_step4982;
uint8 fornext_step_negative4911; uint8 fornext_step_negative4982;
int32 *_FUNC_IDEWARNINGBOX_LONG_T=NULL; int32 *_FUNC_IDEWARNINGBOX_LONG_T=NULL;
if(_FUNC_IDEWARNINGBOX_LONG_T==NULL){ if(_FUNC_IDEWARNINGBOX_LONG_T==NULL){
_FUNC_IDEWARNINGBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEWARNINGBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,22 +1,22 @@
qbs*oldstr4912=NULL; qbs*oldstr4983=NULL;
if(_SUB_IDEOBJUPDATE_STRING_KK->tmp||_SUB_IDEOBJUPDATE_STRING_KK->fixed||_SUB_IDEOBJUPDATE_STRING_KK->readonly){ if(_SUB_IDEOBJUPDATE_STRING_KK->tmp||_SUB_IDEOBJUPDATE_STRING_KK->fixed||_SUB_IDEOBJUPDATE_STRING_KK->readonly){
oldstr4912=_SUB_IDEOBJUPDATE_STRING_KK; oldstr4983=_SUB_IDEOBJUPDATE_STRING_KK;
if (oldstr4912->cmem_descriptor){ if (oldstr4983->cmem_descriptor){
_SUB_IDEOBJUPDATE_STRING_KK=qbs_new_cmem(oldstr4912->len,0); _SUB_IDEOBJUPDATE_STRING_KK=qbs_new_cmem(oldstr4983->len,0);
}else{ }else{
_SUB_IDEOBJUPDATE_STRING_KK=qbs_new(oldstr4912->len,0); _SUB_IDEOBJUPDATE_STRING_KK=qbs_new(oldstr4983->len,0);
} }
memcpy(_SUB_IDEOBJUPDATE_STRING_KK->chr,oldstr4912->chr,oldstr4912->len); memcpy(_SUB_IDEOBJUPDATE_STRING_KK->chr,oldstr4983->chr,oldstr4983->len);
} }
qbs*oldstr4913=NULL; qbs*oldstr4984=NULL;
if(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->tmp||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->fixed||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->readonly){ if(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->tmp||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->fixed||_SUB_IDEOBJUPDATE_STRING_ALTLETTER->readonly){
oldstr4913=_SUB_IDEOBJUPDATE_STRING_ALTLETTER; oldstr4984=_SUB_IDEOBJUPDATE_STRING_ALTLETTER;
if (oldstr4913->cmem_descriptor){ if (oldstr4984->cmem_descriptor){
_SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new_cmem(oldstr4913->len,0); _SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new_cmem(oldstr4984->len,0);
}else{ }else{
_SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new(oldstr4913->len,0); _SUB_IDEOBJUPDATE_STRING_ALTLETTER=qbs_new(oldstr4984->len,0);
} }
memcpy(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->chr,oldstr4913->chr,oldstr4913->len); memcpy(_SUB_IDEOBJUPDATE_STRING_ALTLETTER->chr,oldstr4984->chr,oldstr4984->len);
} }
qbs *_SUB_IDEOBJUPDATE_STRING1_SEP=NULL; qbs *_SUB_IDEOBJUPDATE_STRING1_SEP=NULL;
if(_SUB_IDEOBJUPDATE_STRING1_SEP==NULL){ if(_SUB_IDEOBJUPDATE_STRING1_SEP==NULL){
@ -50,21 +50,21 @@ if(_SUB_IDEOBJUPDATE_LONG_X==NULL){
_SUB_IDEOBJUPDATE_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_X=0; *_SUB_IDEOBJUPDATE_LONG_X=0;
} }
byte_element_struct *byte_element_4914=NULL; byte_element_struct *byte_element_4985=NULL;
if (!byte_element_4914){ if (!byte_element_4985){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4914=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4914=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4985=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4985=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4915=NULL; byte_element_struct *byte_element_4986=NULL;
if (!byte_element_4915){ if (!byte_element_4986){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4915=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4915=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4986=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4986=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4916=NULL; byte_element_struct *byte_element_4987=NULL;
if (!byte_element_4916){ if (!byte_element_4987){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4916=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4916=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4987=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4987=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4917=NULL; byte_element_struct *byte_element_4988=NULL;
if (!byte_element_4917){ if (!byte_element_4988){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4917=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4917=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4988=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4988=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_K=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_K=NULL;
if(_SUB_IDEOBJUPDATE_LONG_K==NULL){ if(_SUB_IDEOBJUPDATE_LONG_K==NULL){
@ -73,9 +73,9 @@ _SUB_IDEOBJUPDATE_LONG_K=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEOBJUPDATE_STRING_CLIP=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_CLIP=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_CLIP)_SUB_IDEOBJUPDATE_STRING_CLIP=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_CLIP)_SUB_IDEOBJUPDATE_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_4918=NULL; byte_element_struct *byte_element_4989=NULL;
if (!byte_element_4918){ if (!byte_element_4989){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4918=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4918=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4989=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4989=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_SX1=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_SX1=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SX1==NULL){ if(_SUB_IDEOBJUPDATE_LONG_SX1==NULL){
@ -87,93 +87,93 @@ if(_SUB_IDEOBJUPDATE_LONG_SX2==NULL){
_SUB_IDEOBJUPDATE_LONG_SX2=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_SX2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_SX2=0; *_SUB_IDEOBJUPDATE_LONG_SX2=0;
} }
byte_element_struct *byte_element_4919=NULL; byte_element_struct *byte_element_4990=NULL;
if (!byte_element_4919){ if (!byte_element_4990){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4919=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4919=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4990=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4990=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4920=NULL; byte_element_struct *byte_element_4991=NULL;
if (!byte_element_4920){ if (!byte_element_4991){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4920=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4920=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4991=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4991=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4921=NULL; byte_element_struct *byte_element_4992=NULL;
if (!byte_element_4921){ if (!byte_element_4992){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4921=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4921=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4992=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4992=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4922=NULL; byte_element_struct *byte_element_4993=NULL;
if (!byte_element_4922){ if (!byte_element_4993){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4922=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4922=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4993=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4993=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4923=NULL; byte_element_struct *byte_element_4994=NULL;
if (!byte_element_4923){ if (!byte_element_4994){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4923=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4923=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4994=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4994=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4924=NULL; byte_element_struct *byte_element_4995=NULL;
if (!byte_element_4924){ if (!byte_element_4995){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4924=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4924=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4995=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4995=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4925=NULL; byte_element_struct *byte_element_4996=NULL;
if (!byte_element_4925){ if (!byte_element_4996){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4925=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4925=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4996=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4996=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4926=NULL; byte_element_struct *byte_element_4997=NULL;
if (!byte_element_4926){ if (!byte_element_4997){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4926=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4926=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4997=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4997=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEOBJUPDATE_STRING_A1=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_A1=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A1)_SUB_IDEOBJUPDATE_STRING_A1=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_A1)_SUB_IDEOBJUPDATE_STRING_A1=qbs_new(0,0);
byte_element_struct *byte_element_4927=NULL; byte_element_struct *byte_element_4998=NULL;
if (!byte_element_4927){ if (!byte_element_4998){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4927=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4927=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4998=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4998=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEOBJUPDATE_STRING_A2=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_A2=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A2)_SUB_IDEOBJUPDATE_STRING_A2=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_A2)_SUB_IDEOBJUPDATE_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4928=NULL; byte_element_struct *byte_element_4999=NULL;
if (!byte_element_4928){ if (!byte_element_4999){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4928=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4928=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4999=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4999=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4929=NULL; byte_element_struct *byte_element_5000=NULL;
if (!byte_element_4929){ if (!byte_element_5000){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4929=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4929=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5000=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5000=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4930=NULL; byte_element_struct *byte_element_5001=NULL;
if (!byte_element_4930){ if (!byte_element_5001){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4930=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4930=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5001=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5001=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4931=NULL; byte_element_struct *byte_element_5002=NULL;
if (!byte_element_4931){ if (!byte_element_5002){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4931=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4931=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5002=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5002=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4932=NULL; byte_element_struct *byte_element_5003=NULL;
if (!byte_element_4932){ if (!byte_element_5003){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4932=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4932=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5003=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5003=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4933=NULL; byte_element_struct *byte_element_5004=NULL;
if (!byte_element_4933){ if (!byte_element_5004){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4933=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4933=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5004=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5004=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4934=NULL; byte_element_struct *byte_element_5005=NULL;
if (!byte_element_4934){ if (!byte_element_5005){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4934=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4934=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5005=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5005=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4935=NULL; byte_element_struct *byte_element_5006=NULL;
if (!byte_element_4935){ if (!byte_element_5006){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4935=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4935=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5006=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5006=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4936=NULL; byte_element_struct *byte_element_5007=NULL;
if (!byte_element_4936){ if (!byte_element_5007){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4936=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4936=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5007=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5007=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4937=NULL; byte_element_struct *byte_element_5008=NULL;
if (!byte_element_4937){ if (!byte_element_5008){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4937=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4937=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5008=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5008=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4938=NULL; byte_element_struct *byte_element_5009=NULL;
if (!byte_element_4938){ if (!byte_element_5009){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4938=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4938=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5009=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5009=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4939=NULL; byte_element_struct *byte_element_5010=NULL;
if (!byte_element_4939){ if (!byte_element_5010){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4939=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4939=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5010=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5010=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_Y1=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_Y1=NULL;
if(_SUB_IDEOBJUPDATE_LONG_Y1==NULL){ if(_SUB_IDEOBJUPDATE_LONG_Y1==NULL){
@ -200,10 +200,10 @@ if(_SUB_IDEOBJUPDATE_LONG_Q==NULL){
_SUB_IDEOBJUPDATE_LONG_Q=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_Q=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_Q=0; *_SUB_IDEOBJUPDATE_LONG_Q=0;
} }
int32 pass4940; int32 pass5011;
byte_element_struct *byte_element_4941=NULL; byte_element_struct *byte_element_5012=NULL;
if (!byte_element_4941){ if (!byte_element_5012){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4941=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4941=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5012=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5012=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER=NULL;
if(_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER==NULL){ if(_SUB_IDEOBJUPDATE_LONG_RESETKEYBTIMER==NULL){
@ -222,22 +222,22 @@ _SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[5]=0;
_SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[6]=0; _SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[6]=0;
_SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[0]=(ptrszint)&nothingstring; _SUB_IDEOBJUPDATE_ARRAY_STRING_LISTBOXITEMS[0]=(ptrszint)&nothingstring;
} }
byte_element_struct *byte_element_4942=NULL; byte_element_struct *byte_element_5013=NULL;
if (!byte_element_4942){ if (!byte_element_5013){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4942=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4942=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5013=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5013=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_N=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_N=NULL;
if(_SUB_IDEOBJUPDATE_LONG_N==NULL){ if(_SUB_IDEOBJUPDATE_LONG_N==NULL){
_SUB_IDEOBJUPDATE_LONG_N=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_N=0; *_SUB_IDEOBJUPDATE_LONG_N=0;
} }
byte_element_struct *byte_element_4944=NULL; byte_element_struct *byte_element_5015=NULL;
if (!byte_element_4944){ if (!byte_element_5015){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4944=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4944=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5015=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5015=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4945=NULL; byte_element_struct *byte_element_5016=NULL;
if (!byte_element_4945){ if (!byte_element_5016){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4945=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4945=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5016=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5016=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_SEARCHPASS=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_SEARCHPASS=NULL;
if(_SUB_IDEOBJUPDATE_LONG_SEARCHPASS==NULL){ if(_SUB_IDEOBJUPDATE_LONG_SEARCHPASS==NULL){
@ -254,10 +254,10 @@ if(_SUB_IDEOBJUPDATE_LONG_FINDMATCH==NULL){
_SUB_IDEOBJUPDATE_LONG_FINDMATCH=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_FINDMATCH=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_FINDMATCH=0; *_SUB_IDEOBJUPDATE_LONG_FINDMATCH=0;
} }
int64 fornext_value4947; int64 fornext_value5018;
int64 fornext_finalvalue4947; int64 fornext_finalvalue5018;
int64 fornext_step4947; int64 fornext_step5018;
uint8 fornext_step_negative4947; uint8 fornext_step_negative5018;
qbs *_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_VALIDCHARS)_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_VALIDCHARS)_SUB_IDEOBJUPDATE_STRING_VALIDCHARS=qbs_new(0,0);
int32 *_SUB_IDEOBJUPDATE_LONG_AI=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_AI=NULL;
@ -265,52 +265,52 @@ if(_SUB_IDEOBJUPDATE_LONG_AI==NULL){
_SUB_IDEOBJUPDATE_LONG_AI=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_AI=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_AI=0; *_SUB_IDEOBJUPDATE_LONG_AI=0;
} }
int64 fornext_value4949; int64 fornext_value5020;
int64 fornext_finalvalue4949; int64 fornext_finalvalue5020;
int64 fornext_step4949; int64 fornext_step5020;
uint8 fornext_step_negative4949; uint8 fornext_step_negative5020;
byte_element_struct *byte_element_4950=NULL; byte_element_struct *byte_element_5021=NULL;
if (!byte_element_4950){ if (!byte_element_5021){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4950=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4950=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5021=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5021=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_AA=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_AA=NULL;
if(_SUB_IDEOBJUPDATE_LONG_AA==NULL){ if(_SUB_IDEOBJUPDATE_LONG_AA==NULL){
_SUB_IDEOBJUPDATE_LONG_AA=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_AA=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_AA=0; *_SUB_IDEOBJUPDATE_LONG_AA=0;
} }
byte_element_struct *byte_element_4951=NULL; byte_element_struct *byte_element_5022=NULL;
if (!byte_element_4951){ if (!byte_element_5022){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4951=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4951=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5022=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5022=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4952=NULL; byte_element_struct *byte_element_5023=NULL;
if (!byte_element_4952){ if (!byte_element_5023){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4952=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4952=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5023=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5023=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_I2=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_I2=NULL;
if(_SUB_IDEOBJUPDATE_LONG_I2==NULL){ if(_SUB_IDEOBJUPDATE_LONG_I2==NULL){
_SUB_IDEOBJUPDATE_LONG_I2=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_I2=0; *_SUB_IDEOBJUPDATE_LONG_I2=0;
} }
int64 fornext_value4954; int64 fornext_value5025;
int64 fornext_finalvalue4954; int64 fornext_finalvalue5025;
int64 fornext_step4954; int64 fornext_step5025;
uint8 fornext_step_negative4954; uint8 fornext_step_negative5025;
byte_element_struct *byte_element_4955=NULL; byte_element_struct *byte_element_5026=NULL;
if (!byte_element_4955){ if (!byte_element_5026){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4955=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4955=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5026=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5026=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_C=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_C=NULL;
if(_SUB_IDEOBJUPDATE_LONG_C==NULL){ if(_SUB_IDEOBJUPDATE_LONG_C==NULL){
_SUB_IDEOBJUPDATE_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_C=0; *_SUB_IDEOBJUPDATE_LONG_C=0;
} }
int64 fornext_value4957; int64 fornext_value5028;
int64 fornext_finalvalue4957; int64 fornext_finalvalue5028;
int64 fornext_step4957; int64 fornext_step5028;
uint8 fornext_step_negative4957; uint8 fornext_step_negative5028;
byte_element_struct *byte_element_4958=NULL; byte_element_struct *byte_element_5029=NULL;
if (!byte_element_4958){ if (!byte_element_5029){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4958=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4958=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5029=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5029=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_W=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_W=NULL;
if(_SUB_IDEOBJUPDATE_LONG_W==NULL){ if(_SUB_IDEOBJUPDATE_LONG_W==NULL){
@ -334,24 +334,24 @@ _SUB_IDEOBJUPDATE_LONG_N2=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEOBJUPDATE_STRING_A3=NULL; qbs *_SUB_IDEOBJUPDATE_STRING_A3=NULL;
if (!_SUB_IDEOBJUPDATE_STRING_A3)_SUB_IDEOBJUPDATE_STRING_A3=qbs_new(0,0); if (!_SUB_IDEOBJUPDATE_STRING_A3)_SUB_IDEOBJUPDATE_STRING_A3=qbs_new(0,0);
int64 fornext_value4960; int64 fornext_value5031;
int64 fornext_finalvalue4960; int64 fornext_finalvalue5031;
int64 fornext_step4960; int64 fornext_step5031;
uint8 fornext_step_negative4960; uint8 fornext_step_negative5031;
byte_element_struct *byte_element_4961=NULL; byte_element_struct *byte_element_5032=NULL;
if (!byte_element_4961){ if (!byte_element_5032){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4961=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4961=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5032=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5032=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_4962=NULL; byte_element_struct *byte_element_5033=NULL;
if (!byte_element_4962){ if (!byte_element_5033){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4962=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4962=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5033=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5033=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEOBJUPDATE_LONG_F2=NULL; int32 *_SUB_IDEOBJUPDATE_LONG_F2=NULL;
if(_SUB_IDEOBJUPDATE_LONG_F2==NULL){ if(_SUB_IDEOBJUPDATE_LONG_F2==NULL){
_SUB_IDEOBJUPDATE_LONG_F2=(int32*)mem_static_malloc(4); _SUB_IDEOBJUPDATE_LONG_F2=(int32*)mem_static_malloc(4);
*_SUB_IDEOBJUPDATE_LONG_F2=0; *_SUB_IDEOBJUPDATE_LONG_F2=0;
} }
byte_element_struct *byte_element_4963=NULL; byte_element_struct *byte_element_5034=NULL;
if (!byte_element_4963){ if (!byte_element_5034){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4963=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4963=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5034=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5034=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -18,10 +18,10 @@ if(_FUNC_IDEVBAR_LONG_Y2==NULL){
_FUNC_IDEVBAR_LONG_Y2=(int32*)mem_static_malloc(4); _FUNC_IDEVBAR_LONG_Y2=(int32*)mem_static_malloc(4);
*_FUNC_IDEVBAR_LONG_Y2=0; *_FUNC_IDEVBAR_LONG_Y2=0;
} }
int64 fornext_value4965; int64 fornext_value5036;
int64 fornext_finalvalue4965; int64 fornext_finalvalue5036;
int64 fornext_step4965; int64 fornext_step5036;
uint8 fornext_step_negative4965; uint8 fornext_step_negative5036;
float *_FUNC_IDEVBAR_SINGLE_P=NULL; float *_FUNC_IDEVBAR_SINGLE_P=NULL;
if(_FUNC_IDEVBAR_SINGLE_P==NULL){ if(_FUNC_IDEVBAR_SINGLE_P==NULL){
_FUNC_IDEVBAR_SINGLE_P=(float*)mem_static_malloc(4); _FUNC_IDEVBAR_SINGLE_P=(float*)mem_static_malloc(4);

View file

@ -1,49 +1,49 @@
qbs *_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=NULL; qbs *_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=NULL;
if (!_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH)_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=qbs_new(0,0); if (!_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH)_FUNC_IDEZCHANGEPATH_STRING_IDEZCHANGEPATH=qbs_new(0,0);
qbs*oldstr4966=NULL; qbs*oldstr5037=NULL;
if(_FUNC_IDEZCHANGEPATH_STRING_PATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_PATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_PATH->readonly){ if(_FUNC_IDEZCHANGEPATH_STRING_PATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_PATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_PATH->readonly){
oldstr4966=_FUNC_IDEZCHANGEPATH_STRING_PATH; oldstr5037=_FUNC_IDEZCHANGEPATH_STRING_PATH;
if (oldstr4966->cmem_descriptor){ if (oldstr5037->cmem_descriptor){
_FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new_cmem(oldstr4966->len,0); _FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new_cmem(oldstr5037->len,0);
}else{ }else{
_FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new(oldstr4966->len,0); _FUNC_IDEZCHANGEPATH_STRING_PATH=qbs_new(oldstr5037->len,0);
} }
memcpy(_FUNC_IDEZCHANGEPATH_STRING_PATH->chr,oldstr4966->chr,oldstr4966->len); memcpy(_FUNC_IDEZCHANGEPATH_STRING_PATH->chr,oldstr5037->chr,oldstr5037->len);
} }
qbs*oldstr4967=NULL; qbs*oldstr5038=NULL;
if(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->readonly){ if(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->tmp||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->fixed||_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->readonly){
oldstr4967=_FUNC_IDEZCHANGEPATH_STRING_NEWPATH; oldstr5038=_FUNC_IDEZCHANGEPATH_STRING_NEWPATH;
if (oldstr4967->cmem_descriptor){ if (oldstr5038->cmem_descriptor){
_FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new_cmem(oldstr4967->len,0); _FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new_cmem(oldstr5038->len,0);
}else{ }else{
_FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new(oldstr4967->len,0); _FUNC_IDEZCHANGEPATH_STRING_NEWPATH=qbs_new(oldstr5038->len,0);
} }
memcpy(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->chr,oldstr4967->chr,oldstr4967->len); memcpy(_FUNC_IDEZCHANGEPATH_STRING_NEWPATH->chr,oldstr5038->chr,oldstr5038->len);
} }
int32 *_FUNC_IDEZCHANGEPATH_LONG_X=NULL; int32 *_FUNC_IDEZCHANGEPATH_LONG_X=NULL;
if(_FUNC_IDEZCHANGEPATH_LONG_X==NULL){ if(_FUNC_IDEZCHANGEPATH_LONG_X==NULL){
_FUNC_IDEZCHANGEPATH_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEZCHANGEPATH_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEZCHANGEPATH_LONG_X=0; *_FUNC_IDEZCHANGEPATH_LONG_X=0;
} }
int64 fornext_value4969; int64 fornext_value5040;
int64 fornext_finalvalue4969; int64 fornext_finalvalue5040;
int64 fornext_step4969; int64 fornext_step5040;
uint8 fornext_step_negative4969; uint8 fornext_step_negative5040;
byte_element_struct *byte_element_4970=NULL; byte_element_struct *byte_element_5041=NULL;
if (!byte_element_4970){ if (!byte_element_5041){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4970=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4970=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5041=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5041=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZCHANGEPATH_STRING_A=NULL; qbs *_FUNC_IDEZCHANGEPATH_STRING_A=NULL;
if (!_FUNC_IDEZCHANGEPATH_STRING_A)_FUNC_IDEZCHANGEPATH_STRING_A=qbs_new(0,0); if (!_FUNC_IDEZCHANGEPATH_STRING_A)_FUNC_IDEZCHANGEPATH_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_4971=NULL; byte_element_struct *byte_element_5042=NULL;
if (!byte_element_4971){ if (!byte_element_5042){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4971=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4971=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5042=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5042=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value4973; int64 fornext_value5044;
int64 fornext_finalvalue4973; int64 fornext_finalvalue5044;
int64 fornext_step4973; int64 fornext_step5044;
uint8 fornext_step_negative4973; uint8 fornext_step_negative5044;
byte_element_struct *byte_element_4974=NULL; byte_element_struct *byte_element_5045=NULL;
if (!byte_element_4974){ if (!byte_element_5045){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4974=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4974=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5045=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5045=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,24 +1,24 @@
qbs *_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=NULL; qbs *_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=NULL;
if (!_FUNC_IDEZFILELIST_STRING_IDEZFILELIST)_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_IDEZFILELIST)_FUNC_IDEZFILELIST_STRING_IDEZFILELIST=qbs_new(0,0);
qbs*oldstr4975=NULL; qbs*oldstr5046=NULL;
if(_FUNC_IDEZFILELIST_STRING_PATH->tmp||_FUNC_IDEZFILELIST_STRING_PATH->fixed||_FUNC_IDEZFILELIST_STRING_PATH->readonly){ if(_FUNC_IDEZFILELIST_STRING_PATH->tmp||_FUNC_IDEZFILELIST_STRING_PATH->fixed||_FUNC_IDEZFILELIST_STRING_PATH->readonly){
oldstr4975=_FUNC_IDEZFILELIST_STRING_PATH; oldstr5046=_FUNC_IDEZFILELIST_STRING_PATH;
if (oldstr4975->cmem_descriptor){ if (oldstr5046->cmem_descriptor){
_FUNC_IDEZFILELIST_STRING_PATH=qbs_new_cmem(oldstr4975->len,0); _FUNC_IDEZFILELIST_STRING_PATH=qbs_new_cmem(oldstr5046->len,0);
}else{ }else{
_FUNC_IDEZFILELIST_STRING_PATH=qbs_new(oldstr4975->len,0); _FUNC_IDEZFILELIST_STRING_PATH=qbs_new(oldstr5046->len,0);
} }
memcpy(_FUNC_IDEZFILELIST_STRING_PATH->chr,oldstr4975->chr,oldstr4975->len); memcpy(_FUNC_IDEZFILELIST_STRING_PATH->chr,oldstr5046->chr,oldstr5046->len);
} }
qbs*oldstr4976=NULL; qbs*oldstr5047=NULL;
if(_FUNC_IDEZFILELIST_STRING_MASK->tmp||_FUNC_IDEZFILELIST_STRING_MASK->fixed||_FUNC_IDEZFILELIST_STRING_MASK->readonly){ if(_FUNC_IDEZFILELIST_STRING_MASK->tmp||_FUNC_IDEZFILELIST_STRING_MASK->fixed||_FUNC_IDEZFILELIST_STRING_MASK->readonly){
oldstr4976=_FUNC_IDEZFILELIST_STRING_MASK; oldstr5047=_FUNC_IDEZFILELIST_STRING_MASK;
if (oldstr4976->cmem_descriptor){ if (oldstr5047->cmem_descriptor){
_FUNC_IDEZFILELIST_STRING_MASK=qbs_new_cmem(oldstr4976->len,0); _FUNC_IDEZFILELIST_STRING_MASK=qbs_new_cmem(oldstr5047->len,0);
}else{ }else{
_FUNC_IDEZFILELIST_STRING_MASK=qbs_new(oldstr4976->len,0); _FUNC_IDEZFILELIST_STRING_MASK=qbs_new(oldstr5047->len,0);
} }
memcpy(_FUNC_IDEZFILELIST_STRING_MASK->chr,oldstr4976->chr,oldstr4976->len); memcpy(_FUNC_IDEZFILELIST_STRING_MASK->chr,oldstr5047->chr,oldstr5047->len);
} }
qbs *_FUNC_IDEZFILELIST_STRING1_SEP=NULL; qbs *_FUNC_IDEZFILELIST_STRING1_SEP=NULL;
if(_FUNC_IDEZFILELIST_STRING1_SEP==NULL){ if(_FUNC_IDEZFILELIST_STRING1_SEP==NULL){
@ -29,39 +29,39 @@ qbs *_FUNC_IDEZFILELIST_STRING_FILELIST=NULL;
if (!_FUNC_IDEZFILELIST_STRING_FILELIST)_FUNC_IDEZFILELIST_STRING_FILELIST=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_FILELIST)_FUNC_IDEZFILELIST_STRING_FILELIST=qbs_new(0,0);
qbs *_FUNC_IDEZFILELIST_STRING_A=NULL; qbs *_FUNC_IDEZFILELIST_STRING_A=NULL;
if (!_FUNC_IDEZFILELIST_STRING_A)_FUNC_IDEZFILELIST_STRING_A=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_A)_FUNC_IDEZFILELIST_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_4979=NULL; byte_element_struct *byte_element_5050=NULL;
if (!byte_element_4979){ if (!byte_element_5050){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4979=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4979=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5050=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5050=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEZFILELIST_LONG_I=NULL; int32 *_FUNC_IDEZFILELIST_LONG_I=NULL;
if(_FUNC_IDEZFILELIST_LONG_I==NULL){ if(_FUNC_IDEZFILELIST_LONG_I==NULL){
_FUNC_IDEZFILELIST_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEZFILELIST_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEZFILELIST_LONG_I=0; *_FUNC_IDEZFILELIST_LONG_I=0;
} }
int64 fornext_value4981; int64 fornext_value5052;
int64 fornext_finalvalue4981; int64 fornext_finalvalue5052;
int64 fornext_step4981; int64 fornext_step5052;
uint8 fornext_step_negative4981; uint8 fornext_step_negative5052;
byte_element_struct *byte_element_4984=NULL; byte_element_struct *byte_element_5055=NULL;
if (!byte_element_4984){ if (!byte_element_5055){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4984=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4984=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5055=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5055=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEZFILELIST_LONG_X=NULL; int32 *_FUNC_IDEZFILELIST_LONG_X=NULL;
if(_FUNC_IDEZFILELIST_LONG_X==NULL){ if(_FUNC_IDEZFILELIST_LONG_X==NULL){
_FUNC_IDEZFILELIST_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEZFILELIST_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEZFILELIST_LONG_X=0; *_FUNC_IDEZFILELIST_LONG_X=0;
} }
int64 fornext_value4986; int64 fornext_value5057;
int64 fornext_finalvalue4986; int64 fornext_finalvalue5057;
int64 fornext_step4986; int64 fornext_step5057;
uint8 fornext_step_negative4986; uint8 fornext_step_negative5057;
byte_element_struct *byte_element_4987=NULL; byte_element_struct *byte_element_5058=NULL;
if (!byte_element_4987){ if (!byte_element_5058){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4987=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4987=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5058=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5058=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZFILELIST_STRING_A2=NULL; qbs *_FUNC_IDEZFILELIST_STRING_A2=NULL;
if (!_FUNC_IDEZFILELIST_STRING_A2)_FUNC_IDEZFILELIST_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEZFILELIST_STRING_A2)_FUNC_IDEZFILELIST_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_4988=NULL; byte_element_struct *byte_element_5059=NULL;
if (!byte_element_4988){ if (!byte_element_5059){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4988=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4988=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5059=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5059=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=NULL; qbs *_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=NULL;
if (!_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST)_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=qbs_new(0,0); if (!_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST)_FUNC_IDEZPATHLIST_STRING_IDEZPATHLIST=qbs_new(0,0);
qbs*oldstr4991=NULL; qbs*oldstr5062=NULL;
if(_FUNC_IDEZPATHLIST_STRING_PATH->tmp||_FUNC_IDEZPATHLIST_STRING_PATH->fixed||_FUNC_IDEZPATHLIST_STRING_PATH->readonly){ if(_FUNC_IDEZPATHLIST_STRING_PATH->tmp||_FUNC_IDEZPATHLIST_STRING_PATH->fixed||_FUNC_IDEZPATHLIST_STRING_PATH->readonly){
oldstr4991=_FUNC_IDEZPATHLIST_STRING_PATH; oldstr5062=_FUNC_IDEZPATHLIST_STRING_PATH;
if (oldstr4991->cmem_descriptor){ if (oldstr5062->cmem_descriptor){
_FUNC_IDEZPATHLIST_STRING_PATH=qbs_new_cmem(oldstr4991->len,0); _FUNC_IDEZPATHLIST_STRING_PATH=qbs_new_cmem(oldstr5062->len,0);
}else{ }else{
_FUNC_IDEZPATHLIST_STRING_PATH=qbs_new(oldstr4991->len,0); _FUNC_IDEZPATHLIST_STRING_PATH=qbs_new(oldstr5062->len,0);
} }
memcpy(_FUNC_IDEZPATHLIST_STRING_PATH->chr,oldstr4991->chr,oldstr4991->len); memcpy(_FUNC_IDEZPATHLIST_STRING_PATH->chr,oldstr5062->chr,oldstr5062->len);
} }
qbs *_FUNC_IDEZPATHLIST_STRING1_SEP=NULL; qbs *_FUNC_IDEZPATHLIST_STRING1_SEP=NULL;
if(_FUNC_IDEZPATHLIST_STRING1_SEP==NULL){ if(_FUNC_IDEZPATHLIST_STRING1_SEP==NULL){
@ -29,48 +29,48 @@ if(_FUNC_IDEZPATHLIST_LONG_X==NULL){
_FUNC_IDEZPATHLIST_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDEZPATHLIST_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDEZPATHLIST_LONG_X=0; *_FUNC_IDEZPATHLIST_LONG_X=0;
} }
int64 fornext_value4995; int64 fornext_value5066;
int64 fornext_finalvalue4995; int64 fornext_finalvalue5066;
int64 fornext_step4995; int64 fornext_step5066;
uint8 fornext_step_negative4995; uint8 fornext_step_negative5066;
byte_element_struct *byte_element_4996=NULL; byte_element_struct *byte_element_5067=NULL;
if (!byte_element_4996){ if (!byte_element_5067){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4996=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4996=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5067=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5067=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZPATHLIST_STRING_B=NULL; qbs *_FUNC_IDEZPATHLIST_STRING_B=NULL;
if (!_FUNC_IDEZPATHLIST_STRING_B)_FUNC_IDEZPATHLIST_STRING_B=qbs_new(0,0); if (!_FUNC_IDEZPATHLIST_STRING_B)_FUNC_IDEZPATHLIST_STRING_B=qbs_new(0,0);
byte_element_struct *byte_element_4997=NULL; byte_element_struct *byte_element_5068=NULL;
if (!byte_element_4997){ if (!byte_element_5068){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4997=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4997=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5068=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5068=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEZPATHLIST_LONG_I=NULL; int32 *_FUNC_IDEZPATHLIST_LONG_I=NULL;
if(_FUNC_IDEZPATHLIST_LONG_I==NULL){ if(_FUNC_IDEZPATHLIST_LONG_I==NULL){
_FUNC_IDEZPATHLIST_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEZPATHLIST_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEZPATHLIST_LONG_I=0; *_FUNC_IDEZPATHLIST_LONG_I=0;
} }
int64 fornext_value4999; int64 fornext_value5070;
int64 fornext_finalvalue4999; int64 fornext_finalvalue5070;
int64 fornext_step4999; int64 fornext_step5070;
uint8 fornext_step_negative4999; uint8 fornext_step_negative5070;
byte_element_struct *byte_element_5000=NULL; byte_element_struct *byte_element_5071=NULL;
if (!byte_element_5000){ if (!byte_element_5071){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5000=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5000=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5071=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5071=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5003=NULL; byte_element_struct *byte_element_5074=NULL;
if (!byte_element_5003){ if (!byte_element_5074){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5003=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5003=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5074=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5074=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5005; int64 fornext_value5076;
int64 fornext_finalvalue5005; int64 fornext_finalvalue5076;
int64 fornext_step5005; int64 fornext_step5076;
uint8 fornext_step_negative5005; uint8 fornext_step_negative5076;
byte_element_struct *byte_element_5006=NULL; byte_element_struct *byte_element_5077=NULL;
if (!byte_element_5006){ if (!byte_element_5077){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5006=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5006=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5077=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5077=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZPATHLIST_STRING_A2=NULL; qbs *_FUNC_IDEZPATHLIST_STRING_A2=NULL;
if (!_FUNC_IDEZPATHLIST_STRING_A2)_FUNC_IDEZPATHLIST_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEZPATHLIST_STRING_A2)_FUNC_IDEZPATHLIST_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5007=NULL; byte_element_struct *byte_element_5078=NULL;
if (!byte_element_5007){ if (!byte_element_5078){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5007=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5007=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5078=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5078=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=NULL; qbs *_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=NULL;
if (!_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH)_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=qbs_new(0,0); if (!_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH)_FUNC_IDEZTAKEPATH_STRING_IDEZTAKEPATH=qbs_new(0,0);
qbs*oldstr5008=NULL; qbs*oldstr5079=NULL;
if(_FUNC_IDEZTAKEPATH_STRING_F->tmp||_FUNC_IDEZTAKEPATH_STRING_F->fixed||_FUNC_IDEZTAKEPATH_STRING_F->readonly){ if(_FUNC_IDEZTAKEPATH_STRING_F->tmp||_FUNC_IDEZTAKEPATH_STRING_F->fixed||_FUNC_IDEZTAKEPATH_STRING_F->readonly){
oldstr5008=_FUNC_IDEZTAKEPATH_STRING_F; oldstr5079=_FUNC_IDEZTAKEPATH_STRING_F;
if (oldstr5008->cmem_descriptor){ if (oldstr5079->cmem_descriptor){
_FUNC_IDEZTAKEPATH_STRING_F=qbs_new_cmem(oldstr5008->len,0); _FUNC_IDEZTAKEPATH_STRING_F=qbs_new_cmem(oldstr5079->len,0);
}else{ }else{
_FUNC_IDEZTAKEPATH_STRING_F=qbs_new(oldstr5008->len,0); _FUNC_IDEZTAKEPATH_STRING_F=qbs_new(oldstr5079->len,0);
} }
memcpy(_FUNC_IDEZTAKEPATH_STRING_F->chr,oldstr5008->chr,oldstr5008->len); memcpy(_FUNC_IDEZTAKEPATH_STRING_F->chr,oldstr5079->chr,oldstr5079->len);
} }
qbs *_FUNC_IDEZTAKEPATH_STRING_P=NULL; qbs *_FUNC_IDEZTAKEPATH_STRING_P=NULL;
if (!_FUNC_IDEZTAKEPATH_STRING_P)_FUNC_IDEZTAKEPATH_STRING_P=qbs_new(0,0); if (!_FUNC_IDEZTAKEPATH_STRING_P)_FUNC_IDEZTAKEPATH_STRING_P=qbs_new(0,0);
@ -17,17 +17,17 @@ if(_FUNC_IDEZTAKEPATH_LONG_I==NULL){
_FUNC_IDEZTAKEPATH_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEZTAKEPATH_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEZTAKEPATH_LONG_I=0; *_FUNC_IDEZTAKEPATH_LONG_I=0;
} }
int64 fornext_value5010; int64 fornext_value5081;
int64 fornext_finalvalue5010; int64 fornext_finalvalue5081;
int64 fornext_step5010; int64 fornext_step5081;
uint8 fornext_step_negative5010; uint8 fornext_step_negative5081;
byte_element_struct *byte_element_5011=NULL; byte_element_struct *byte_element_5082=NULL;
if (!byte_element_5011){ if (!byte_element_5082){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5011=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5011=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5082=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5082=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZTAKEPATH_STRING_A=NULL; qbs *_FUNC_IDEZTAKEPATH_STRING_A=NULL;
if (!_FUNC_IDEZTAKEPATH_STRING_A)_FUNC_IDEZTAKEPATH_STRING_A=qbs_new(0,0); if (!_FUNC_IDEZTAKEPATH_STRING_A)_FUNC_IDEZTAKEPATH_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5012=NULL; byte_element_struct *byte_element_5083=NULL;
if (!byte_element_5012){ if (!byte_element_5083){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5012=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5012=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5083=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5083=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,30 +1,30 @@
qbs *_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=NULL; qbs *_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=NULL;
if (!_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH)_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=qbs_new(0,0); if (!_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH)_FUNC_IDEZGETFILEPATH_STRING_IDEZGETFILEPATH=qbs_new(0,0);
qbs*oldstr5013=NULL; qbs*oldstr5084=NULL;
if(_FUNC_IDEZGETFILEPATH_STRING_ROOT->tmp||_FUNC_IDEZGETFILEPATH_STRING_ROOT->fixed||_FUNC_IDEZGETFILEPATH_STRING_ROOT->readonly){ if(_FUNC_IDEZGETFILEPATH_STRING_ROOT->tmp||_FUNC_IDEZGETFILEPATH_STRING_ROOT->fixed||_FUNC_IDEZGETFILEPATH_STRING_ROOT->readonly){
oldstr5013=_FUNC_IDEZGETFILEPATH_STRING_ROOT; oldstr5084=_FUNC_IDEZGETFILEPATH_STRING_ROOT;
if (oldstr5013->cmem_descriptor){ if (oldstr5084->cmem_descriptor){
_FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new_cmem(oldstr5013->len,0); _FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new_cmem(oldstr5084->len,0);
}else{ }else{
_FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new(oldstr5013->len,0); _FUNC_IDEZGETFILEPATH_STRING_ROOT=qbs_new(oldstr5084->len,0);
} }
memcpy(_FUNC_IDEZGETFILEPATH_STRING_ROOT->chr,oldstr5013->chr,oldstr5013->len); memcpy(_FUNC_IDEZGETFILEPATH_STRING_ROOT->chr,oldstr5084->chr,oldstr5084->len);
} }
qbs*oldstr5014=NULL; qbs*oldstr5085=NULL;
if(_FUNC_IDEZGETFILEPATH_STRING_F->tmp||_FUNC_IDEZGETFILEPATH_STRING_F->fixed||_FUNC_IDEZGETFILEPATH_STRING_F->readonly){ if(_FUNC_IDEZGETFILEPATH_STRING_F->tmp||_FUNC_IDEZGETFILEPATH_STRING_F->fixed||_FUNC_IDEZGETFILEPATH_STRING_F->readonly){
oldstr5014=_FUNC_IDEZGETFILEPATH_STRING_F; oldstr5085=_FUNC_IDEZGETFILEPATH_STRING_F;
if (oldstr5014->cmem_descriptor){ if (oldstr5085->cmem_descriptor){
_FUNC_IDEZGETFILEPATH_STRING_F=qbs_new_cmem(oldstr5014->len,0); _FUNC_IDEZGETFILEPATH_STRING_F=qbs_new_cmem(oldstr5085->len,0);
}else{ }else{
_FUNC_IDEZGETFILEPATH_STRING_F=qbs_new(oldstr5014->len,0); _FUNC_IDEZGETFILEPATH_STRING_F=qbs_new(oldstr5085->len,0);
} }
memcpy(_FUNC_IDEZGETFILEPATH_STRING_F->chr,oldstr5014->chr,oldstr5014->len); memcpy(_FUNC_IDEZGETFILEPATH_STRING_F->chr,oldstr5085->chr,oldstr5085->len);
} }
qbs *_FUNC_IDEZGETFILEPATH_STRING_P=NULL; qbs *_FUNC_IDEZGETFILEPATH_STRING_P=NULL;
if (!_FUNC_IDEZGETFILEPATH_STRING_P)_FUNC_IDEZGETFILEPATH_STRING_P=qbs_new(0,0); if (!_FUNC_IDEZGETFILEPATH_STRING_P)_FUNC_IDEZGETFILEPATH_STRING_P=qbs_new(0,0);
byte_element_struct *byte_element_5015=NULL; byte_element_struct *byte_element_5086=NULL;
if (!byte_element_5015){ if (!byte_element_5086){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5015=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5015=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5086=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5086=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEZGETFILEPATH_STRING_P2=NULL; qbs *_FUNC_IDEZGETFILEPATH_STRING_P2=NULL;
if (!_FUNC_IDEZGETFILEPATH_STRING_P2)_FUNC_IDEZGETFILEPATH_STRING_P2=qbs_new(0,0); if (!_FUNC_IDEZGETFILEPATH_STRING_P2)_FUNC_IDEZGETFILEPATH_STRING_P2=qbs_new(0,0);

View file

@ -35,8 +35,8 @@ if(_FUNC_IDELAYOUTBOX_LONG_I==NULL){
_FUNC_IDELAYOUTBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_I=0; *_FUNC_IDELAYOUTBOX_LONG_I=0;
} }
int32 pass5016; int32 pass5087;
int32 pass5017; int32 pass5088;
int32 *_FUNC_IDELAYOUTBOX_LONG_IDEAUTOLAYOUTID=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_IDEAUTOLAYOUTID=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_IDEAUTOLAYOUTID==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_IDEAUTOLAYOUTID==NULL){
_FUNC_IDELAYOUTBOX_LONG_IDEAUTOLAYOUTID=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_IDEAUTOLAYOUTID=(int32*)mem_static_malloc(4);
@ -59,9 +59,9 @@ if(_FUNC_IDELAYOUTBOX_LONG_IDEAUTOINDENTSIZEID==NULL){
_FUNC_IDELAYOUTBOX_LONG_IDEAUTOINDENTSIZEID=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_IDEAUTOINDENTSIZEID=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_IDEAUTOINDENTSIZEID=0; *_FUNC_IDELAYOUTBOX_LONG_IDEAUTOINDENTSIZEID=0;
} }
byte_element_struct *byte_element_5018=NULL; byte_element_struct *byte_element_5089=NULL;
if (!byte_element_5018){ if (!byte_element_5089){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5018=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5018=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5089=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5089=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELAYOUTBOX_LONG_IDEINDENTSUBSID=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_IDEINDENTSUBSID=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_IDEINDENTSUBSID==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_IDEINDENTSUBSID==NULL){
@ -73,10 +73,10 @@ if(_FUNC_IDELAYOUTBOX_LONG_BUTTONSID==NULL){
_FUNC_IDELAYOUTBOX_LONG_BUTTONSID=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_BUTTONSID=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_BUTTONSID=0; *_FUNC_IDELAYOUTBOX_LONG_BUTTONSID=0;
} }
int64 fornext_value5020; int64 fornext_value5091;
int64 fornext_finalvalue5020; int64 fornext_finalvalue5091;
int64 fornext_step5020; int64 fornext_step5091;
uint8 fornext_step_negative5020; uint8 fornext_step_negative5091;
int32 *_FUNC_IDELAYOUTBOX_LONG_F=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_F=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_F==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_F==NULL){
_FUNC_IDELAYOUTBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -92,10 +92,10 @@ if(_FUNC_IDELAYOUTBOX_LONG_CY==NULL){
_FUNC_IDELAYOUTBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_CY=0; *_FUNC_IDELAYOUTBOX_LONG_CY=0;
} }
int64 fornext_value5023; int64 fornext_value5094;
int64 fornext_finalvalue5023; int64 fornext_finalvalue5094;
int64 fornext_step5023; int64 fornext_step5094;
uint8 fornext_step_negative5023; uint8 fornext_step_negative5094;
int32 *_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -128,9 +128,9 @@ _FUNC_IDELAYOUTBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDELAYOUTBOX_STRING_ALTLETTER)_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDELAYOUTBOX_STRING_ALTLETTER)_FUNC_IDELAYOUTBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5025=NULL; byte_element_struct *byte_element_5096=NULL;
if (!byte_element_5025){ if (!byte_element_5096){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5025=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5025=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5096=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5096=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELAYOUTBOX_LONG_K=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_K=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_K==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_K==NULL){
@ -142,10 +142,10 @@ if(_FUNC_IDELAYOUTBOX_LONG_INFO==NULL){
_FUNC_IDELAYOUTBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_INFO=0; *_FUNC_IDELAYOUTBOX_LONG_INFO=0;
} }
int64 fornext_value5027; int64 fornext_value5098;
int64 fornext_finalvalue5027; int64 fornext_finalvalue5098;
int64 fornext_step5027; int64 fornext_step5098;
uint8 fornext_step_negative5027; uint8 fornext_step_negative5098;
int32 *_FUNC_IDELAYOUTBOX_LONG_T=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_T=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_T==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_T==NULL){
_FUNC_IDELAYOUTBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -161,32 +161,32 @@ if(_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=0; *_FUNC_IDELAYOUTBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5028=NULL; byte_element_struct *byte_element_5099=NULL;
if (!byte_element_5028){ if (!byte_element_5099){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5028=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5028=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5099=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5099=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDELAYOUTBOX_STRING_A=NULL; qbs *_FUNC_IDELAYOUTBOX_STRING_A=NULL;
if (!_FUNC_IDELAYOUTBOX_STRING_A)_FUNC_IDELAYOUTBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDELAYOUTBOX_STRING_A)_FUNC_IDELAYOUTBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5029=NULL; byte_element_struct *byte_element_5100=NULL;
if (!byte_element_5029){ if (!byte_element_5100){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5029=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5029=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5100=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5100=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5031; int64 fornext_value5102;
int64 fornext_finalvalue5031; int64 fornext_finalvalue5102;
int64 fornext_step5031; int64 fornext_step5102;
uint8 fornext_step_negative5031; uint8 fornext_step_negative5102;
byte_element_struct *byte_element_5032=NULL; byte_element_struct *byte_element_5103=NULL;
if (!byte_element_5032){ if (!byte_element_5103){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5032=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5032=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5103=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5103=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDELAYOUTBOX_LONG_A=NULL; int32 *_FUNC_IDELAYOUTBOX_LONG_A=NULL;
if(_FUNC_IDELAYOUTBOX_LONG_A==NULL){ if(_FUNC_IDELAYOUTBOX_LONG_A==NULL){
_FUNC_IDELAYOUTBOX_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDELAYOUTBOX_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDELAYOUTBOX_LONG_A=0; *_FUNC_IDELAYOUTBOX_LONG_A=0;
} }
byte_element_struct *byte_element_5033=NULL; byte_element_struct *byte_element_5104=NULL;
if (!byte_element_5033){ if (!byte_element_5104){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5033=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5033=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5104=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5104=(byte_element_struct*)mem_static_malloc(12);
} }
int16 *_FUNC_IDELAYOUTBOX_INTEGER_V=NULL; int16 *_FUNC_IDELAYOUTBOX_INTEGER_V=NULL;
if(_FUNC_IDELAYOUTBOX_INTEGER_V==NULL){ if(_FUNC_IDELAYOUTBOX_INTEGER_V==NULL){

View file

@ -7,8 +7,8 @@ qbs *_FUNC_IDEBACKUPBOX_STRING_A2=NULL;
if (!_FUNC_IDEBACKUPBOX_STRING_A2)_FUNC_IDEBACKUPBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDEBACKUPBOX_STRING_A2)_FUNC_IDEBACKUPBOX_STRING_A2=qbs_new(0,0);
qbs *_FUNC_IDEBACKUPBOX_STRING_V=NULL; qbs *_FUNC_IDEBACKUPBOX_STRING_V=NULL;
if (!_FUNC_IDEBACKUPBOX_STRING_V)_FUNC_IDEBACKUPBOX_STRING_V=qbs_new(0,0); if (!_FUNC_IDEBACKUPBOX_STRING_V)_FUNC_IDEBACKUPBOX_STRING_V=qbs_new(0,0);
int32 pass5034; int32 pass5105;
int32 pass5035; int32 pass5106;
int32 *_FUNC_IDEBACKUPBOX_LONG_V=NULL; int32 *_FUNC_IDEBACKUPBOX_LONG_V=NULL;
if(_FUNC_IDEBACKUPBOX_LONG_V==NULL){ if(_FUNC_IDEBACKUPBOX_LONG_V==NULL){
_FUNC_IDEBACKUPBOX_LONG_V=(int32*)mem_static_malloc(4); _FUNC_IDEBACKUPBOX_LONG_V=(int32*)mem_static_malloc(4);

View file

@ -2,8 +2,8 @@ qbs *_SUB_IDEGOTOBOX_STRING_A2=NULL;
if (!_SUB_IDEGOTOBOX_STRING_A2)_SUB_IDEGOTOBOX_STRING_A2=qbs_new(0,0); if (!_SUB_IDEGOTOBOX_STRING_A2)_SUB_IDEGOTOBOX_STRING_A2=qbs_new(0,0);
qbs *_SUB_IDEGOTOBOX_STRING_V=NULL; qbs *_SUB_IDEGOTOBOX_STRING_V=NULL;
if (!_SUB_IDEGOTOBOX_STRING_V)_SUB_IDEGOTOBOX_STRING_V=qbs_new(0,0); if (!_SUB_IDEGOTOBOX_STRING_V)_SUB_IDEGOTOBOX_STRING_V=qbs_new(0,0);
int32 pass5036; int32 pass5107;
int32 pass5037; int32 pass5108;
int32 *_SUB_IDEGOTOBOX_LONG_V=NULL; int32 *_SUB_IDEGOTOBOX_LONG_V=NULL;
if(_SUB_IDEGOTOBOX_LONG_V==NULL){ if(_SUB_IDEGOTOBOX_LONG_V==NULL){
_SUB_IDEGOTOBOX_LONG_V=(int32*)mem_static_malloc(4); _SUB_IDEGOTOBOX_LONG_V=(int32*)mem_static_malloc(4);

View file

@ -52,11 +52,11 @@ if(_FUNC_IDEADVANCEDBOX_LONG_Y==NULL){
_FUNC_IDEADVANCEDBOX_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_Y=0; *_FUNC_IDEADVANCEDBOX_LONG_Y=0;
} }
int32 pass5038; int32 pass5109;
int64 fornext_value5040; int64 fornext_value5111;
int64 fornext_finalvalue5040; int64 fornext_finalvalue5111;
int64 fornext_step5040; int64 fornext_step5111;
uint8 fornext_step_negative5040; uint8 fornext_step_negative5111;
int32 *_FUNC_IDEADVANCEDBOX_LONG_F=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_F=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_F==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_F==NULL){
_FUNC_IDEADVANCEDBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -72,22 +72,22 @@ if(_FUNC_IDEADVANCEDBOX_LONG_CY==NULL){
_FUNC_IDEADVANCEDBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_CY=0; *_FUNC_IDEADVANCEDBOX_LONG_CY=0;
} }
int64 fornext_value5043; int64 fornext_value5114;
int64 fornext_finalvalue5043; int64 fornext_finalvalue5114;
int64 fornext_step5043; int64 fornext_step5114;
uint8 fornext_step_negative5043; uint8 fornext_step_negative5114;
int32 *_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=0; *_FUNC_IDEADVANCEDBOX_LONG_LASTFOCUS=0;
} }
int64 fornext_value5045; int64 fornext_value5116;
int64 fornext_finalvalue5045; int64 fornext_finalvalue5116;
int64 fornext_step5045; int64 fornext_step5116;
uint8 fornext_step_negative5045; uint8 fornext_step_negative5116;
byte_element_struct *byte_element_5046=NULL; byte_element_struct *byte_element_5117=NULL;
if (!byte_element_5046){ if (!byte_element_5117){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5046=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5046=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5117=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5117=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEADVANCEDBOX_LONG_CHANGE=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_CHANGE=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_CHANGE==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_CHANGE==NULL){
@ -116,9 +116,9 @@ _FUNC_IDEADVANCEDBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER)_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER)_FUNC_IDEADVANCEDBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5048=NULL; byte_element_struct *byte_element_5119=NULL;
if (!byte_element_5048){ if (!byte_element_5119){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5048=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5048=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5119=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5119=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEADVANCEDBOX_LONG_K=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_K=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_K==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_K==NULL){
@ -130,10 +130,10 @@ if(_FUNC_IDEADVANCEDBOX_LONG_INFO==NULL){
_FUNC_IDEADVANCEDBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEADVANCEDBOX_LONG_INFO=0; *_FUNC_IDEADVANCEDBOX_LONG_INFO=0;
} }
int64 fornext_value5050; int64 fornext_value5121;
int64 fornext_finalvalue5050; int64 fornext_finalvalue5121;
int64 fornext_step5050; int64 fornext_step5121;
uint8 fornext_step_negative5050; uint8 fornext_step_negative5121;
int32 *_FUNC_IDEADVANCEDBOX_LONG_T=NULL; int32 *_FUNC_IDEADVANCEDBOX_LONG_T=NULL;
if(_FUNC_IDEADVANCEDBOX_LONG_T==NULL){ if(_FUNC_IDEADVANCEDBOX_LONG_T==NULL){
_FUNC_IDEADVANCEDBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEADVANCEDBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -3,35 +3,35 @@ if(_FUNC_IDEMESSAGEBOX_LONG_IDEMESSAGEBOX==NULL){
_FUNC_IDEMESSAGEBOX_LONG_IDEMESSAGEBOX=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_IDEMESSAGEBOX=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_IDEMESSAGEBOX=0; *_FUNC_IDEMESSAGEBOX_LONG_IDEMESSAGEBOX=0;
} }
qbs*oldstr5051=NULL; qbs*oldstr5122=NULL;
if(_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->tmp||_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->fixed||_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->readonly){ if(_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->tmp||_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->fixed||_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->readonly){
oldstr5051=_FUNC_IDEMESSAGEBOX_STRING_TITLESTR; oldstr5122=_FUNC_IDEMESSAGEBOX_STRING_TITLESTR;
if (oldstr5051->cmem_descriptor){ if (oldstr5122->cmem_descriptor){
_FUNC_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5051->len,0); _FUNC_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5122->len,0);
}else{ }else{
_FUNC_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new(oldstr5051->len,0); _FUNC_IDEMESSAGEBOX_STRING_TITLESTR=qbs_new(oldstr5122->len,0);
} }
memcpy(_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->chr,oldstr5051->chr,oldstr5051->len); memcpy(_FUNC_IDEMESSAGEBOX_STRING_TITLESTR->chr,oldstr5122->chr,oldstr5122->len);
} }
qbs*oldstr5052=NULL; qbs*oldstr5123=NULL;
if(_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->tmp||_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->fixed||_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->readonly){ if(_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->tmp||_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->fixed||_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->readonly){
oldstr5052=_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR; oldstr5123=_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR;
if (oldstr5052->cmem_descriptor){ if (oldstr5123->cmem_descriptor){
_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5052->len,0); _FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5123->len,0);
}else{ }else{
_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new(oldstr5052->len,0); _FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR=qbs_new(oldstr5123->len,0);
} }
memcpy(_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->chr,oldstr5052->chr,oldstr5052->len); memcpy(_FUNC_IDEMESSAGEBOX_STRING_MESSAGESTR->chr,oldstr5123->chr,oldstr5123->len);
} }
qbs*oldstr5053=NULL; qbs*oldstr5124=NULL;
if(_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->tmp||_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->fixed||_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->readonly){ if(_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->tmp||_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->fixed||_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->readonly){
oldstr5053=_FUNC_IDEMESSAGEBOX_STRING_BUTTONS; oldstr5124=_FUNC_IDEMESSAGEBOX_STRING_BUTTONS;
if (oldstr5053->cmem_descriptor){ if (oldstr5124->cmem_descriptor){
_FUNC_IDEMESSAGEBOX_STRING_BUTTONS=qbs_new_cmem(oldstr5053->len,0); _FUNC_IDEMESSAGEBOX_STRING_BUTTONS=qbs_new_cmem(oldstr5124->len,0);
}else{ }else{
_FUNC_IDEMESSAGEBOX_STRING_BUTTONS=qbs_new(oldstr5053->len,0); _FUNC_IDEMESSAGEBOX_STRING_BUTTONS=qbs_new(oldstr5124->len,0);
} }
memcpy(_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->chr,oldstr5053->chr,oldstr5053->len); memcpy(_FUNC_IDEMESSAGEBOX_STRING_BUTTONS->chr,oldstr5124->chr,oldstr5124->len);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_FOCUS=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_FOCUS=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_FOCUS==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_FOCUS==NULL){
@ -92,18 +92,18 @@ if(_FUNC_IDEMESSAGEBOX_LONG_TW==NULL){
_FUNC_IDEMESSAGEBOX_LONG_TW=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_TW=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_TW=0; *_FUNC_IDEMESSAGEBOX_LONG_TW=0;
} }
byte_element_struct *byte_element_5055=NULL; byte_element_struct *byte_element_5126=NULL;
if (!byte_element_5055){ if (!byte_element_5126){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5055=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5055=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5126=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5126=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_W=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_W=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_W==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_W==NULL){
_FUNC_IDEMESSAGEBOX_LONG_W=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_W=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_W=0; *_FUNC_IDEMESSAGEBOX_LONG_W=0;
} }
byte_element_struct *byte_element_5056=NULL; byte_element_struct *byte_element_5127=NULL;
if (!byte_element_5056){ if (!byte_element_5127){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5056=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5056=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5127=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5127=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_TOTALBUTTONS=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_TOTALBUTTONS=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_TOTALBUTTONS==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_TOTALBUTTONS==NULL){
@ -115,37 +115,37 @@ if(_FUNC_IDEMESSAGEBOX_LONG_I==NULL){
_FUNC_IDEMESSAGEBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_I=0; *_FUNC_IDEMESSAGEBOX_LONG_I=0;
} }
int64 fornext_value5058; int64 fornext_value5129;
int64 fornext_finalvalue5058; int64 fornext_finalvalue5129;
int64 fornext_step5058; int64 fornext_step5129;
uint8 fornext_step_negative5058; uint8 fornext_step_negative5129;
byte_element_struct *byte_element_5059=NULL; byte_element_struct *byte_element_5130=NULL;
if (!byte_element_5059){ if (!byte_element_5130){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5059=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5059=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5130=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5130=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN==NULL){
_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN=0; *_FUNC_IDEMESSAGEBOX_LONG_BUTTONSLEN=0;
} }
byte_element_struct *byte_element_5060=NULL; byte_element_struct *byte_element_5131=NULL;
if (!byte_element_5060){ if (!byte_element_5131){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5060=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5060=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5131=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5131=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_W2=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_W2=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_W2==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_W2==NULL){
_FUNC_IDEMESSAGEBOX_LONG_W2=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_W2=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_W2=0; *_FUNC_IDEMESSAGEBOX_LONG_W2=0;
} }
byte_element_struct *byte_element_5061=NULL; byte_element_struct *byte_element_5132=NULL;
if (!byte_element_5061){ if (!byte_element_5132){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5061=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5061=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5132=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5132=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5062; int32 pass5133;
int64 fornext_value5064; int64 fornext_value5135;
int64 fornext_finalvalue5064; int64 fornext_finalvalue5135;
int64 fornext_step5064; int64 fornext_step5135;
uint8 fornext_step_negative5064; uint8 fornext_step_negative5135;
int32 *_FUNC_IDEMESSAGEBOX_LONG_F=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_F=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_F==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_F==NULL){
_FUNC_IDEMESSAGEBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -161,26 +161,26 @@ if(_FUNC_IDEMESSAGEBOX_LONG_CY==NULL){
_FUNC_IDEMESSAGEBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_CY=0; *_FUNC_IDEMESSAGEBOX_LONG_CY=0;
} }
int64 fornext_value5067; int64 fornext_value5138;
int64 fornext_finalvalue5067; int64 fornext_finalvalue5138;
int64 fornext_step5067; int64 fornext_step5138;
uint8 fornext_step_negative5067; uint8 fornext_step_negative5138;
int32 *_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS=0; *_FUNC_IDEMESSAGEBOX_LONG_LASTFOCUS=0;
} }
int64 fornext_value5069; int64 fornext_value5140;
int64 fornext_finalvalue5069; int64 fornext_finalvalue5140;
int64 fornext_step5069; int64 fornext_step5140;
uint8 fornext_step_negative5069; uint8 fornext_step_negative5140;
byte_element_struct *byte_element_5070=NULL; byte_element_struct *byte_element_5141=NULL;
if (!byte_element_5070){ if (!byte_element_5141){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5070=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5070=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5141=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5141=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5071=NULL; byte_element_struct *byte_element_5142=NULL;
if (!byte_element_5071){ if (!byte_element_5142){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5071=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5071=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5142=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5142=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_CHANGE=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_CHANGE=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_CHANGE==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_CHANGE==NULL){
@ -209,9 +209,9 @@ _FUNC_IDEMESSAGEBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEMESSAGEBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEMESSAGEBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEMESSAGEBOX_STRING_ALTLETTER)_FUNC_IDEMESSAGEBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEMESSAGEBOX_STRING_ALTLETTER)_FUNC_IDEMESSAGEBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5073=NULL; byte_element_struct *byte_element_5144=NULL;
if (!byte_element_5073){ if (!byte_element_5144){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5073=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5073=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5144=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5144=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEMESSAGEBOX_LONG_K=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_K=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_K==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_K==NULL){
@ -223,10 +223,10 @@ if(_FUNC_IDEMESSAGEBOX_LONG_INFO==NULL){
_FUNC_IDEMESSAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEMESSAGEBOX_LONG_INFO=0; *_FUNC_IDEMESSAGEBOX_LONG_INFO=0;
} }
int64 fornext_value5075; int64 fornext_value5146;
int64 fornext_finalvalue5075; int64 fornext_finalvalue5146;
int64 fornext_step5075; int64 fornext_step5146;
uint8 fornext_step_negative5075; uint8 fornext_step_negative5146;
int32 *_FUNC_IDEMESSAGEBOX_LONG_T=NULL; int32 *_FUNC_IDEMESSAGEBOX_LONG_T=NULL;
if(_FUNC_IDEMESSAGEBOX_LONG_T==NULL){ if(_FUNC_IDEMESSAGEBOX_LONG_T==NULL){
_FUNC_IDEMESSAGEBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEMESSAGEBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,24 +1,24 @@
qbs *_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=NULL; qbs *_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=NULL;
if (!_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX)_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=qbs_new(0,0); if (!_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX)_FUNC_IDEYESNOBOX_STRING_IDEYESNOBOX=qbs_new(0,0);
qbs*oldstr5076=NULL; qbs*oldstr5147=NULL;
if(_FUNC_IDEYESNOBOX_STRING_TITLESTR->tmp||_FUNC_IDEYESNOBOX_STRING_TITLESTR->fixed||_FUNC_IDEYESNOBOX_STRING_TITLESTR->readonly){ if(_FUNC_IDEYESNOBOX_STRING_TITLESTR->tmp||_FUNC_IDEYESNOBOX_STRING_TITLESTR->fixed||_FUNC_IDEYESNOBOX_STRING_TITLESTR->readonly){
oldstr5076=_FUNC_IDEYESNOBOX_STRING_TITLESTR; oldstr5147=_FUNC_IDEYESNOBOX_STRING_TITLESTR;
if (oldstr5076->cmem_descriptor){ if (oldstr5147->cmem_descriptor){
_FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5076->len,0); _FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new_cmem(oldstr5147->len,0);
}else{ }else{
_FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new(oldstr5076->len,0); _FUNC_IDEYESNOBOX_STRING_TITLESTR=qbs_new(oldstr5147->len,0);
} }
memcpy(_FUNC_IDEYESNOBOX_STRING_TITLESTR->chr,oldstr5076->chr,oldstr5076->len); memcpy(_FUNC_IDEYESNOBOX_STRING_TITLESTR->chr,oldstr5147->chr,oldstr5147->len);
} }
qbs*oldstr5077=NULL; qbs*oldstr5148=NULL;
if(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->tmp||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->fixed||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->readonly){ if(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->tmp||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->fixed||_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->readonly){
oldstr5077=_FUNC_IDEYESNOBOX_STRING_MESSAGESTR; oldstr5148=_FUNC_IDEYESNOBOX_STRING_MESSAGESTR;
if (oldstr5077->cmem_descriptor){ if (oldstr5148->cmem_descriptor){
_FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5077->len,0); _FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new_cmem(oldstr5148->len,0);
}else{ }else{
_FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new(oldstr5077->len,0); _FUNC_IDEYESNOBOX_STRING_MESSAGESTR=qbs_new(oldstr5148->len,0);
} }
memcpy(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->chr,oldstr5077->chr,oldstr5077->len); memcpy(_FUNC_IDEYESNOBOX_STRING_MESSAGESTR->chr,oldstr5148->chr,oldstr5148->len);
} }
int32 *_FUNC_IDEYESNOBOX_LONG_RESULT=NULL; int32 *_FUNC_IDEYESNOBOX_LONG_RESULT=NULL;
if(_FUNC_IDEYESNOBOX_LONG_RESULT==NULL){ if(_FUNC_IDEYESNOBOX_LONG_RESULT==NULL){

View file

@ -42,14 +42,14 @@ if(_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS==NULL){
_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=0; *_FUNC_IDEDISPLAYBOX_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5078=NULL; byte_element_struct *byte_element_5149=NULL;
if (!byte_element_5078){ if (!byte_element_5149){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5078=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5078=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5149=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5149=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5079; int32 pass5150;
byte_element_struct *byte_element_5080=NULL; byte_element_struct *byte_element_5151=NULL;
if (!byte_element_5080){ if (!byte_element_5151){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5080=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5080=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5151=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5151=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_PREVFONT8SETTING=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_PREVFONT8SETTING=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_PREVFONT8SETTING==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_PREVFONT8SETTING==NULL){
@ -61,18 +61,18 @@ if(_FUNC_IDEDISPLAYBOX_LONG_PREVCUSTOMFONTSETTING==NULL){
_FUNC_IDEDISPLAYBOX_LONG_PREVCUSTOMFONTSETTING=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_PREVCUSTOMFONTSETTING=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_PREVCUSTOMFONTSETTING=0; *_FUNC_IDEDISPLAYBOX_LONG_PREVCUSTOMFONTSETTING=0;
} }
byte_element_struct *byte_element_5081=NULL; byte_element_struct *byte_element_5152=NULL;
if (!byte_element_5081){ if (!byte_element_5152){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5081=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5081=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5152=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5152=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5082=NULL; byte_element_struct *byte_element_5153=NULL;
if (!byte_element_5082){ if (!byte_element_5153){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5082=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5082=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5153=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5153=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5084; int64 fornext_value5155;
int64 fornext_finalvalue5084; int64 fornext_finalvalue5155;
int64 fornext_step5084; int64 fornext_step5155;
uint8 fornext_step_negative5084; uint8 fornext_step_negative5155;
int32 *_FUNC_IDEDISPLAYBOX_LONG_F=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_F=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_F==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_F==NULL){
_FUNC_IDEDISPLAYBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -88,10 +88,10 @@ if(_FUNC_IDEDISPLAYBOX_LONG_CY==NULL){
_FUNC_IDEDISPLAYBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_CY=0; *_FUNC_IDEDISPLAYBOX_LONG_CY=0;
} }
int64 fornext_value5087; int64 fornext_value5158;
int64 fornext_finalvalue5087; int64 fornext_finalvalue5158;
int64 fornext_step5087; int64 fornext_step5158;
uint8 fornext_step_negative5087; uint8 fornext_step_negative5158;
int32 *_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -124,9 +124,9 @@ _FUNC_IDEDISPLAYBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER)_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER)_FUNC_IDEDISPLAYBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5089=NULL; byte_element_struct *byte_element_5160=NULL;
if (!byte_element_5089){ if (!byte_element_5160){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5089=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5089=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5160=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5160=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_K=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_K=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_K==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_K==NULL){
@ -138,10 +138,10 @@ if(_FUNC_IDEDISPLAYBOX_LONG_INFO==NULL){
_FUNC_IDEDISPLAYBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_INFO=0; *_FUNC_IDEDISPLAYBOX_LONG_INFO=0;
} }
int64 fornext_value5091; int64 fornext_value5162;
int64 fornext_finalvalue5091; int64 fornext_finalvalue5162;
int64 fornext_step5091; int64 fornext_step5162;
uint8 fornext_step_negative5091; uint8 fornext_step_negative5162;
int32 *_FUNC_IDEDISPLAYBOX_LONG_T=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_T=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_T==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_T==NULL){
_FUNC_IDEDISPLAYBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -152,68 +152,68 @@ if(_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=0; *_FUNC_IDEDISPLAYBOX_LONG_FOCUSOFFSET=0;
} }
byte_element_struct *byte_element_5092=NULL; byte_element_struct *byte_element_5163=NULL;
if (!byte_element_5092){ if (!byte_element_5163){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5092=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5092=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5163=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5163=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDEDISPLAYBOX_STRING_A=NULL; qbs *_FUNC_IDEDISPLAYBOX_STRING_A=NULL;
if (!_FUNC_IDEDISPLAYBOX_STRING_A)_FUNC_IDEDISPLAYBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDEDISPLAYBOX_STRING_A)_FUNC_IDEDISPLAYBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5093=NULL; byte_element_struct *byte_element_5164=NULL;
if (!byte_element_5093){ if (!byte_element_5164){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5093=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5093=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5164=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5164=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5095; int64 fornext_value5166;
int64 fornext_finalvalue5095; int64 fornext_finalvalue5166;
int64 fornext_step5095; int64 fornext_step5166;
uint8 fornext_step_negative5095; uint8 fornext_step_negative5166;
byte_element_struct *byte_element_5096=NULL; byte_element_struct *byte_element_5167=NULL;
if (!byte_element_5096){ if (!byte_element_5167){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5096=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5096=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5167=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5167=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_A=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_A=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_A==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_A==NULL){
_FUNC_IDEDISPLAYBOX_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_A=0; *_FUNC_IDEDISPLAYBOX_LONG_A=0;
} }
byte_element_struct *byte_element_5097=NULL; byte_element_struct *byte_element_5168=NULL;
if (!byte_element_5097){ if (!byte_element_5168){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5097=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5097=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5168=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5168=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5098=NULL; byte_element_struct *byte_element_5169=NULL;
if (!byte_element_5098){ if (!byte_element_5169){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5098=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5098=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5169=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5169=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5100; int64 fornext_value5171;
int64 fornext_finalvalue5100; int64 fornext_finalvalue5171;
int64 fornext_step5100; int64 fornext_step5171;
uint8 fornext_step_negative5100; uint8 fornext_step_negative5171;
byte_element_struct *byte_element_5101=NULL; byte_element_struct *byte_element_5172=NULL;
if (!byte_element_5101){ if (!byte_element_5172){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5101=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5101=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5172=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5172=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5102=NULL; byte_element_struct *byte_element_5173=NULL;
if (!byte_element_5102){ if (!byte_element_5173){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5102=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5102=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5173=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5173=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5103=NULL; byte_element_struct *byte_element_5174=NULL;
if (!byte_element_5103){ if (!byte_element_5174){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5103=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5103=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5174=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5174=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5104=NULL; byte_element_struct *byte_element_5175=NULL;
if (!byte_element_5104){ if (!byte_element_5175){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5104=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5104=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5175=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5175=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5106; int64 fornext_value5177;
int64 fornext_finalvalue5106; int64 fornext_finalvalue5177;
int64 fornext_step5106; int64 fornext_step5177;
uint8 fornext_step_negative5106; uint8 fornext_step_negative5177;
byte_element_struct *byte_element_5107=NULL; byte_element_struct *byte_element_5178=NULL;
if (!byte_element_5107){ if (!byte_element_5178){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5107=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5107=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5178=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5178=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5108=NULL; byte_element_struct *byte_element_5179=NULL;
if (!byte_element_5108){ if (!byte_element_5179){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5108=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5108=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5179=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5179=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEDISPLAYBOX_LONG_X=NULL; int32 *_FUNC_IDEDISPLAYBOX_LONG_X=NULL;
if(_FUNC_IDEDISPLAYBOX_LONG_X==NULL){ if(_FUNC_IDEDISPLAYBOX_LONG_X==NULL){
@ -232,11 +232,11 @@ if(_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE==NULL){
_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=(int32*)mem_static_malloc(4); _FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=(int32*)mem_static_malloc(4);
*_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=0; *_FUNC_IDEDISPLAYBOX_LONG_OLDHANDLE=0;
} }
byte_element_struct *byte_element_5109=NULL; byte_element_struct *byte_element_5180=NULL;
if (!byte_element_5109){ if (!byte_element_5180){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5109=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5109=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5180=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5180=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5110=NULL; byte_element_struct *byte_element_5181=NULL;
if (!byte_element_5110){ if (!byte_element_5181){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5110=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5110=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5181=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5181=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -97,8 +97,8 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_I==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_I=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_I=0;
} }
int32 pass5111; int32 pass5182;
int32 pass5112; int32 pass5183;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_L=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_L=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_L)_FUNC_IDECHOOSECOLORSBOX_STRING_L=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_L)_FUNC_IDECHOOSECOLORSBOX_STRING_L=qbs_new(0,0);
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_SELECTEDITEM=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_SELECTEDITEM=NULL;
@ -113,20 +113,20 @@ _FUNC_IDECHOOSECOLORSBOX_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A2=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A2=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A2)_FUNC_IDECHOOSECOLORSBOX_STRING_A2=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A2)_FUNC_IDECHOOSECOLORSBOX_STRING_A2=qbs_new(0,0);
int32 pass5113; int32 pass5184;
byte_element_struct *byte_element_5114=NULL; byte_element_struct *byte_element_5185=NULL;
if (!byte_element_5114){ if (!byte_element_5185){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5114=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5114=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5185=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5185=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5115; int32 pass5186;
byte_element_struct *byte_element_5116=NULL; byte_element_struct *byte_element_5187=NULL;
if (!byte_element_5116){ if (!byte_element_5187){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5116=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5116=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5187=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5187=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5117; int32 pass5188;
byte_element_struct *byte_element_5118=NULL; byte_element_struct *byte_element_5189=NULL;
if (!byte_element_5118){ if (!byte_element_5189){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5118=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5118=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5189=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5189=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_RESULT==NULL){
@ -145,14 +145,14 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_FOUNDPIPE=0;
} }
byte_element_struct *byte_element_5119=NULL; byte_element_struct *byte_element_5190=NULL;
if (!byte_element_5119){ if (!byte_element_5190){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5119=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5119=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5190=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5190=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5121; int64 fornext_value5192;
int64 fornext_finalvalue5121; int64 fornext_finalvalue5192;
int64 fornext_step5121; int64 fornext_step5192;
uint8 fornext_step_negative5121; uint8 fornext_step_negative5192;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_F=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_F=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_F==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_F==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -168,10 +168,10 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CY==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CY=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CY=0;
} }
int64 fornext_value5124; int64 fornext_value5195;
int64 fornext_finalvalue5124; int64 fornext_finalvalue5195;
int64 fornext_step5124; int64 fornext_step5195;
uint8 fornext_step_negative5124; uint8 fornext_step_negative5195;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -189,7 +189,7 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_R==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_R=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_R=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_R=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_R=0;
} }
int32 sc_5135_var; int32 sc_5206_var;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT)_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT)_FUNC_IDECHOOSECOLORSBOX_STRING_SAMPLETEXT=qbs_new(0,0);
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGE=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGE=NULL;
@ -229,9 +229,9 @@ _FUNC_IDECHOOSECOLORSBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER)_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER)_FUNC_IDECHOOSECOLORSBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5141=NULL; byte_element_struct *byte_element_5212=NULL;
if (!byte_element_5141){ if (!byte_element_5212){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5141=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5141=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5212=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5212=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_K=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_K=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_K==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_K==NULL){
@ -243,10 +243,10 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_INFO==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_INFO=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_INFO=0;
} }
int64 fornext_value5143; int64 fornext_value5214;
int64 fornext_finalvalue5143; int64 fornext_finalvalue5214;
int64 fornext_step5143; int64 fornext_step5214;
uint8 fornext_step_negative5143; uint8 fornext_step_negative5214;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
@ -257,27 +257,27 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_TFOCUS=0;
} }
byte_element_struct *byte_element_5144=NULL; byte_element_struct *byte_element_5215=NULL;
if (!byte_element_5144){ if (!byte_element_5215){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5144=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5144=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5215=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5215=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE)_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE)_FUNC_IDECHOOSECOLORSBOX_STRING_PREVTB__ASCII_CHR_046__VALUE=qbs_new(0,0);
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING)_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING)_FUNC_IDECHOOSECOLORSBOX_STRING_SCHEMESTRING=qbs_new(0,0);
byte_element_struct *byte_element_5145=NULL; byte_element_struct *byte_element_5216=NULL;
if (!byte_element_5145){ if (!byte_element_5216){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5145=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5145=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5216=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5216=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_J=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_J=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_J==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_J==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_J=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_J=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_J=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_J=0;
} }
int64 fornext_value5148; int64 fornext_value5219;
int64 fornext_finalvalue5148; int64 fornext_finalvalue5219;
int64 fornext_step5148; int64 fornext_step5219;
uint8 fornext_step_negative5148; uint8 fornext_step_negative5219;
uint32 *_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=NULL; uint32 *_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR==NULL){
_FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4);
@ -285,52 +285,52 @@ _FUNC_IDECHOOSECOLORSBOX_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_R=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_R=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_R)_FUNC_IDECHOOSECOLORSBOX_STRING_R=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_R)_FUNC_IDECHOOSECOLORSBOX_STRING_R=qbs_new(0,0);
int32 pass5150; int32 pass5221;
byte_element_struct *byte_element_5151=NULL; byte_element_struct *byte_element_5222=NULL;
if (!byte_element_5151){ if (!byte_element_5222){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5151=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5151=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5222=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5222=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_G=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_G=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_G)_FUNC_IDECHOOSECOLORSBOX_STRING_G=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_G)_FUNC_IDECHOOSECOLORSBOX_STRING_G=qbs_new(0,0);
int32 pass5152; int32 pass5223;
byte_element_struct *byte_element_5153=NULL; byte_element_struct *byte_element_5224=NULL;
if (!byte_element_5153){ if (!byte_element_5224){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5153=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5153=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5224=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5224=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_B=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_B=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_B)_FUNC_IDECHOOSECOLORSBOX_STRING_B=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_B)_FUNC_IDECHOOSECOLORSBOX_STRING_B=qbs_new(0,0);
int32 pass5154; int32 pass5225;
byte_element_struct *byte_element_5155=NULL; byte_element_struct *byte_element_5226=NULL;
if (!byte_element_5155){ if (!byte_element_5226){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5155=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5155=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5226=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5226=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDSCHEME=0;
} }
int64 fornext_value5157; int64 fornext_value5228;
int64 fornext_finalvalue5157; int64 fornext_finalvalue5228;
int64 fornext_step5157; int64 fornext_step5228;
uint8 fornext_step_negative5157; uint8 fornext_step_negative5228;
int32 pass5159; int32 pass5230;
byte_element_struct *byte_element_5160=NULL; byte_element_struct *byte_element_5231=NULL;
if (!byte_element_5160){ if (!byte_element_5231){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5160=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5160=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5231=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5231=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5161; int32 pass5232;
byte_element_struct *byte_element_5162=NULL; byte_element_struct *byte_element_5233=NULL;
if (!byte_element_5162){ if (!byte_element_5233){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5162=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5162=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5233=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5233=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5163; int32 pass5234;
byte_element_struct *byte_element_5164=NULL; byte_element_struct *byte_element_5235=NULL;
if (!byte_element_5164){ if (!byte_element_5235){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5164=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5164=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5235=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5235=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5165=NULL; byte_element_struct *byte_element_5236=NULL;
if (!byte_element_5165){ if (!byte_element_5236){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5165=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5165=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5236=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5236=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT)_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT)_FUNC_IDECHOOSECOLORSBOX_STRING_WHAT=qbs_new(0,0);
@ -339,9 +339,9 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_SCHEMEARROW=0;
} }
byte_element_struct *byte_element_5166=NULL; byte_element_struct *byte_element_5237=NULL;
if (!byte_element_5166){ if (!byte_element_5237){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5166=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5166=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5237=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5237=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORDATA=qbs_new(0,0);
@ -350,76 +350,76 @@ if(_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_NEWVALUE=0;
} }
byte_element_struct *byte_element_5167=NULL; byte_element_struct *byte_element_5238=NULL;
if (!byte_element_5167){ if (!byte_element_5238){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5167=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5167=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5238=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5238=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5168=NULL; byte_element_struct *byte_element_5239=NULL;
if (!byte_element_5168){ if (!byte_element_5239){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5168=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5168=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5239=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5239=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5169=NULL; byte_element_struct *byte_element_5240=NULL;
if (!byte_element_5169){ if (!byte_element_5240){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5169=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5169=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5240=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5240=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CHANGEDWITHKEYS=0;
} }
int32 pass5170; int32 pass5241;
byte_element_struct *byte_element_5171=NULL; byte_element_struct *byte_element_5242=NULL;
if (!byte_element_5171){ if (!byte_element_5242){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5171=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5171=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5242=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5242=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5172; int32 pass5243;
byte_element_struct *byte_element_5173=NULL; byte_element_struct *byte_element_5244=NULL;
if (!byte_element_5173){ if (!byte_element_5244){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5173=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5173=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5244=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5244=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5175; int64 fornext_value5246;
int64 fornext_finalvalue5175; int64 fornext_finalvalue5246;
int64 fornext_step5175; int64 fornext_step5246;
uint8 fornext_step_negative5175; uint8 fornext_step_negative5246;
int32 pass5177; int32 pass5248;
int32 pass5178; int32 pass5249;
int32 pass5179; int32 pass5250;
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_CHECKRGB=0;
} }
int64 fornext_value5181; int64 fornext_value5252;
int64 fornext_finalvalue5181; int64 fornext_finalvalue5252;
int64 fornext_step5181; int64 fornext_step5252;
uint8 fornext_step_negative5181; uint8 fornext_step_negative5252;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_A=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A)_FUNC_IDECHOOSECOLORSBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_A)_FUNC_IDECHOOSECOLORSBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5182=NULL; byte_element_struct *byte_element_5253=NULL;
if (!byte_element_5182){ if (!byte_element_5253){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5182=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5182=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5253=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5253=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5184; int64 fornext_value5255;
int64 fornext_finalvalue5184; int64 fornext_finalvalue5255;
int64 fornext_step5184; int64 fornext_step5255;
uint8 fornext_step_negative5184; uint8 fornext_step_negative5255;
byte_element_struct *byte_element_5185=NULL; byte_element_struct *byte_element_5256=NULL;
if (!byte_element_5185){ if (!byte_element_5256){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5185=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5185=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5256=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5256=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_A=NULL; int32 *_FUNC_IDECHOOSECOLORSBOX_LONG_A=NULL;
if(_FUNC_IDECHOOSECOLORSBOX_LONG_A==NULL){ if(_FUNC_IDECHOOSECOLORSBOX_LONG_A==NULL){
_FUNC_IDECHOOSECOLORSBOX_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDECHOOSECOLORSBOX_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDECHOOSECOLORSBOX_LONG_A=0; *_FUNC_IDECHOOSECOLORSBOX_LONG_A=0;
} }
byte_element_struct *byte_element_5186=NULL; byte_element_struct *byte_element_5257=NULL;
if (!byte_element_5186){ if (!byte_element_5257){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5186=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5186=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5257=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5257=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5189; int64 fornext_value5260;
int64 fornext_finalvalue5189; int64 fornext_finalvalue5260;
int64 fornext_step5189; int64 fornext_step5260;
uint8 fornext_step_negative5189; uint8 fornext_step_negative5260;
qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=NULL; qbs *_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=NULL;
if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=qbs_new(0,0); if (!_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID)_FUNC_IDECHOOSECOLORSBOX_STRING_COLORID=qbs_new(0,0);
int16 *_FUNC_IDECHOOSECOLORSBOX_INTEGER_V=NULL; int16 *_FUNC_IDECHOOSECOLORSBOX_INTEGER_V=NULL;

View file

@ -32,21 +32,21 @@ if(_FUNC_IDERGBMIXER_LONG_I==NULL){
_FUNC_IDERGBMIXER_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_I=0; *_FUNC_IDERGBMIXER_LONG_I=0;
} }
int32 pass5191; int32 pass5262;
int32 pass5192; int32 pass5263;
qbs *_FUNC_IDERGBMIXER_STRING_A2=NULL; qbs *_FUNC_IDERGBMIXER_STRING_A2=NULL;
if (!_FUNC_IDERGBMIXER_STRING_A2)_FUNC_IDERGBMIXER_STRING_A2=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_A2)_FUNC_IDERGBMIXER_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5193=NULL; byte_element_struct *byte_element_5264=NULL;
if (!byte_element_5193){ if (!byte_element_5264){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5193=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5193=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5264=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5264=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5194=NULL; byte_element_struct *byte_element_5265=NULL;
if (!byte_element_5194){ if (!byte_element_5265){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5194=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5194=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5265=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5265=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5195=NULL; byte_element_struct *byte_element_5266=NULL;
if (!byte_element_5195){ if (!byte_element_5266){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5195=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5195=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5266=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5266=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_PREV__ASCII_CHR_046__IDESELECT=NULL; int32 *_FUNC_IDERGBMIXER_LONG_PREV__ASCII_CHR_046__IDESELECT=NULL;
if(_FUNC_IDERGBMIXER_LONG_PREV__ASCII_CHR_046__IDESELECT==NULL){ if(_FUNC_IDERGBMIXER_LONG_PREV__ASCII_CHR_046__IDESELECT==NULL){
@ -70,17 +70,17 @@ if(_FUNC_IDERGBMIXER_LONG_X==NULL){
_FUNC_IDERGBMIXER_LONG_X=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_X=0; *_FUNC_IDERGBMIXER_LONG_X=0;
} }
int64 fornext_value5197; int64 fornext_value5268;
int64 fornext_finalvalue5197; int64 fornext_finalvalue5268;
int64 fornext_step5197; int64 fornext_step5268;
uint8 fornext_step_negative5197; uint8 fornext_step_negative5268;
byte_element_struct *byte_element_5198=NULL; byte_element_struct *byte_element_5269=NULL;
if (!byte_element_5198){ if (!byte_element_5269){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5198=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5198=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5269=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5269=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5199=NULL; byte_element_struct *byte_element_5270=NULL;
if (!byte_element_5199){ if (!byte_element_5270){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5199=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5199=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5270=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5270=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDERGBMIXER_STRING_ALL_RGB=NULL; qbs *_FUNC_IDERGBMIXER_STRING_ALL_RGB=NULL;
if (!_FUNC_IDERGBMIXER_STRING_ALL_RGB)_FUNC_IDERGBMIXER_STRING_ALL_RGB=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_ALL_RGB)_FUNC_IDERGBMIXER_STRING_ALL_RGB=qbs_new(0,0);
@ -101,13 +101,13 @@ if(_FUNC_IDERGBMIXER_LONG_FINDBRACKET2==NULL){
_FUNC_IDERGBMIXER_LONG_FINDBRACKET2=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_FINDBRACKET2=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_FINDBRACKET2=0; *_FUNC_IDERGBMIXER_LONG_FINDBRACKET2=0;
} }
byte_element_struct *byte_element_5201=NULL; byte_element_struct *byte_element_5272=NULL;
if (!byte_element_5201){ if (!byte_element_5272){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5201=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5201=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5272=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5272=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5202=NULL; byte_element_struct *byte_element_5273=NULL;
if (!byte_element_5202){ if (!byte_element_5273){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5202=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5202=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5273=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5273=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_INSERTRGBAT=NULL; int32 *_FUNC_IDERGBMIXER_LONG_INSERTRGBAT=NULL;
if(_FUNC_IDERGBMIXER_LONG_INSERTRGBAT==NULL){ if(_FUNC_IDERGBMIXER_LONG_INSERTRGBAT==NULL){
@ -119,9 +119,9 @@ if(_FUNC_IDERGBMIXER_LONG_CHECK_RGB==NULL){
_FUNC_IDERGBMIXER_LONG_CHECK_RGB=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_CHECK_RGB=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_CHECK_RGB=0; *_FUNC_IDERGBMIXER_LONG_CHECK_RGB=0;
} }
byte_element_struct *byte_element_5204=NULL; byte_element_struct *byte_element_5275=NULL;
if (!byte_element_5204){ if (!byte_element_5275){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5204=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5204=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5275=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5275=(byte_element_struct*)mem_static_malloc(12);
} }
int8 *_FUNC_IDERGBMIXER_BYTE_NEWSYNTAX=NULL; int8 *_FUNC_IDERGBMIXER_BYTE_NEWSYNTAX=NULL;
if(_FUNC_IDERGBMIXER_BYTE_NEWSYNTAX==NULL){ if(_FUNC_IDERGBMIXER_BYTE_NEWSYNTAX==NULL){
@ -144,21 +144,21 @@ qbs *_FUNC_IDERGBMIXER_STRING_G=NULL;
if (!_FUNC_IDERGBMIXER_STRING_G)_FUNC_IDERGBMIXER_STRING_G=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_G)_FUNC_IDERGBMIXER_STRING_G=qbs_new(0,0);
qbs *_FUNC_IDERGBMIXER_STRING_B=NULL; qbs *_FUNC_IDERGBMIXER_STRING_B=NULL;
if (!_FUNC_IDERGBMIXER_STRING_B)_FUNC_IDERGBMIXER_STRING_B=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_B)_FUNC_IDERGBMIXER_STRING_B=qbs_new(0,0);
int64 fornext_value5206; int64 fornext_value5277;
int64 fornext_finalvalue5206; int64 fornext_finalvalue5277;
int64 fornext_step5206; int64 fornext_step5277;
uint8 fornext_step_negative5206; uint8 fornext_step_negative5277;
int64 fornext_value5208; int64 fornext_value5279;
int64 fornext_finalvalue5208; int64 fornext_finalvalue5279;
int64 fornext_step5208; int64 fornext_step5279;
uint8 fornext_step_negative5208; uint8 fornext_step_negative5279;
int64 fornext_value5210; int64 fornext_value5281;
int64 fornext_finalvalue5210; int64 fornext_finalvalue5281;
int64 fornext_step5210; int64 fornext_step5281;
uint8 fornext_step_negative5210; uint8 fornext_step_negative5281;
byte_element_struct *byte_element_5211=NULL; byte_element_struct *byte_element_5282=NULL;
if (!byte_element_5211){ if (!byte_element_5282){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5211=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5211=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5282=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5282=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_R=NULL; int32 *_FUNC_IDERGBMIXER_LONG_R=NULL;
if(_FUNC_IDERGBMIXER_LONG_R==NULL){ if(_FUNC_IDERGBMIXER_LONG_R==NULL){
@ -175,47 +175,47 @@ if(_FUNC_IDERGBMIXER_LONG_B==NULL){
_FUNC_IDERGBMIXER_LONG_B=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_B=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_B=0; *_FUNC_IDERGBMIXER_LONG_B=0;
} }
int64 fornext_value5213; int64 fornext_value5284;
int64 fornext_finalvalue5213; int64 fornext_finalvalue5284;
int64 fornext_step5213; int64 fornext_step5284;
uint8 fornext_step_negative5213; uint8 fornext_step_negative5284;
byte_element_struct *byte_element_5214=NULL; byte_element_struct *byte_element_5285=NULL;
if (!byte_element_5214){ if (!byte_element_5285){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5214=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5214=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5285=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5285=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5216; int64 fornext_value5287;
int64 fornext_finalvalue5216; int64 fornext_finalvalue5287;
int64 fornext_step5216; int64 fornext_step5287;
uint8 fornext_step_negative5216; uint8 fornext_step_negative5287;
int64 fornext_value5218; int64 fornext_value5289;
int64 fornext_finalvalue5218; int64 fornext_finalvalue5289;
int64 fornext_step5218; int64 fornext_step5289;
uint8 fornext_step_negative5218; uint8 fornext_step_negative5289;
byte_element_struct *byte_element_5219=NULL; byte_element_struct *byte_element_5290=NULL;
if (!byte_element_5219){ if (!byte_element_5290){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5219=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5219=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5290=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5290=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5221; int64 fornext_value5292;
int64 fornext_finalvalue5221; int64 fornext_finalvalue5292;
int64 fornext_step5221; int64 fornext_step5292;
uint8 fornext_step_negative5221; uint8 fornext_step_negative5292;
int64 fornext_value5223; int64 fornext_value5294;
int64 fornext_finalvalue5223; int64 fornext_finalvalue5294;
int64 fornext_step5223; int64 fornext_step5294;
uint8 fornext_step_negative5223; uint8 fornext_step_negative5294;
byte_element_struct *byte_element_5224=NULL; byte_element_struct *byte_element_5295=NULL;
if (!byte_element_5224){ if (!byte_element_5295){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5224=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5224=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5295=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5295=(byte_element_struct*)mem_static_malloc(12);
} }
uint32 *_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR=NULL; uint32 *_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR=NULL;
if(_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR==NULL){ if(_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR==NULL){
_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR=(uint32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR=0; *_FUNC_IDERGBMIXER_ULONG_CURRENTCOLOR=0;
} }
int64 fornext_value5226; int64 fornext_value5297;
int64 fornext_finalvalue5226; int64 fornext_finalvalue5297;
int64 fornext_step5226; int64 fornext_step5297;
uint8 fornext_step_negative5226; uint8 fornext_step_negative5297;
int32 *_FUNC_IDERGBMIXER_LONG_F=NULL; int32 *_FUNC_IDERGBMIXER_LONG_F=NULL;
if(_FUNC_IDERGBMIXER_LONG_F==NULL){ if(_FUNC_IDERGBMIXER_LONG_F==NULL){
_FUNC_IDERGBMIXER_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_F=(int32*)mem_static_malloc(4);
@ -231,10 +231,10 @@ if(_FUNC_IDERGBMIXER_LONG_CY==NULL){
_FUNC_IDERGBMIXER_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_CY=0; *_FUNC_IDERGBMIXER_LONG_CY=0;
} }
int64 fornext_value5229; int64 fornext_value5300;
int64 fornext_finalvalue5229; int64 fornext_finalvalue5300;
int64 fornext_step5229; int64 fornext_step5300;
uint8 fornext_step_negative5229; uint8 fornext_step_negative5300;
int32 *_FUNC_IDERGBMIXER_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDERGBMIXER_LONG_LASTFOCUS=NULL;
if(_FUNC_IDERGBMIXER_LONG_LASTFOCUS==NULL){ if(_FUNC_IDERGBMIXER_LONG_LASTFOCUS==NULL){
_FUNC_IDERGBMIXER_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -247,10 +247,10 @@ if(_FUNC_IDERGBMIXER_LONG_T==NULL){
_FUNC_IDERGBMIXER_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_T=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_T=0; *_FUNC_IDERGBMIXER_LONG_T=0;
} }
int64 fornext_value5237; int64 fornext_value5308;
int64 fornext_finalvalue5237; int64 fornext_finalvalue5308;
int64 fornext_step5237; int64 fornext_step5308;
uint8 fornext_step_negative5237; uint8 fornext_step_negative5308;
int32 *_FUNC_IDERGBMIXER_LONG_CHANGE=NULL; int32 *_FUNC_IDERGBMIXER_LONG_CHANGE=NULL;
if(_FUNC_IDERGBMIXER_LONG_CHANGE==NULL){ if(_FUNC_IDERGBMIXER_LONG_CHANGE==NULL){
_FUNC_IDERGBMIXER_LONG_CHANGE=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_CHANGE=(int32*)mem_static_malloc(4);
@ -278,9 +278,9 @@ _FUNC_IDERGBMIXER_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERGBMIXER_STRING_ALTLETTER=NULL; qbs *_FUNC_IDERGBMIXER_STRING_ALTLETTER=NULL;
if (!_FUNC_IDERGBMIXER_STRING_ALTLETTER)_FUNC_IDERGBMIXER_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_ALTLETTER)_FUNC_IDERGBMIXER_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5239=NULL; byte_element_struct *byte_element_5310=NULL;
if (!byte_element_5239){ if (!byte_element_5310){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5239=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5239=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5310=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5310=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_K=NULL; int32 *_FUNC_IDERGBMIXER_LONG_K=NULL;
if(_FUNC_IDERGBMIXER_LONG_K==NULL){ if(_FUNC_IDERGBMIXER_LONG_K==NULL){
@ -292,10 +292,10 @@ if(_FUNC_IDERGBMIXER_LONG_INFO==NULL){
_FUNC_IDERGBMIXER_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_INFO=0; *_FUNC_IDERGBMIXER_LONG_INFO=0;
} }
int64 fornext_value5241; int64 fornext_value5312;
int64 fornext_finalvalue5241; int64 fornext_finalvalue5312;
int64 fornext_step5241; int64 fornext_step5312;
uint8 fornext_step_negative5241; uint8 fornext_step_negative5312;
int32 *_FUNC_IDERGBMIXER_LONG_FOCUSOFFSET=NULL; int32 *_FUNC_IDERGBMIXER_LONG_FOCUSOFFSET=NULL;
if(_FUNC_IDERGBMIXER_LONG_FOCUSOFFSET==NULL){ if(_FUNC_IDERGBMIXER_LONG_FOCUSOFFSET==NULL){
_FUNC_IDERGBMIXER_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_FOCUSOFFSET=(int32*)mem_static_malloc(4);
@ -306,87 +306,87 @@ if(_FUNC_IDERGBMIXER_LONG_PREVFOCUS==NULL){
_FUNC_IDERGBMIXER_LONG_PREVFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_PREVFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_PREVFOCUS=0; *_FUNC_IDERGBMIXER_LONG_PREVFOCUS=0;
} }
byte_element_struct *byte_element_5242=NULL; byte_element_struct *byte_element_5313=NULL;
if (!byte_element_5242){ if (!byte_element_5313){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5242=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5242=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5313=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5313=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_NEWVALUE=NULL; int32 *_FUNC_IDERGBMIXER_LONG_NEWVALUE=NULL;
if(_FUNC_IDERGBMIXER_LONG_NEWVALUE==NULL){ if(_FUNC_IDERGBMIXER_LONG_NEWVALUE==NULL){
_FUNC_IDERGBMIXER_LONG_NEWVALUE=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_NEWVALUE=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_NEWVALUE=0; *_FUNC_IDERGBMIXER_LONG_NEWVALUE=0;
} }
byte_element_struct *byte_element_5243=NULL; byte_element_struct *byte_element_5314=NULL;
if (!byte_element_5243){ if (!byte_element_5314){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5243=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5243=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5314=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5314=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5244=NULL; byte_element_struct *byte_element_5315=NULL;
if (!byte_element_5244){ if (!byte_element_5315){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5244=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5244=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5315=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5315=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5245=NULL; byte_element_struct *byte_element_5316=NULL;
if (!byte_element_5245){ if (!byte_element_5316){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5245=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5245=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5316=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5316=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS=NULL; int32 *_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS=NULL;
if(_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS==NULL){ if(_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS==NULL){
_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS=0; *_FUNC_IDERGBMIXER_LONG_CHANGEDWITHKEYS=0;
} }
int32 pass5246; int32 pass5317;
byte_element_struct *byte_element_5247=NULL; byte_element_struct *byte_element_5318=NULL;
if (!byte_element_5247){ if (!byte_element_5318){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5247=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5247=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5318=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5318=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5248; int32 pass5319;
byte_element_struct *byte_element_5249=NULL; byte_element_struct *byte_element_5320=NULL;
if (!byte_element_5249){ if (!byte_element_5320){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5249=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5249=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5320=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5320=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_CHECKRGB=NULL; int32 *_FUNC_IDERGBMIXER_LONG_CHECKRGB=NULL;
if(_FUNC_IDERGBMIXER_LONG_CHECKRGB==NULL){ if(_FUNC_IDERGBMIXER_LONG_CHECKRGB==NULL){
_FUNC_IDERGBMIXER_LONG_CHECKRGB=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_CHECKRGB=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_CHECKRGB=0; *_FUNC_IDERGBMIXER_LONG_CHECKRGB=0;
} }
int64 fornext_value5251; int64 fornext_value5322;
int64 fornext_finalvalue5251; int64 fornext_finalvalue5322;
int64 fornext_step5251; int64 fornext_step5322;
uint8 fornext_step_negative5251; uint8 fornext_step_negative5322;
byte_element_struct *byte_element_5252=NULL; byte_element_struct *byte_element_5323=NULL;
if (!byte_element_5252){ if (!byte_element_5323){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5252=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5252=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5323=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5323=(byte_element_struct*)mem_static_malloc(12);
} }
int64 fornext_value5254; int64 fornext_value5325;
int64 fornext_finalvalue5254; int64 fornext_finalvalue5325;
int64 fornext_step5254; int64 fornext_step5325;
uint8 fornext_step_negative5254; uint8 fornext_step_negative5325;
byte_element_struct *byte_element_5255=NULL; byte_element_struct *byte_element_5326=NULL;
if (!byte_element_5255){ if (!byte_element_5326){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5255=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5255=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5326=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5326=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERGBMIXER_LONG_A=NULL; int32 *_FUNC_IDERGBMIXER_LONG_A=NULL;
if(_FUNC_IDERGBMIXER_LONG_A==NULL){ if(_FUNC_IDERGBMIXER_LONG_A==NULL){
_FUNC_IDERGBMIXER_LONG_A=(int32*)mem_static_malloc(4); _FUNC_IDERGBMIXER_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_IDERGBMIXER_LONG_A=0; *_FUNC_IDERGBMIXER_LONG_A=0;
} }
byte_element_struct *byte_element_5256=NULL; byte_element_struct *byte_element_5327=NULL;
if (!byte_element_5256){ if (!byte_element_5327){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5256=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5256=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5327=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5327=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_IDERGBMIXER_STRING_CURRENTRGB=NULL; qbs *_FUNC_IDERGBMIXER_STRING_CURRENTRGB=NULL;
if (!_FUNC_IDERGBMIXER_STRING_CURRENTRGB)_FUNC_IDERGBMIXER_STRING_CURRENTRGB=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_CURRENTRGB)_FUNC_IDERGBMIXER_STRING_CURRENTRGB=qbs_new(0,0);
qbs *_FUNC_IDERGBMIXER_STRING_OLDRGB=NULL; qbs *_FUNC_IDERGBMIXER_STRING_OLDRGB=NULL;
if (!_FUNC_IDERGBMIXER_STRING_OLDRGB)_FUNC_IDERGBMIXER_STRING_OLDRGB=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_OLDRGB)_FUNC_IDERGBMIXER_STRING_OLDRGB=qbs_new(0,0);
int64 fornext_value5258; int64 fornext_value5329;
int64 fornext_finalvalue5258; int64 fornext_finalvalue5329;
int64 fornext_step5258; int64 fornext_step5329;
uint8 fornext_step_negative5258; uint8 fornext_step_negative5329;
qbs *_FUNC_IDERGBMIXER_STRING_NEWLINE=NULL; qbs *_FUNC_IDERGBMIXER_STRING_NEWLINE=NULL;
if (!_FUNC_IDERGBMIXER_STRING_NEWLINE)_FUNC_IDERGBMIXER_STRING_NEWLINE=qbs_new(0,0); if (!_FUNC_IDERGBMIXER_STRING_NEWLINE)_FUNC_IDERGBMIXER_STRING_NEWLINE=qbs_new(0,0);
byte_element_struct *byte_element_5259=NULL; byte_element_struct *byte_element_5330=NULL;
if (!byte_element_5259){ if (!byte_element_5330){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5259=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5259=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5330=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5330=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5260=NULL; byte_element_struct *byte_element_5331=NULL;
if (!byte_element_5260){ if (!byte_element_5331){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5260=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5260=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5331=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5331=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,25 +3,25 @@ if(_FUNC_COUNTITEMS_LONG_COUNTITEMS==NULL){
_FUNC_COUNTITEMS_LONG_COUNTITEMS=(int32*)mem_static_malloc(4); _FUNC_COUNTITEMS_LONG_COUNTITEMS=(int32*)mem_static_malloc(4);
*_FUNC_COUNTITEMS_LONG_COUNTITEMS=0; *_FUNC_COUNTITEMS_LONG_COUNTITEMS=0;
} }
qbs*oldstr5261=NULL; qbs*oldstr5332=NULL;
if(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->tmp||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->fixed||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->readonly){ if(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->tmp||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->fixed||_FUNC_COUNTITEMS_STRING_SEARCHSTRING->readonly){
oldstr5261=_FUNC_COUNTITEMS_STRING_SEARCHSTRING; oldstr5332=_FUNC_COUNTITEMS_STRING_SEARCHSTRING;
if (oldstr5261->cmem_descriptor){ if (oldstr5332->cmem_descriptor){
_FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new_cmem(oldstr5261->len,0); _FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new_cmem(oldstr5332->len,0);
}else{ }else{
_FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new(oldstr5261->len,0); _FUNC_COUNTITEMS_STRING_SEARCHSTRING=qbs_new(oldstr5332->len,0);
} }
memcpy(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->chr,oldstr5261->chr,oldstr5261->len); memcpy(_FUNC_COUNTITEMS_STRING_SEARCHSTRING->chr,oldstr5332->chr,oldstr5332->len);
} }
qbs*oldstr5262=NULL; qbs*oldstr5333=NULL;
if(_FUNC_COUNTITEMS_STRING_ITEM->tmp||_FUNC_COUNTITEMS_STRING_ITEM->fixed||_FUNC_COUNTITEMS_STRING_ITEM->readonly){ if(_FUNC_COUNTITEMS_STRING_ITEM->tmp||_FUNC_COUNTITEMS_STRING_ITEM->fixed||_FUNC_COUNTITEMS_STRING_ITEM->readonly){
oldstr5262=_FUNC_COUNTITEMS_STRING_ITEM; oldstr5333=_FUNC_COUNTITEMS_STRING_ITEM;
if (oldstr5262->cmem_descriptor){ if (oldstr5333->cmem_descriptor){
_FUNC_COUNTITEMS_STRING_ITEM=qbs_new_cmem(oldstr5262->len,0); _FUNC_COUNTITEMS_STRING_ITEM=qbs_new_cmem(oldstr5333->len,0);
}else{ }else{
_FUNC_COUNTITEMS_STRING_ITEM=qbs_new(oldstr5262->len,0); _FUNC_COUNTITEMS_STRING_ITEM=qbs_new(oldstr5333->len,0);
} }
memcpy(_FUNC_COUNTITEMS_STRING_ITEM->chr,oldstr5262->chr,oldstr5262->len); memcpy(_FUNC_COUNTITEMS_STRING_ITEM->chr,oldstr5333->chr,oldstr5333->len);
} }
int32 *_FUNC_COUNTITEMS_LONG_FOUND=NULL; int32 *_FUNC_COUNTITEMS_LONG_FOUND=NULL;
if(_FUNC_COUNTITEMS_LONG_FOUND==NULL){ if(_FUNC_COUNTITEMS_LONG_FOUND==NULL){

View file

@ -3,9 +3,9 @@ if(_SUB_GETINPUT_LONG_K==NULL){
_SUB_GETINPUT_LONG_K=(int32*)mem_static_malloc(4); _SUB_GETINPUT_LONG_K=(int32*)mem_static_malloc(4);
*_SUB_GETINPUT_LONG_K=0; *_SUB_GETINPUT_LONG_K=0;
} }
byte_element_struct *byte_element_5265=NULL; byte_element_struct *byte_element_5336=NULL;
if (!byte_element_5265){ if (!byte_element_5336){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5265=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5265=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5336=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5336=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_GETINPUT_LONG_RELEASE=NULL; int32 *_SUB_GETINPUT_LONG_RELEASE=NULL;
if(_SUB_GETINPUT_LONG_RELEASE==NULL){ if(_SUB_GETINPUT_LONG_RELEASE==NULL){

View file

@ -10,10 +10,10 @@ if(_SUB_HELP_SHOWTEXT_LONG_Y==NULL){
_SUB_HELP_SHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4); _SUB_HELP_SHOWTEXT_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_HELP_SHOWTEXT_LONG_Y=0; *_SUB_HELP_SHOWTEXT_LONG_Y=0;
} }
int64 fornext_value5268; int64 fornext_value5339;
int64 fornext_finalvalue5268; int64 fornext_finalvalue5339;
int64 fornext_step5268; int64 fornext_step5339;
uint8 fornext_step_negative5268; uint8 fornext_step_negative5339;
int32 *_SUB_HELP_SHOWTEXT_LONG_L=NULL; int32 *_SUB_HELP_SHOWTEXT_LONG_L=NULL;
if(_SUB_HELP_SHOWTEXT_LONG_L==NULL){ if(_SUB_HELP_SHOWTEXT_LONG_L==NULL){
_SUB_HELP_SHOWTEXT_LONG_L=(int32*)mem_static_malloc(4); _SUB_HELP_SHOWTEXT_LONG_L=(int32*)mem_static_malloc(4);
@ -49,11 +49,11 @@ if(_SUB_HELP_SHOWTEXT_LONG_X4==NULL){
_SUB_HELP_SHOWTEXT_LONG_X4=(int32*)mem_static_malloc(4); _SUB_HELP_SHOWTEXT_LONG_X4=(int32*)mem_static_malloc(4);
*_SUB_HELP_SHOWTEXT_LONG_X4=0; *_SUB_HELP_SHOWTEXT_LONG_X4=0;
} }
int64 fornext_value5272; int64 fornext_value5343;
int64 fornext_finalvalue5272; int64 fornext_finalvalue5343;
int64 fornext_step5272; int64 fornext_step5343;
uint8 fornext_step_negative5272; uint8 fornext_step_negative5343;
int64 fornext_value5275; int64 fornext_value5346;
int64 fornext_finalvalue5275; int64 fornext_finalvalue5346;
int64 fornext_step5275; int64 fornext_step5346;
uint8 fornext_step_negative5275; uint8 fornext_step_negative5346;

View file

@ -41,13 +41,13 @@ _FUNC_IDESEARCHEDBOX_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESEARCHEDBOX_STRING_A=NULL; qbs *_FUNC_IDESEARCHEDBOX_STRING_A=NULL;
if (!_FUNC_IDESEARCHEDBOX_STRING_A)_FUNC_IDESEARCHEDBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDESEARCHEDBOX_STRING_A)_FUNC_IDESEARCHEDBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5277=NULL; byte_element_struct *byte_element_5348=NULL;
if (!byte_element_5277){ if (!byte_element_5348){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5277=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5277=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5348=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5348=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5278=NULL; byte_element_struct *byte_element_5349=NULL;
if (!byte_element_5278){ if (!byte_element_5349){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5278=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5278=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5349=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5349=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESEARCHEDBOX_LONG_AI=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_AI=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_AI==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_AI==NULL){
@ -56,17 +56,17 @@ _FUNC_IDESEARCHEDBOX_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESEARCHEDBOX_STRING_F=NULL; qbs *_FUNC_IDESEARCHEDBOX_STRING_F=NULL;
if (!_FUNC_IDESEARCHEDBOX_STRING_F)_FUNC_IDESEARCHEDBOX_STRING_F=qbs_new(0,0); if (!_FUNC_IDESEARCHEDBOX_STRING_F)_FUNC_IDESEARCHEDBOX_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_5280=NULL; byte_element_struct *byte_element_5351=NULL;
if (!byte_element_5280){ if (!byte_element_5351){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5280=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5280=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5351=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5351=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5281=NULL; byte_element_struct *byte_element_5352=NULL;
if (!byte_element_5281){ if (!byte_element_5352){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5281=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5281=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5352=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5352=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5282=NULL; byte_element_struct *byte_element_5353=NULL;
if (!byte_element_5282){ if (!byte_element_5353){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5282=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5282=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5353=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5353=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESEARCHEDBOX_LONG_H=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_H=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_H==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_H==NULL){
@ -78,11 +78,11 @@ if(_FUNC_IDESEARCHEDBOX_LONG_I==NULL){
_FUNC_IDESEARCHEDBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDESEARCHEDBOX_LONG_I=0; *_FUNC_IDESEARCHEDBOX_LONG_I=0;
} }
int32 pass5283; int32 pass5354;
int64 fornext_value5285; int64 fornext_value5356;
int64 fornext_finalvalue5285; int64 fornext_finalvalue5356;
int64 fornext_step5285; int64 fornext_step5356;
uint8 fornext_step_negative5285; uint8 fornext_step_negative5356;
int32 *_FUNC_IDESEARCHEDBOX_LONG_F=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_F=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_F==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_F==NULL){
_FUNC_IDESEARCHEDBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -98,10 +98,10 @@ if(_FUNC_IDESEARCHEDBOX_LONG_CY==NULL){
_FUNC_IDESEARCHEDBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDESEARCHEDBOX_LONG_CY=0; *_FUNC_IDESEARCHEDBOX_LONG_CY=0;
} }
int64 fornext_value5288; int64 fornext_value5359;
int64 fornext_finalvalue5288; int64 fornext_finalvalue5359;
int64 fornext_step5288; int64 fornext_step5359;
uint8 fornext_step_negative5288; uint8 fornext_step_negative5359;
int32 *_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -134,9 +134,9 @@ _FUNC_IDESEARCHEDBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER)_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER)_FUNC_IDESEARCHEDBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5290=NULL; byte_element_struct *byte_element_5361=NULL;
if (!byte_element_5290){ if (!byte_element_5361){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5290=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5290=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5361=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5361=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDESEARCHEDBOX_LONG_K=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_K=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_K==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_K==NULL){
@ -148,10 +148,10 @@ if(_FUNC_IDESEARCHEDBOX_LONG_INFO==NULL){
_FUNC_IDESEARCHEDBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDESEARCHEDBOX_LONG_INFO=0; *_FUNC_IDESEARCHEDBOX_LONG_INFO=0;
} }
int64 fornext_value5292; int64 fornext_value5363;
int64 fornext_finalvalue5292; int64 fornext_finalvalue5363;
int64 fornext_step5292; int64 fornext_step5363;
uint8 fornext_step_negative5292; uint8 fornext_step_negative5363;
int32 *_FUNC_IDESEARCHEDBOX_LONG_T=NULL; int32 *_FUNC_IDESEARCHEDBOX_LONG_T=NULL;
if(_FUNC_IDESEARCHEDBOX_LONG_T==NULL){ if(_FUNC_IDESEARCHEDBOX_LONG_T==NULL){
_FUNC_IDESEARCHEDBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDESEARCHEDBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,12 +1,12 @@
qbs*oldstr5293=NULL; qbs*oldstr5364=NULL;
if(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->tmp||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->fixed||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->readonly){ if(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->tmp||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->fixed||_SUB_IDEIMPORTBOOKMARKS_STRING_F2->readonly){
oldstr5293=_SUB_IDEIMPORTBOOKMARKS_STRING_F2; oldstr5364=_SUB_IDEIMPORTBOOKMARKS_STRING_F2;
if (oldstr5293->cmem_descriptor){ if (oldstr5364->cmem_descriptor){
_SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5293->len,0); _SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5364->len,0);
}else{ }else{
_SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new(oldstr5293->len,0); _SUB_IDEIMPORTBOOKMARKS_STRING_F2=qbs_new(oldstr5364->len,0);
} }
memcpy(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->chr,oldstr5293->chr,oldstr5293->len); memcpy(_SUB_IDEIMPORTBOOKMARKS_STRING_F2->chr,oldstr5364->chr,oldstr5364->len);
} }
qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_F=NULL; qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_F=NULL;
if (!_SUB_IDEIMPORTBOOKMARKS_STRING_F)_SUB_IDEIMPORTBOOKMARKS_STRING_F=qbs_new(0,0); if (!_SUB_IDEIMPORTBOOKMARKS_STRING_F)_SUB_IDEIMPORTBOOKMARKS_STRING_F=qbs_new(0,0);
@ -27,18 +27,18 @@ if(_SUB_IDEIMPORTBOOKMARKS_LONG_L==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_IDEIMPORTBOOKMARKS_LONG_L=0; *_SUB_IDEIMPORTBOOKMARKS_LONG_L=0;
} }
byte_element_struct *byte_element_5294=NULL; byte_element_struct *byte_element_5365=NULL;
if (!byte_element_5294){ if (!byte_element_5365){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5294=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5294=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5365=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5365=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_X1=NULL; int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_X1=NULL;
if(_SUB_IDEIMPORTBOOKMARKS_LONG_X1==NULL){ if(_SUB_IDEIMPORTBOOKMARKS_LONG_X1==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_X1=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_X1=(int32*)mem_static_malloc(4);
*_SUB_IDEIMPORTBOOKMARKS_LONG_X1=0; *_SUB_IDEIMPORTBOOKMARKS_LONG_X1=0;
} }
byte_element_struct *byte_element_5295=NULL; byte_element_struct *byte_element_5366=NULL;
if (!byte_element_5295){ if (!byte_element_5366){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5295=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5295=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5366=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5366=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_D=NULL; qbs *_SUB_IDEIMPORTBOOKMARKS_STRING_D=NULL;
if (!_SUB_IDEIMPORTBOOKMARKS_STRING_D)_SUB_IDEIMPORTBOOKMARKS_STRING_D=qbs_new(0,0); if (!_SUB_IDEIMPORTBOOKMARKS_STRING_D)_SUB_IDEIMPORTBOOKMARKS_STRING_D=qbs_new(0,0);
@ -52,10 +52,10 @@ if(_SUB_IDEIMPORTBOOKMARKS_LONG_I==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDEIMPORTBOOKMARKS_LONG_I=0; *_SUB_IDEIMPORTBOOKMARKS_LONG_I=0;
} }
int64 fornext_value5297; int64 fornext_value5368;
int64 fornext_finalvalue5297; int64 fornext_finalvalue5368;
int64 fornext_step5297; int64 fornext_step5368;
uint8 fornext_step_negative5297; uint8 fornext_step_negative5368;
int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_BY=NULL; int32 *_SUB_IDEIMPORTBOOKMARKS_LONG_BY=NULL;
if(_SUB_IDEIMPORTBOOKMARKS_LONG_BY==NULL){ if(_SUB_IDEIMPORTBOOKMARKS_LONG_BY==NULL){
_SUB_IDEIMPORTBOOKMARKS_LONG_BY=(int32*)mem_static_malloc(4); _SUB_IDEIMPORTBOOKMARKS_LONG_BY=(int32*)mem_static_malloc(4);

View file

@ -1,12 +1,12 @@
qbs*oldstr5298=NULL; qbs*oldstr5369=NULL;
if(_SUB_IDESAVEBOOKMARKS_STRING_F2->tmp||_SUB_IDESAVEBOOKMARKS_STRING_F2->fixed||_SUB_IDESAVEBOOKMARKS_STRING_F2->readonly){ if(_SUB_IDESAVEBOOKMARKS_STRING_F2->tmp||_SUB_IDESAVEBOOKMARKS_STRING_F2->fixed||_SUB_IDESAVEBOOKMARKS_STRING_F2->readonly){
oldstr5298=_SUB_IDESAVEBOOKMARKS_STRING_F2; oldstr5369=_SUB_IDESAVEBOOKMARKS_STRING_F2;
if (oldstr5298->cmem_descriptor){ if (oldstr5369->cmem_descriptor){
_SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5298->len,0); _SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new_cmem(oldstr5369->len,0);
}else{ }else{
_SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new(oldstr5298->len,0); _SUB_IDESAVEBOOKMARKS_STRING_F2=qbs_new(oldstr5369->len,0);
} }
memcpy(_SUB_IDESAVEBOOKMARKS_STRING_F2->chr,oldstr5298->chr,oldstr5298->len); memcpy(_SUB_IDESAVEBOOKMARKS_STRING_F2->chr,oldstr5369->chr,oldstr5369->len);
} }
qbs *_SUB_IDESAVEBOOKMARKS_STRING_F=NULL; qbs *_SUB_IDESAVEBOOKMARKS_STRING_F=NULL;
if (!_SUB_IDESAVEBOOKMARKS_STRING_F)_SUB_IDESAVEBOOKMARKS_STRING_F=qbs_new(0,0); if (!_SUB_IDESAVEBOOKMARKS_STRING_F)_SUB_IDESAVEBOOKMARKS_STRING_F=qbs_new(0,0);
@ -27,22 +27,22 @@ if(_SUB_IDESAVEBOOKMARKS_LONG_L==NULL){
_SUB_IDESAVEBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4); _SUB_IDESAVEBOOKMARKS_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_IDESAVEBOOKMARKS_LONG_L=0; *_SUB_IDESAVEBOOKMARKS_LONG_L=0;
} }
byte_element_struct *byte_element_5299=NULL; byte_element_struct *byte_element_5370=NULL;
if (!byte_element_5299){ if (!byte_element_5370){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5299=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5299=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5370=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5370=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDESAVEBOOKMARKS_LONG_X2=NULL; int32 *_SUB_IDESAVEBOOKMARKS_LONG_X2=NULL;
if(_SUB_IDESAVEBOOKMARKS_LONG_X2==NULL){ if(_SUB_IDESAVEBOOKMARKS_LONG_X2==NULL){
_SUB_IDESAVEBOOKMARKS_LONG_X2=(int32*)mem_static_malloc(4); _SUB_IDESAVEBOOKMARKS_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_IDESAVEBOOKMARKS_LONG_X2=0; *_SUB_IDESAVEBOOKMARKS_LONG_X2=0;
} }
byte_element_struct *byte_element_5300=NULL; byte_element_struct *byte_element_5371=NULL;
if (!byte_element_5300){ if (!byte_element_5371){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5300=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5300=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5371=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5371=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5301=NULL; byte_element_struct *byte_element_5372=NULL;
if (!byte_element_5301){ if (!byte_element_5372){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5301=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5301=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5372=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5372=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDESAVEBOOKMARKS_STRING_D=NULL; qbs *_SUB_IDESAVEBOOKMARKS_STRING_D=NULL;
if (!_SUB_IDESAVEBOOKMARKS_STRING_D)_SUB_IDESAVEBOOKMARKS_STRING_D=qbs_new(0,0); if (!_SUB_IDESAVEBOOKMARKS_STRING_D)_SUB_IDESAVEBOOKMARKS_STRING_D=qbs_new(0,0);
@ -51,15 +51,15 @@ if(_SUB_IDESAVEBOOKMARKS_LONG_I==NULL){
_SUB_IDESAVEBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDESAVEBOOKMARKS_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDESAVEBOOKMARKS_LONG_I=0; *_SUB_IDESAVEBOOKMARKS_LONG_I=0;
} }
int64 fornext_value5303; int64 fornext_value5374;
int64 fornext_finalvalue5303; int64 fornext_finalvalue5374;
int64 fornext_step5303; int64 fornext_step5374;
uint8 fornext_step_negative5303; uint8 fornext_step_negative5374;
byte_element_struct *byte_element_5304=NULL; byte_element_struct *byte_element_5375=NULL;
if (!byte_element_5304){ if (!byte_element_5375){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5304=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5304=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5375=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5375=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5305=NULL; byte_element_struct *byte_element_5376=NULL;
if (!byte_element_5305){ if (!byte_element_5376){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5305=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5305=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5376=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5376=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -36,13 +36,13 @@ _FUNC_IDERECENTBOX_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERECENTBOX_STRING_A=NULL; qbs *_FUNC_IDERECENTBOX_STRING_A=NULL;
if (!_FUNC_IDERECENTBOX_STRING_A)_FUNC_IDERECENTBOX_STRING_A=qbs_new(0,0); if (!_FUNC_IDERECENTBOX_STRING_A)_FUNC_IDERECENTBOX_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5306=NULL; byte_element_struct *byte_element_5377=NULL;
if (!byte_element_5306){ if (!byte_element_5377){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5306=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5306=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5377=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5377=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5307=NULL; byte_element_struct *byte_element_5378=NULL;
if (!byte_element_5307){ if (!byte_element_5378){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5307=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5307=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5378=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5378=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERECENTBOX_LONG_AI=NULL; int32 *_FUNC_IDERECENTBOX_LONG_AI=NULL;
if(_FUNC_IDERECENTBOX_LONG_AI==NULL){ if(_FUNC_IDERECENTBOX_LONG_AI==NULL){
@ -51,29 +51,29 @@ _FUNC_IDERECENTBOX_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERECENTBOX_STRING_F=NULL; qbs *_FUNC_IDERECENTBOX_STRING_F=NULL;
if (!_FUNC_IDERECENTBOX_STRING_F)_FUNC_IDERECENTBOX_STRING_F=qbs_new(0,0); if (!_FUNC_IDERECENTBOX_STRING_F)_FUNC_IDERECENTBOX_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_5309=NULL; byte_element_struct *byte_element_5380=NULL;
if (!byte_element_5309){ if (!byte_element_5380){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5309=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5309=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5380=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5380=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5310=NULL; byte_element_struct *byte_element_5381=NULL;
if (!byte_element_5310){ if (!byte_element_5381){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5310=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5310=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5381=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5381=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5311=NULL; byte_element_struct *byte_element_5382=NULL;
if (!byte_element_5311){ if (!byte_element_5382){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5311=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5311=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5382=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5382=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERECENTBOX_LONG_I=NULL; int32 *_FUNC_IDERECENTBOX_LONG_I=NULL;
if(_FUNC_IDERECENTBOX_LONG_I==NULL){ if(_FUNC_IDERECENTBOX_LONG_I==NULL){
_FUNC_IDERECENTBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDERECENTBOX_LONG_I=0; *_FUNC_IDERECENTBOX_LONG_I=0;
} }
int32 pass5312; int32 pass5383;
int32 pass5313; int32 pass5384;
int64 fornext_value5315; int64 fornext_value5386;
int64 fornext_finalvalue5315; int64 fornext_finalvalue5386;
int64 fornext_step5315; int64 fornext_step5386;
uint8 fornext_step_negative5315; uint8 fornext_step_negative5386;
int32 *_FUNC_IDERECENTBOX_LONG_F=NULL; int32 *_FUNC_IDERECENTBOX_LONG_F=NULL;
if(_FUNC_IDERECENTBOX_LONG_F==NULL){ if(_FUNC_IDERECENTBOX_LONG_F==NULL){
_FUNC_IDERECENTBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -89,10 +89,10 @@ if(_FUNC_IDERECENTBOX_LONG_CY==NULL){
_FUNC_IDERECENTBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDERECENTBOX_LONG_CY=0; *_FUNC_IDERECENTBOX_LONG_CY=0;
} }
int64 fornext_value5318; int64 fornext_value5389;
int64 fornext_finalvalue5318; int64 fornext_finalvalue5389;
int64 fornext_step5318; int64 fornext_step5389;
uint8 fornext_step_negative5318; uint8 fornext_step_negative5389;
int32 *_FUNC_IDERECENTBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDERECENTBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDERECENTBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDERECENTBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDERECENTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -125,9 +125,9 @@ _FUNC_IDERECENTBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDERECENTBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDERECENTBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDERECENTBOX_STRING_ALTLETTER)_FUNC_IDERECENTBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDERECENTBOX_STRING_ALTLETTER)_FUNC_IDERECENTBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5320=NULL; byte_element_struct *byte_element_5391=NULL;
if (!byte_element_5320){ if (!byte_element_5391){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5320=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5320=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5391=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5391=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDERECENTBOX_LONG_K=NULL; int32 *_FUNC_IDERECENTBOX_LONG_K=NULL;
if(_FUNC_IDERECENTBOX_LONG_K==NULL){ if(_FUNC_IDERECENTBOX_LONG_K==NULL){
@ -139,10 +139,10 @@ if(_FUNC_IDERECENTBOX_LONG_INFO==NULL){
_FUNC_IDERECENTBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDERECENTBOX_LONG_INFO=0; *_FUNC_IDERECENTBOX_LONG_INFO=0;
} }
int64 fornext_value5322; int64 fornext_value5393;
int64 fornext_finalvalue5322; int64 fornext_finalvalue5393;
int64 fornext_step5322; int64 fornext_step5393;
uint8 fornext_step_negative5322; uint8 fornext_step_negative5393;
int32 *_FUNC_IDERECENTBOX_LONG_T=NULL; int32 *_FUNC_IDERECENTBOX_LONG_T=NULL;
if(_FUNC_IDERECENTBOX_LONG_T==NULL){ if(_FUNC_IDERECENTBOX_LONG_T==NULL){
_FUNC_IDERECENTBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDERECENTBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -15,9 +15,9 @@ _SUB_IDEMAKEFILEMENU_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKEFILEMENU_STRING_A=NULL; qbs *_SUB_IDEMAKEFILEMENU_STRING_A=NULL;
if (!_SUB_IDEMAKEFILEMENU_STRING_A)_SUB_IDEMAKEFILEMENU_STRING_A=qbs_new(0,0); if (!_SUB_IDEMAKEFILEMENU_STRING_A)_SUB_IDEMAKEFILEMENU_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5323=NULL; byte_element_struct *byte_element_5394=NULL;
if (!byte_element_5323){ if (!byte_element_5394){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5323=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5323=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5394=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5394=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKEFILEMENU_LONG_MAXRECENTINFILEMENU=NULL; int32 *_SUB_IDEMAKEFILEMENU_LONG_MAXRECENTINFILEMENU=NULL;
if(_SUB_IDEMAKEFILEMENU_LONG_MAXRECENTINFILEMENU==NULL){ if(_SUB_IDEMAKEFILEMENU_LONG_MAXRECENTINFILEMENU==NULL){
@ -34,10 +34,10 @@ if(_SUB_IDEMAKEFILEMENU_LONG_R==NULL){
_SUB_IDEMAKEFILEMENU_LONG_R=(int32*)mem_static_malloc(4); _SUB_IDEMAKEFILEMENU_LONG_R=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKEFILEMENU_LONG_R=0; *_SUB_IDEMAKEFILEMENU_LONG_R=0;
} }
int64 fornext_value5325; int64 fornext_value5396;
int64 fornext_finalvalue5325; int64 fornext_finalvalue5396;
int64 fornext_step5325; int64 fornext_step5396;
uint8 fornext_step_negative5325; uint8 fornext_step_negative5396;
int32 *_SUB_IDEMAKEFILEMENU_LONG_AI=NULL; int32 *_SUB_IDEMAKEFILEMENU_LONG_AI=NULL;
if(_SUB_IDEMAKEFILEMENU_LONG_AI==NULL){ if(_SUB_IDEMAKEFILEMENU_LONG_AI==NULL){
_SUB_IDEMAKEFILEMENU_LONG_AI=(int32*)mem_static_malloc(4); _SUB_IDEMAKEFILEMENU_LONG_AI=(int32*)mem_static_malloc(4);
@ -45,19 +45,19 @@ _SUB_IDEMAKEFILEMENU_LONG_AI=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKEFILEMENU_STRING_F=NULL; qbs *_SUB_IDEMAKEFILEMENU_STRING_F=NULL;
if (!_SUB_IDEMAKEFILEMENU_STRING_F)_SUB_IDEMAKEFILEMENU_STRING_F=qbs_new(0,0); if (!_SUB_IDEMAKEFILEMENU_STRING_F)_SUB_IDEMAKEFILEMENU_STRING_F=qbs_new(0,0);
byte_element_struct *byte_element_5326=NULL; byte_element_struct *byte_element_5397=NULL;
if (!byte_element_5326){ if (!byte_element_5397){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5326=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5326=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5397=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5397=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5327=NULL; byte_element_struct *byte_element_5398=NULL;
if (!byte_element_5327){ if (!byte_element_5398){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5327=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5327=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5398=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5398=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5328=NULL; byte_element_struct *byte_element_5399=NULL;
if (!byte_element_5328){ if (!byte_element_5399){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5328=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5328=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5399=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5399=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5329=NULL; byte_element_struct *byte_element_5400=NULL;
if (!byte_element_5329){ if (!byte_element_5400){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5329=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5329=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5400=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5400=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -10,16 +10,16 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_I==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_I=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_I=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_I=0;
} }
int8 pass5331; int8 pass5402;
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2)_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2)_SUB_IDEMAKECONTEXTUALMENU_STRING_SELA2=qbs_new(0,0);
byte_element_struct *byte_element_5332=NULL; byte_element_struct *byte_element_5403=NULL;
if (!byte_element_5332){ if (!byte_element_5403){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5332=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5332=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5403=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5403=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5333=NULL; byte_element_struct *byte_element_5404=NULL;
if (!byte_element_5333){ if (!byte_element_5404){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5333=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5333=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5404=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5404=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_TOTALSF==NULL){
@ -31,10 +31,10 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_Y=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_Y=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y=0;
} }
int64 fornext_value5335; int64 fornext_value5406;
int64 fornext_finalvalue5335; int64 fornext_finalvalue5406;
int64 fornext_step5335; int64 fornext_step5406;
uint8 fornext_step_negative5335; uint8 fornext_step_negative5406;
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A)_SUB_IDEMAKECONTEXTUALMENU_STRING_A=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A)_SUB_IDEMAKECONTEXTUALMENU_STRING_A=qbs_new(0,0);
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_SF=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_SF=NULL;
@ -46,17 +46,17 @@ qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA)_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA)_SUB_IDEMAKECONTEXTUALMENU_STRING_NCA=qbs_new(0,0);
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SF)_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_SF)_SUB_IDEMAKECONTEXTUALMENU_STRING_SF=qbs_new(0,0);
byte_element_struct *byte_element_5336=NULL; byte_element_struct *byte_element_5407=NULL;
if (!byte_element_5336){ if (!byte_element_5407){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5336=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5336=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5407=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5407=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5337=NULL; byte_element_struct *byte_element_5408=NULL;
if (!byte_element_5337){ if (!byte_element_5408){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5337=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5337=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5408=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5408=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5338=NULL; byte_element_struct *byte_element_5409=NULL;
if (!byte_element_5338){ if (!byte_element_5409){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5338=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5338=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5409=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5409=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_X=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_X=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_X==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_X==NULL){
@ -67,60 +67,60 @@ qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N)_SUB_IDEMAKECONTEXTUALMENU_STRING_N=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N)_SUB_IDEMAKECONTEXTUALMENU_STRING_N=qbs_new(0,0);
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N2)_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_N2)_SUB_IDEMAKECONTEXTUALMENU_STRING_N2=qbs_new(0,0);
byte_element_struct *byte_element_5339=NULL; byte_element_struct *byte_element_5410=NULL;
if (!byte_element_5339){ if (!byte_element_5410){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5339=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5339=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5410=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5410=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5341=NULL; byte_element_struct *byte_element_5412=NULL;
if (!byte_element_5341){ if (!byte_element_5412){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5341=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5341=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5412=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5412=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A2)_SUB_IDEMAKECONTEXTUALMENU_STRING_A2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A2)_SUB_IDEMAKECONTEXTUALMENU_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5343=NULL; byte_element_struct *byte_element_5414=NULL;
if (!byte_element_5343){ if (!byte_element_5414){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5343=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5343=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5414=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5414=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5344=NULL; byte_element_struct *byte_element_5415=NULL;
if (!byte_element_5344){ if (!byte_element_5415){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5344=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5344=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5415=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5415=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A3)_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_A3)_SUB_IDEMAKECONTEXTUALMENU_STRING_A3=qbs_new(0,0);
byte_element_struct *byte_element_5345=NULL; byte_element_struct *byte_element_5416=NULL;
if (!byte_element_5345){ if (!byte_element_5416){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5345=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5345=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5416=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5416=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5346=NULL; byte_element_struct *byte_element_5417=NULL;
if (!byte_element_5346){ if (!byte_element_5417){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5346=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5346=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5417=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5417=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5347=NULL; byte_element_struct *byte_element_5418=NULL;
if (!byte_element_5347){ if (!byte_element_5418){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5347=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5347=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5418=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5418=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_CHECKSF=0;
} }
int64 fornext_value5349; int64 fornext_value5420;
int64 fornext_finalvalue5349; int64 fornext_finalvalue5420;
int64 fornext_step5349; int64 fornext_step5420;
uint8 fornext_step_negative5349; uint8 fornext_step_negative5420;
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURRSF=qbs_new(0,0);
byte_element_struct *byte_element_5350=NULL; byte_element_struct *byte_element_5421=NULL;
if (!byte_element_5350){ if (!byte_element_5421){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5350=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5350=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5421=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5421=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5352=NULL; byte_element_struct *byte_element_5423=NULL;
if (!byte_element_5352){ if (!byte_element_5423){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5352=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5352=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5423=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5423=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5353=NULL; byte_element_struct *byte_element_5424=NULL;
if (!byte_element_5353){ if (!byte_element_5424){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5353=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5353=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5424=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5424=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF)_SUB_IDEMAKECONTEXTUALMENU_STRING_CURSORSF=qbs_new(0,0);
@ -129,7 +129,7 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_V==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_V=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_V=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_V=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_V=0;
} }
int32 pass5354; int32 pass5425;
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_IGNORE=(int32*)mem_static_malloc(4);
@ -147,9 +147,9 @@ _SUB_IDEMAKECONTEXTUALMENU_LONG_LABELLINENUMBER=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE)_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE)_SUB_IDEMAKECONTEXTUALMENU_STRING_THISLABELSCOPE=qbs_new(0,0);
byte_element_struct *byte_element_5355=NULL; byte_element_struct *byte_element_5426=NULL;
if (!byte_element_5355){ if (!byte_element_5426){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5355=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5355=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5426=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5426=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_LNKS=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_LNKS=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_LNKS==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_LNKS==NULL){
@ -158,10 +158,10 @@ _SUB_IDEMAKECONTEXTUALMENU_LONG_LNKS=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_L2)_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_L2)_SUB_IDEMAKECONTEXTUALMENU_STRING_L2=qbs_new(0,0);
int8 pass5356; int8 pass5427;
byte_element_struct *byte_element_5357=NULL; byte_element_struct *byte_element_5428=NULL;
if (!byte_element_5357){ if (!byte_element_5428){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5357=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5357=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5428=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5428=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB==NULL){
@ -170,9 +170,9 @@ _SUB_IDEMAKECONTEXTUALMENU_LONG_FOUND_RGB=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=NULL; qbs *_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=NULL;
if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP)_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=qbs_new(0,0); if (!_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP)_SUB_IDEMAKECONTEXTUALMENU_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_5358=NULL; byte_element_struct *byte_element_5429=NULL;
if (!byte_element_5358){ if (!byte_element_5429){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5358=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5358=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5429=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5429=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1=NULL; int32 *_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1=NULL;
if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1==NULL){ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_Y1==NULL){
@ -194,11 +194,11 @@ if(_SUB_IDEMAKECONTEXTUALMENU_LONG_SX2==NULL){
_SUB_IDEMAKECONTEXTUALMENU_LONG_SX2=(int32*)mem_static_malloc(4); _SUB_IDEMAKECONTEXTUALMENU_LONG_SX2=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKECONTEXTUALMENU_LONG_SX2=0; *_SUB_IDEMAKECONTEXTUALMENU_LONG_SX2=0;
} }
int64 fornext_value5360; int64 fornext_value5431;
int64 fornext_finalvalue5360; int64 fornext_finalvalue5431;
int64 fornext_step5360; int64 fornext_step5431;
uint8 fornext_step_negative5360; uint8 fornext_step_negative5431;
byte_element_struct *byte_element_5361=NULL; byte_element_struct *byte_element_5432=NULL;
if (!byte_element_5361){ if (!byte_element_5432){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5361=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5361=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5432=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5432=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -10,9 +10,9 @@ _SUB_IDEMAKEEDITMENU_LONG_I=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEMAKEEDITMENU_STRING_CLIP=NULL; qbs *_SUB_IDEMAKEEDITMENU_STRING_CLIP=NULL;
if (!_SUB_IDEMAKEEDITMENU_STRING_CLIP)_SUB_IDEMAKEEDITMENU_STRING_CLIP=qbs_new(0,0); if (!_SUB_IDEMAKEEDITMENU_STRING_CLIP)_SUB_IDEMAKEEDITMENU_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_5362=NULL; byte_element_struct *byte_element_5433=NULL;
if (!byte_element_5362){ if (!byte_element_5433){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5362=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5362=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5433=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5433=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEMAKEEDITMENU_LONG_Y1=NULL; int32 *_SUB_IDEMAKEEDITMENU_LONG_Y1=NULL;
if(_SUB_IDEMAKEEDITMENU_LONG_Y1==NULL){ if(_SUB_IDEMAKEEDITMENU_LONG_Y1==NULL){
@ -43,11 +43,11 @@ if(_SUB_IDEMAKEEDITMENU_LONG_X==NULL){
_SUB_IDEMAKEEDITMENU_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEMAKEEDITMENU_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEMAKEEDITMENU_LONG_X=0; *_SUB_IDEMAKEEDITMENU_LONG_X=0;
} }
int64 fornext_value5364; int64 fornext_value5435;
int64 fornext_finalvalue5364; int64 fornext_finalvalue5435;
int64 fornext_step5364; int64 fornext_step5435;
uint8 fornext_step_negative5364; uint8 fornext_step_negative5435;
byte_element_struct *byte_element_5365=NULL; byte_element_struct *byte_element_5436=NULL;
if (!byte_element_5365){ if (!byte_element_5436){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5365=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5365=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5436=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5436=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr5366=NULL; qbs*oldstr5437=NULL;
if(_SUB_IDEADDRECENT_STRING_F2->tmp||_SUB_IDEADDRECENT_STRING_F2->fixed||_SUB_IDEADDRECENT_STRING_F2->readonly){ if(_SUB_IDEADDRECENT_STRING_F2->tmp||_SUB_IDEADDRECENT_STRING_F2->fixed||_SUB_IDEADDRECENT_STRING_F2->readonly){
oldstr5366=_SUB_IDEADDRECENT_STRING_F2; oldstr5437=_SUB_IDEADDRECENT_STRING_F2;
if (oldstr5366->cmem_descriptor){ if (oldstr5437->cmem_descriptor){
_SUB_IDEADDRECENT_STRING_F2=qbs_new_cmem(oldstr5366->len,0); _SUB_IDEADDRECENT_STRING_F2=qbs_new_cmem(oldstr5437->len,0);
}else{ }else{
_SUB_IDEADDRECENT_STRING_F2=qbs_new(oldstr5366->len,0); _SUB_IDEADDRECENT_STRING_F2=qbs_new(oldstr5437->len,0);
} }
memcpy(_SUB_IDEADDRECENT_STRING_F2->chr,oldstr5366->chr,oldstr5366->len); memcpy(_SUB_IDEADDRECENT_STRING_F2->chr,oldstr5437->chr,oldstr5437->len);
} }
qbs *_SUB_IDEADDRECENT_STRING_F=NULL; qbs *_SUB_IDEADDRECENT_STRING_F=NULL;
if (!_SUB_IDEADDRECENT_STRING_F)_SUB_IDEADDRECENT_STRING_F=qbs_new(0,0); if (!_SUB_IDEADDRECENT_STRING_F)_SUB_IDEADDRECENT_STRING_F=qbs_new(0,0);
@ -22,15 +22,15 @@ if(_SUB_IDEADDRECENT_LONG_X==NULL){
_SUB_IDEADDRECENT_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEADDRECENT_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEADDRECENT_LONG_X=0; *_SUB_IDEADDRECENT_LONG_X=0;
} }
byte_element_struct *byte_element_5367=NULL; byte_element_struct *byte_element_5438=NULL;
if (!byte_element_5367){ if (!byte_element_5438){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5367=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5367=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5438=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5438=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5368=NULL; byte_element_struct *byte_element_5439=NULL;
if (!byte_element_5368){ if (!byte_element_5439){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5368=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5368=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5439=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5439=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5369=NULL; byte_element_struct *byte_element_5440=NULL;
if (!byte_element_5369){ if (!byte_element_5440){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5369=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5369=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5440=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5440=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,12 @@
qbs*oldstr5370=NULL; qbs*oldstr5441=NULL;
if(_SUB_IDEADDSEARCHED_STRING_S2->tmp||_SUB_IDEADDSEARCHED_STRING_S2->fixed||_SUB_IDEADDSEARCHED_STRING_S2->readonly){ if(_SUB_IDEADDSEARCHED_STRING_S2->tmp||_SUB_IDEADDSEARCHED_STRING_S2->fixed||_SUB_IDEADDSEARCHED_STRING_S2->readonly){
oldstr5370=_SUB_IDEADDSEARCHED_STRING_S2; oldstr5441=_SUB_IDEADDSEARCHED_STRING_S2;
if (oldstr5370->cmem_descriptor){ if (oldstr5441->cmem_descriptor){
_SUB_IDEADDSEARCHED_STRING_S2=qbs_new_cmem(oldstr5370->len,0); _SUB_IDEADDSEARCHED_STRING_S2=qbs_new_cmem(oldstr5441->len,0);
}else{ }else{
_SUB_IDEADDSEARCHED_STRING_S2=qbs_new(oldstr5370->len,0); _SUB_IDEADDSEARCHED_STRING_S2=qbs_new(oldstr5441->len,0);
} }
memcpy(_SUB_IDEADDSEARCHED_STRING_S2->chr,oldstr5370->chr,oldstr5370->len); memcpy(_SUB_IDEADDSEARCHED_STRING_S2->chr,oldstr5441->chr,oldstr5441->len);
} }
qbs *_SUB_IDEADDSEARCHED_STRING_S=NULL; qbs *_SUB_IDEADDSEARCHED_STRING_S=NULL;
if (!_SUB_IDEADDSEARCHED_STRING_S)_SUB_IDEADDSEARCHED_STRING_S=qbs_new(0,0); if (!_SUB_IDEADDSEARCHED_STRING_S)_SUB_IDEADDSEARCHED_STRING_S=qbs_new(0,0);
@ -22,15 +22,15 @@ if(_SUB_IDEADDSEARCHED_LONG_X==NULL){
_SUB_IDEADDSEARCHED_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEADDSEARCHED_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEADDSEARCHED_LONG_X=0; *_SUB_IDEADDSEARCHED_LONG_X=0;
} }
byte_element_struct *byte_element_5371=NULL; byte_element_struct *byte_element_5442=NULL;
if (!byte_element_5371){ if (!byte_element_5442){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5371=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5371=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5442=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5442=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5372=NULL; byte_element_struct *byte_element_5443=NULL;
if (!byte_element_5372){ if (!byte_element_5443){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5372=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5372=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5443=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5443=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5373=NULL; byte_element_struct *byte_element_5444=NULL;
if (!byte_element_5373){ if (!byte_element_5444){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5373=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5373=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5444=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5444=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -69,9 +69,9 @@ _SUB_IDEUPDATEHELPBOX_LONG_W2=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_TITLESTR=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_TITLESTR=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_TITLESTR)_SUB_IDEUPDATEHELPBOX_STRING_TITLESTR=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_TITLESTR)_SUB_IDEUPDATEHELPBOX_STRING_TITLESTR=qbs_new(0,0);
byte_element_struct *byte_element_5374=NULL; byte_element_struct *byte_element_5445=NULL;
if (!byte_element_5374){ if (!byte_element_5445){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5374=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5374=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5445=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5445=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEUPDATEHELPBOX_LONG_W=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_W=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_W==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_W==NULL){
@ -83,17 +83,17 @@ if(_SUB_IDEUPDATEHELPBOX_LONG_BUTTONSLEN==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_BUTTONSLEN=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_BUTTONSLEN=(int32*)mem_static_malloc(4);
*_SUB_IDEUPDATEHELPBOX_LONG_BUTTONSLEN=0; *_SUB_IDEUPDATEHELPBOX_LONG_BUTTONSLEN=0;
} }
int32 pass5375; int32 pass5446;
int32 pass5376; int32 pass5447;
int32 *_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_BUTTONID=(int32*)mem_static_malloc(4);
*_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID=0; *_SUB_IDEUPDATEHELPBOX_LONG_BUTTONID=0;
} }
int64 fornext_value5378; int64 fornext_value5449;
int64 fornext_finalvalue5378; int64 fornext_finalvalue5449;
int64 fornext_step5378; int64 fornext_step5449;
uint8 fornext_step_negative5378; uint8 fornext_step_negative5449;
int32 *_SUB_IDEUPDATEHELPBOX_LONG_F=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_F=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_F==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_F==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_F=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -109,10 +109,10 @@ if(_SUB_IDEUPDATEHELPBOX_LONG_CY==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_CY=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_IDEUPDATEHELPBOX_LONG_CY=0; *_SUB_IDEUPDATEHELPBOX_LONG_CY=0;
} }
int64 fornext_value5381; int64 fornext_value5452;
int64 fornext_finalvalue5381; int64 fornext_finalvalue5452;
int64 fornext_step5381; int64 fornext_step5452;
uint8 fornext_step_negative5381; uint8 fornext_step_negative5452;
int32 *_SUB_IDEUPDATEHELPBOX_LONG_LASTFOCUS=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_LASTFOCUS=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_LASTFOCUS==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_LASTFOCUS==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -128,17 +128,17 @@ if(_SUB_IDEUPDATEHELPBOX_LONG_C==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_C=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_IDEUPDATEHELPBOX_LONG_C=0; *_SUB_IDEUPDATEHELPBOX_LONG_C=0;
} }
int64 fornext_value5384; int64 fornext_value5455;
int64 fornext_finalvalue5384; int64 fornext_finalvalue5455;
int64 fornext_step5384; int64 fornext_step5455;
uint8 fornext_step_negative5384; uint8 fornext_step_negative5455;
byte_element_struct *byte_element_5385=NULL; byte_element_struct *byte_element_5456=NULL;
if (!byte_element_5385){ if (!byte_element_5456){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5385=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5385=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5456=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5456=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5386=NULL; byte_element_struct *byte_element_5457=NULL;
if (!byte_element_5386){ if (!byte_element_5457){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5386=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5386=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5457=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5457=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEUPDATEHELPBOX_LONG_MAXPROGRESSWIDTH=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_MAXPROGRESSWIDTH=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_MAXPROGRESSWIDTH==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_MAXPROGRESSWIDTH==NULL){
@ -157,13 +157,13 @@ _SUB_IDEUPDATEHELPBOX_LONG_PERCENTAGECHARS=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_PERCENTAGEMSG=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_PERCENTAGEMSG=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_PERCENTAGEMSG)_SUB_IDEUPDATEHELPBOX_STRING_PERCENTAGEMSG=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_PERCENTAGEMSG)_SUB_IDEUPDATEHELPBOX_STRING_PERCENTAGEMSG=qbs_new(0,0);
byte_element_struct *byte_element_5387=NULL; byte_element_struct *byte_element_5458=NULL;
if (!byte_element_5387){ if (!byte_element_5458){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5387=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5387=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5458=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5458=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5388=NULL; byte_element_struct *byte_element_5459=NULL;
if (!byte_element_5388){ if (!byte_element_5459){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5388=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5388=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5459=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5459=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEUPDATEHELPBOX_LONG_MOUSEDOWN=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_MOUSEDOWN=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_MOUSEDOWN==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_MOUSEDOWN==NULL){
@ -187,9 +187,9 @@ _SUB_IDEUPDATEHELPBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_ALTLETTER=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_ALTLETTER=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_ALTLETTER)_SUB_IDEUPDATEHELPBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_ALTLETTER)_SUB_IDEUPDATEHELPBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5389=NULL; byte_element_struct *byte_element_5460=NULL;
if (!byte_element_5389){ if (!byte_element_5460){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5389=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5389=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5460=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5460=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEUPDATEHELPBOX_LONG_K=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_K=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_K==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_K==NULL){
@ -201,10 +201,10 @@ if(_SUB_IDEUPDATEHELPBOX_LONG_INFO==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_INFO=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_SUB_IDEUPDATEHELPBOX_LONG_INFO=0; *_SUB_IDEUPDATEHELPBOX_LONG_INFO=0;
} }
int64 fornext_value5391; int64 fornext_value5462;
int64 fornext_finalvalue5391; int64 fornext_finalvalue5462;
int64 fornext_step5391; int64 fornext_step5462;
uint8 fornext_step_negative5391; uint8 fornext_step_negative5462;
int32 *_SUB_IDEUPDATEHELPBOX_LONG_T=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_T=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_T==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_T==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_T=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_T=(int32*)mem_static_malloc(4);
@ -219,10 +219,10 @@ qbs *_SUB_IDEUPDATEHELPBOX_STRING_Q=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_Q)_SUB_IDEUPDATEHELPBOX_STRING_Q=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_Q)_SUB_IDEUPDATEHELPBOX_STRING_Q=qbs_new(0,0);
qbs *_SUB_IDEUPDATEHELPBOX_STRING_F=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_F=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_F)_SUB_IDEUPDATEHELPBOX_STRING_F=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_F)_SUB_IDEUPDATEHELPBOX_STRING_F=qbs_new(0,0);
int32 pass5393; int32 pass5464;
byte_element_struct *byte_element_5394=NULL; byte_element_struct *byte_element_5465=NULL;
if (!byte_element_5394){ if (!byte_element_5465){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5394=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5394=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5465=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5465=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_A=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_A=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_A)_SUB_IDEUPDATEHELPBOX_STRING_A=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_A)_SUB_IDEUPDATEHELPBOX_STRING_A=qbs_new(0,0);
@ -233,46 +233,46 @@ _SUB_IDEUPDATEHELPBOX_LONG_FH=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_L=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_L=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_L)_SUB_IDEUPDATEHELPBOX_STRING_L=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_L)_SUB_IDEUPDATEHELPBOX_STRING_L=qbs_new(0,0);
byte_element_struct *byte_element_5397=NULL; byte_element_struct *byte_element_5468=NULL;
if (!byte_element_5397){ if (!byte_element_5468){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5397=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5397=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5468=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5468=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_PAGENAME2=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_PAGENAME2=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_PAGENAME2)_SUB_IDEUPDATEHELPBOX_STRING_PAGENAME2=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_PAGENAME2)_SUB_IDEUPDATEHELPBOX_STRING_PAGENAME2=qbs_new(0,0);
byte_element_struct *byte_element_5398=NULL; byte_element_struct *byte_element_5469=NULL;
if (!byte_element_5398){ if (!byte_element_5469){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5398=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5398=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5469=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5469=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5401=NULL; byte_element_struct *byte_element_5472=NULL;
if (!byte_element_5401){ if (!byte_element_5472){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5401=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5401=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5472=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5472=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5403=NULL; byte_element_struct *byte_element_5474=NULL;
if (!byte_element_5403){ if (!byte_element_5474){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5403=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5403=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5474=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5474=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEUPDATEHELPBOX_LONG_X=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_X=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_X==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_X==NULL){
_SUB_IDEUPDATEHELPBOX_LONG_X=(int32*)mem_static_malloc(4); _SUB_IDEUPDATEHELPBOX_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_IDEUPDATEHELPBOX_LONG_X=0; *_SUB_IDEUPDATEHELPBOX_LONG_X=0;
} }
int64 fornext_value5405; int64 fornext_value5476;
int64 fornext_finalvalue5405; int64 fornext_finalvalue5476;
int64 fornext_step5405; int64 fornext_step5476;
uint8 fornext_step_negative5405; uint8 fornext_step_negative5476;
byte_element_struct *byte_element_5406=NULL; byte_element_struct *byte_element_5477=NULL;
if (!byte_element_5406){ if (!byte_element_5477){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5406=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5406=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5477=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5477=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5407=NULL; byte_element_struct *byte_element_5478=NULL;
if (!byte_element_5407){ if (!byte_element_5478){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5407=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5407=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5478=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5478=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_Z=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_Z=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_Z)_SUB_IDEUPDATEHELPBOX_STRING_Z=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_Z)_SUB_IDEUPDATEHELPBOX_STRING_Z=qbs_new(0,0);
byte_element_struct *byte_element_5408=NULL; byte_element_struct *byte_element_5479=NULL;
if (!byte_element_5408){ if (!byte_element_5479){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5408=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5408=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5479=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5479=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_IDEUPDATEHELPBOX_LONG_X2=NULL; int32 *_SUB_IDEUPDATEHELPBOX_LONG_X2=NULL;
if(_SUB_IDEUPDATEHELPBOX_LONG_X2==NULL){ if(_SUB_IDEUPDATEHELPBOX_LONG_X2==NULL){
@ -281,13 +281,13 @@ _SUB_IDEUPDATEHELPBOX_LONG_X2=(int32*)mem_static_malloc(4);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_F2=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_F2=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_F2)_SUB_IDEUPDATEHELPBOX_STRING_F2=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_F2)_SUB_IDEUPDATEHELPBOX_STRING_F2=qbs_new(0,0);
byte_element_struct *byte_element_5409=NULL; byte_element_struct *byte_element_5480=NULL;
if (!byte_element_5409){ if (!byte_element_5480){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5409=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5409=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5480=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5480=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5410=NULL; byte_element_struct *byte_element_5481=NULL;
if (!byte_element_5410){ if (!byte_element_5481){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5410=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5410=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5481=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5481=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_SUB_IDEUPDATEHELPBOX_STRING_IGNORE=NULL; qbs *_SUB_IDEUPDATEHELPBOX_STRING_IGNORE=NULL;
if (!_SUB_IDEUPDATEHELPBOX_STRING_IGNORE)_SUB_IDEUPDATEHELPBOX_STRING_IGNORE=qbs_new(0,0); if (!_SUB_IDEUPDATEHELPBOX_STRING_IGNORE)_SUB_IDEUPDATEHELPBOX_STRING_IGNORE=qbs_new(0,0);

View file

@ -32,8 +32,8 @@ if(_FUNC_IDEASCIIBOX_LONG_I==NULL){
_FUNC_IDEASCIIBOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_I=0; *_FUNC_IDEASCIIBOX_LONG_I=0;
} }
int32 pass5411; int32 pass5482;
int32 pass5412; int32 pass5483;
ptrszint *_FUNC_IDEASCIIBOX_ARRAY_UDT_ASCIITABLE=NULL; ptrszint *_FUNC_IDEASCIIBOX_ARRAY_UDT_ASCIITABLE=NULL;
if (!_FUNC_IDEASCIIBOX_ARRAY_UDT_ASCIITABLE){ if (!_FUNC_IDEASCIIBOX_ARRAY_UDT_ASCIITABLE){
_FUNC_IDEASCIIBOX_ARRAY_UDT_ASCIITABLE=(ptrszint*)mem_static_malloc(9*ptrsz); _FUNC_IDEASCIIBOX_ARRAY_UDT_ASCIITABLE=(ptrszint*)mem_static_malloc(9*ptrsz);
@ -61,28 +61,28 @@ if(_FUNC_IDEASCIIBOX_LONG_Y==NULL){
_FUNC_IDEASCIIBOX_LONG_Y=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_Y=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_Y=0; *_FUNC_IDEASCIIBOX_LONG_Y=0;
} }
int64 fornext_value5414; int64 fornext_value5485;
int64 fornext_finalvalue5414; int64 fornext_finalvalue5485;
int64 fornext_step5414; int64 fornext_step5485;
uint8 fornext_step_negative5414; uint8 fornext_step_negative5485;
int32 *_FUNC_IDEASCIIBOX_LONG_J=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_J=NULL;
if(_FUNC_IDEASCIIBOX_LONG_J==NULL){ if(_FUNC_IDEASCIIBOX_LONG_J==NULL){
_FUNC_IDEASCIIBOX_LONG_J=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_J=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_J=0; *_FUNC_IDEASCIIBOX_LONG_J=0;
} }
int64 fornext_value5416; int64 fornext_value5487;
int64 fornext_finalvalue5416; int64 fornext_finalvalue5487;
int64 fornext_step5416; int64 fornext_step5487;
uint8 fornext_step_negative5416; uint8 fornext_step_negative5487;
int32 *_FUNC_IDEASCIIBOX_LONG_SELECTED=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_SELECTED=NULL;
if(_FUNC_IDEASCIIBOX_LONG_SELECTED==NULL){ if(_FUNC_IDEASCIIBOX_LONG_SELECTED==NULL){
_FUNC_IDEASCIIBOX_LONG_SELECTED=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_SELECTED=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_SELECTED=0; *_FUNC_IDEASCIIBOX_LONG_SELECTED=0;
} }
int64 fornext_value5418; int64 fornext_value5489;
int64 fornext_finalvalue5418; int64 fornext_finalvalue5489;
int64 fornext_step5418; int64 fornext_step5489;
uint8 fornext_step_negative5418; uint8 fornext_step_negative5489;
int32 *_FUNC_IDEASCIIBOX_LONG_F=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_F=NULL;
if(_FUNC_IDEASCIIBOX_LONG_F==NULL){ if(_FUNC_IDEASCIIBOX_LONG_F==NULL){
_FUNC_IDEASCIIBOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_F=(int32*)mem_static_malloc(4);
@ -98,28 +98,28 @@ if(_FUNC_IDEASCIIBOX_LONG_CY==NULL){
_FUNC_IDEASCIIBOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_CY=0; *_FUNC_IDEASCIIBOX_LONG_CY=0;
} }
int64 fornext_value5421; int64 fornext_value5492;
int64 fornext_finalvalue5421; int64 fornext_finalvalue5492;
int64 fornext_step5421; int64 fornext_step5492;
uint8 fornext_step_negative5421; uint8 fornext_step_negative5492;
int32 *_FUNC_IDEASCIIBOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEASCIIBOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEASCIIBOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEASCIIBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_LASTFOCUS=0; *_FUNC_IDEASCIIBOX_LONG_LASTFOCUS=0;
} }
int32 pass5422; int32 pass5493;
int32 pass5423; int32 pass5494;
int32 pass5424; int32 pass5495;
int32 pass5425; int32 pass5496;
int32 *_FUNC_IDEASCIIBOX_LONG_HOVER=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_HOVER=NULL;
if(_FUNC_IDEASCIIBOX_LONG_HOVER==NULL){ if(_FUNC_IDEASCIIBOX_LONG_HOVER==NULL){
_FUNC_IDEASCIIBOX_LONG_HOVER=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_HOVER=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_HOVER=0; *_FUNC_IDEASCIIBOX_LONG_HOVER=0;
} }
int64 fornext_value5427; int64 fornext_value5498;
int64 fornext_finalvalue5427; int64 fornext_finalvalue5498;
int64 fornext_step5427; int64 fornext_step5498;
uint8 fornext_step_negative5427; uint8 fornext_step_negative5498;
int32 *_FUNC_IDEASCIIBOX_LONG_MOUSEMOVED=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_MOUSEMOVED=NULL;
if(_FUNC_IDEASCIIBOX_LONG_MOUSEMOVED==NULL){ if(_FUNC_IDEASCIIBOX_LONG_MOUSEMOVED==NULL){
_FUNC_IDEASCIIBOX_LONG_MOUSEMOVED=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_MOUSEMOVED=(int32*)mem_static_malloc(4);
@ -172,9 +172,9 @@ _FUNC_IDEASCIIBOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEASCIIBOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEASCIIBOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEASCIIBOX_STRING_ALTLETTER)_FUNC_IDEASCIIBOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEASCIIBOX_STRING_ALTLETTER)_FUNC_IDEASCIIBOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5429=NULL; byte_element_struct *byte_element_5500=NULL;
if (!byte_element_5429){ if (!byte_element_5500){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5429=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5429=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5500=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5500=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEASCIIBOX_LONG_K=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_K=NULL;
if(_FUNC_IDEASCIIBOX_LONG_K==NULL){ if(_FUNC_IDEASCIIBOX_LONG_K==NULL){
@ -186,10 +186,10 @@ if(_FUNC_IDEASCIIBOX_LONG_INFO==NULL){
_FUNC_IDEASCIIBOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEASCIIBOX_LONG_INFO=0; *_FUNC_IDEASCIIBOX_LONG_INFO=0;
} }
int64 fornext_value5431; int64 fornext_value5502;
int64 fornext_finalvalue5431; int64 fornext_finalvalue5502;
int64 fornext_step5431; int64 fornext_step5502;
uint8 fornext_step_negative5431; uint8 fornext_step_negative5502;
int32 *_FUNC_IDEASCIIBOX_LONG_T=NULL; int32 *_FUNC_IDEASCIIBOX_LONG_T=NULL;
if(_FUNC_IDEASCIIBOX_LONG_T==NULL){ if(_FUNC_IDEASCIIBOX_LONG_T==NULL){
_FUNC_IDEASCIIBOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEASCIIBOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -1,14 +1,14 @@
qbs *_FUNC_IDEF1BOX_STRING_IDEF1BOX=NULL; qbs *_FUNC_IDEF1BOX_STRING_IDEF1BOX=NULL;
if (!_FUNC_IDEF1BOX_STRING_IDEF1BOX)_FUNC_IDEF1BOX_STRING_IDEF1BOX=qbs_new(0,0); if (!_FUNC_IDEF1BOX_STRING_IDEF1BOX)_FUNC_IDEF1BOX_STRING_IDEF1BOX=qbs_new(0,0);
qbs*oldstr5437=NULL; qbs*oldstr5508=NULL;
if(_FUNC_IDEF1BOX_STRING_LNKS->tmp||_FUNC_IDEF1BOX_STRING_LNKS->fixed||_FUNC_IDEF1BOX_STRING_LNKS->readonly){ if(_FUNC_IDEF1BOX_STRING_LNKS->tmp||_FUNC_IDEF1BOX_STRING_LNKS->fixed||_FUNC_IDEF1BOX_STRING_LNKS->readonly){
oldstr5437=_FUNC_IDEF1BOX_STRING_LNKS; oldstr5508=_FUNC_IDEF1BOX_STRING_LNKS;
if (oldstr5437->cmem_descriptor){ if (oldstr5508->cmem_descriptor){
_FUNC_IDEF1BOX_STRING_LNKS=qbs_new_cmem(oldstr5437->len,0); _FUNC_IDEF1BOX_STRING_LNKS=qbs_new_cmem(oldstr5508->len,0);
}else{ }else{
_FUNC_IDEF1BOX_STRING_LNKS=qbs_new(oldstr5437->len,0); _FUNC_IDEF1BOX_STRING_LNKS=qbs_new(oldstr5508->len,0);
} }
memcpy(_FUNC_IDEF1BOX_STRING_LNKS->chr,oldstr5437->chr,oldstr5437->len); memcpy(_FUNC_IDEF1BOX_STRING_LNKS->chr,oldstr5508->chr,oldstr5508->len);
} }
int32 *_FUNC_IDEF1BOX_LONG_FOCUS=NULL; int32 *_FUNC_IDEF1BOX_LONG_FOCUS=NULL;
if(_FUNC_IDEF1BOX_LONG_FOCUS==NULL){ if(_FUNC_IDEF1BOX_LONG_FOCUS==NULL){
@ -42,12 +42,12 @@ if(_FUNC_IDEF1BOX_LONG_I==NULL){
_FUNC_IDEF1BOX_LONG_I=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_IDEF1BOX_LONG_I=0; *_FUNC_IDEF1BOX_LONG_I=0;
} }
int32 pass5438; int32 pass5509;
int32 pass5439; int32 pass5510;
int64 fornext_value5441; int64 fornext_value5512;
int64 fornext_finalvalue5441; int64 fornext_finalvalue5512;
int64 fornext_step5441; int64 fornext_step5512;
uint8 fornext_step_negative5441; uint8 fornext_step_negative5512;
int32 *_FUNC_IDEF1BOX_LONG_F=NULL; int32 *_FUNC_IDEF1BOX_LONG_F=NULL;
if(_FUNC_IDEF1BOX_LONG_F==NULL){ if(_FUNC_IDEF1BOX_LONG_F==NULL){
_FUNC_IDEF1BOX_LONG_F=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_F=(int32*)mem_static_malloc(4);
@ -63,10 +63,10 @@ if(_FUNC_IDEF1BOX_LONG_CY==NULL){
_FUNC_IDEF1BOX_LONG_CY=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_CY=(int32*)mem_static_malloc(4);
*_FUNC_IDEF1BOX_LONG_CY=0; *_FUNC_IDEF1BOX_LONG_CY=0;
} }
int64 fornext_value5444; int64 fornext_value5515;
int64 fornext_finalvalue5444; int64 fornext_finalvalue5515;
int64 fornext_step5444; int64 fornext_step5515;
uint8 fornext_step_negative5444; uint8 fornext_step_negative5515;
int32 *_FUNC_IDEF1BOX_LONG_LASTFOCUS=NULL; int32 *_FUNC_IDEF1BOX_LONG_LASTFOCUS=NULL;
if(_FUNC_IDEF1BOX_LONG_LASTFOCUS==NULL){ if(_FUNC_IDEF1BOX_LONG_LASTFOCUS==NULL){
_FUNC_IDEF1BOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_LASTFOCUS=(int32*)mem_static_malloc(4);
@ -99,9 +99,9 @@ _FUNC_IDEF1BOX_LONG_OLDALT=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_IDEF1BOX_STRING_ALTLETTER=NULL; qbs *_FUNC_IDEF1BOX_STRING_ALTLETTER=NULL;
if (!_FUNC_IDEF1BOX_STRING_ALTLETTER)_FUNC_IDEF1BOX_STRING_ALTLETTER=qbs_new(0,0); if (!_FUNC_IDEF1BOX_STRING_ALTLETTER)_FUNC_IDEF1BOX_STRING_ALTLETTER=qbs_new(0,0);
byte_element_struct *byte_element_5446=NULL; byte_element_struct *byte_element_5517=NULL;
if (!byte_element_5446){ if (!byte_element_5517){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5446=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5446=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5517=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5517=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_IDEF1BOX_LONG_K=NULL; int32 *_FUNC_IDEF1BOX_LONG_K=NULL;
if(_FUNC_IDEF1BOX_LONG_K==NULL){ if(_FUNC_IDEF1BOX_LONG_K==NULL){
@ -113,10 +113,10 @@ if(_FUNC_IDEF1BOX_LONG_INFO==NULL){
_FUNC_IDEF1BOX_LONG_INFO=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_INFO=(int32*)mem_static_malloc(4);
*_FUNC_IDEF1BOX_LONG_INFO=0; *_FUNC_IDEF1BOX_LONG_INFO=0;
} }
int64 fornext_value5448; int64 fornext_value5519;
int64 fornext_finalvalue5448; int64 fornext_finalvalue5519;
int64 fornext_step5448; int64 fornext_step5519;
uint8 fornext_step_negative5448; uint8 fornext_step_negative5519;
int32 *_FUNC_IDEF1BOX_LONG_T=NULL; int32 *_FUNC_IDEF1BOX_LONG_T=NULL;
if(_FUNC_IDEF1BOX_LONG_T==NULL){ if(_FUNC_IDEF1BOX_LONG_T==NULL){
_FUNC_IDEF1BOX_LONG_T=(int32*)mem_static_malloc(4); _FUNC_IDEF1BOX_LONG_T=(int32*)mem_static_malloc(4);

View file

@ -3,10 +3,10 @@ if(_SUB_SORT_LONG_I==NULL){
_SUB_SORT_LONG_I=(int32*)mem_static_malloc(4); _SUB_SORT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_SORT_LONG_I=0; *_SUB_SORT_LONG_I=0;
} }
int64 fornext_value5450; int64 fornext_value5521;
int64 fornext_finalvalue5450; int64 fornext_finalvalue5521;
int64 fornext_step5450; int64 fornext_step5521;
uint8 fornext_step_negative5450; uint8 fornext_step_negative5521;
qbs *_SUB_SORT_STRING_X=NULL; qbs *_SUB_SORT_STRING_X=NULL;
if (!_SUB_SORT_STRING_X)_SUB_SORT_STRING_X=qbs_new(0,0); if (!_SUB_SORT_STRING_X)_SUB_SORT_STRING_X=qbs_new(0,0);
int32 *_SUB_SORT_LONG_J=NULL; int32 *_SUB_SORT_LONG_J=NULL;

View file

@ -15,10 +15,10 @@ if(_FUNC_FINDPROPOSEDTITLE_LONG_I==NULL){
_FUNC_FINDPROPOSEDTITLE_LONG_I=(int32*)mem_static_malloc(4); _FUNC_FINDPROPOSEDTITLE_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_FINDPROPOSEDTITLE_LONG_I=0; *_FUNC_FINDPROPOSEDTITLE_LONG_I=0;
} }
int64 fornext_value5453; int64 fornext_value5524;
int64 fornext_finalvalue5453; int64 fornext_finalvalue5524;
int64 fornext_step5453; int64 fornext_step5524;
uint8 fornext_step_negative5453; uint8 fornext_step_negative5524;
qbs *_FUNC_FINDPROPOSEDTITLE_STRING_THISLINE=NULL; qbs *_FUNC_FINDPROPOSEDTITLE_STRING_THISLINE=NULL;
if (!_FUNC_FINDPROPOSEDTITLE_STRING_THISLINE)_FUNC_FINDPROPOSEDTITLE_STRING_THISLINE=qbs_new(0,0); if (!_FUNC_FINDPROPOSEDTITLE_STRING_THISLINE)_FUNC_FINDPROPOSEDTITLE_STRING_THISLINE=qbs_new(0,0);
int32 *_FUNC_FINDPROPOSEDTITLE_LONG_FOUND_TITLE=NULL; int32 *_FUNC_FINDPROPOSEDTITLE_LONG_FOUND_TITLE=NULL;
@ -35,13 +35,13 @@ qbs *_FUNC_FINDPROPOSEDTITLE_STRING_TEMPFOUND_TITLE=NULL;
if (!_FUNC_FINDPROPOSEDTITLE_STRING_TEMPFOUND_TITLE)_FUNC_FINDPROPOSEDTITLE_STRING_TEMPFOUND_TITLE=qbs_new(0,0); if (!_FUNC_FINDPROPOSEDTITLE_STRING_TEMPFOUND_TITLE)_FUNC_FINDPROPOSEDTITLE_STRING_TEMPFOUND_TITLE=qbs_new(0,0);
qbs *_FUNC_FINDPROPOSEDTITLE_STRING_INVALIDCHARS=NULL; qbs *_FUNC_FINDPROPOSEDTITLE_STRING_INVALIDCHARS=NULL;
if (!_FUNC_FINDPROPOSEDTITLE_STRING_INVALIDCHARS)_FUNC_FINDPROPOSEDTITLE_STRING_INVALIDCHARS=qbs_new(0,0); if (!_FUNC_FINDPROPOSEDTITLE_STRING_INVALIDCHARS)_FUNC_FINDPROPOSEDTITLE_STRING_INVALIDCHARS=qbs_new(0,0);
int64 fornext_value5455; int64 fornext_value5526;
int64 fornext_finalvalue5455; int64 fornext_finalvalue5526;
int64 fornext_step5455; int64 fornext_step5526;
uint8 fornext_step_negative5455; uint8 fornext_step_negative5526;
byte_element_struct *byte_element_5456=NULL; byte_element_struct *byte_element_5527=NULL;
if (!byte_element_5456){ if (!byte_element_5527){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5456=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5456=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5527=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5527=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_FINDPROPOSEDTITLE_STRING_THISCHAR=NULL; qbs *_FUNC_FINDPROPOSEDTITLE_STRING_THISCHAR=NULL;
if (!_FUNC_FINDPROPOSEDTITLE_STRING_THISCHAR)_FUNC_FINDPROPOSEDTITLE_STRING_THISCHAR=qbs_new(0,0); if (!_FUNC_FINDPROPOSEDTITLE_STRING_THISCHAR)_FUNC_FINDPROPOSEDTITLE_STRING_THISCHAR=qbs_new(0,0);

View file

@ -7,10 +7,10 @@ if(_FUNC_FINDCURRENTSF_LONG_CURRSF_CHECK==NULL){
_FUNC_FINDCURRENTSF_LONG_CURRSF_CHECK=(int32*)mem_static_malloc(4); _FUNC_FINDCURRENTSF_LONG_CURRSF_CHECK=(int32*)mem_static_malloc(4);
*_FUNC_FINDCURRENTSF_LONG_CURRSF_CHECK=0; *_FUNC_FINDCURRENTSF_LONG_CURRSF_CHECK=0;
} }
int64 fornext_value5458; int64 fornext_value5529;
int64 fornext_finalvalue5458; int64 fornext_finalvalue5529;
int64 fornext_step5458; int64 fornext_step5529;
uint8 fornext_step_negative5458; uint8 fornext_step_negative5529;
qbs *_FUNC_FINDCURRENTSF_STRING_THISLINE=NULL; qbs *_FUNC_FINDCURRENTSF_STRING_THISLINE=NULL;
if (!_FUNC_FINDCURRENTSF_STRING_THISLINE)_FUNC_FINDCURRENTSF_STRING_THISLINE=qbs_new(0,0); if (!_FUNC_FINDCURRENTSF_STRING_THISLINE)_FUNC_FINDCURRENTSF_STRING_THISLINE=qbs_new(0,0);
int32 *_FUNC_FINDCURRENTSF_LONG_ISSF=NULL; int32 *_FUNC_FINDCURRENTSF_LONG_ISSF=NULL;
@ -20,17 +20,17 @@ _FUNC_FINDCURRENTSF_LONG_ISSF=(int32*)mem_static_malloc(4);
} }
qbs *_FUNC_FINDCURRENTSF_STRING_NCTHISLINE=NULL; qbs *_FUNC_FINDCURRENTSF_STRING_NCTHISLINE=NULL;
if (!_FUNC_FINDCURRENTSF_STRING_NCTHISLINE)_FUNC_FINDCURRENTSF_STRING_NCTHISLINE=qbs_new(0,0); if (!_FUNC_FINDCURRENTSF_STRING_NCTHISLINE)_FUNC_FINDCURRENTSF_STRING_NCTHISLINE=qbs_new(0,0);
byte_element_struct *byte_element_5459=NULL; byte_element_struct *byte_element_5530=NULL;
if (!byte_element_5459){ if (!byte_element_5530){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5459=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5459=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5530=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5530=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5460=NULL; byte_element_struct *byte_element_5531=NULL;
if (!byte_element_5460){ if (!byte_element_5531){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5460=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5460=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5531=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5531=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5461=NULL; byte_element_struct *byte_element_5532=NULL;
if (!byte_element_5461){ if (!byte_element_5532){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5461=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5461=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5532=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5532=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_FINDCURRENTSF_LONG_CHECKARGS=NULL; int32 *_FUNC_FINDCURRENTSF_LONG_CHECKARGS=NULL;
if(_FUNC_FINDCURRENTSF_LONG_CHECKARGS==NULL){ if(_FUNC_FINDCURRENTSF_LONG_CHECKARGS==NULL){
@ -47,10 +47,10 @@ if(_FUNC_FINDCURRENTSF_LONG_DECLIB_CHECK==NULL){
_FUNC_FINDCURRENTSF_LONG_DECLIB_CHECK=(int32*)mem_static_malloc(4); _FUNC_FINDCURRENTSF_LONG_DECLIB_CHECK=(int32*)mem_static_malloc(4);
*_FUNC_FINDCURRENTSF_LONG_DECLIB_CHECK=0; *_FUNC_FINDCURRENTSF_LONG_DECLIB_CHECK=0;
} }
int64 fornext_value5463; int64 fornext_value5534;
int64 fornext_finalvalue5463; int64 fornext_finalvalue5534;
int64 fornext_step5463; int64 fornext_step5534;
uint8 fornext_step_negative5463; uint8 fornext_step_negative5534;
int32 *_FUNC_FINDCURRENTSF_LONG_ENDEDSF=NULL; int32 *_FUNC_FINDCURRENTSF_LONG_ENDEDSF=NULL;
if(_FUNC_FINDCURRENTSF_LONG_ENDEDSF==NULL){ if(_FUNC_FINDCURRENTSF_LONG_ENDEDSF==NULL){
_FUNC_FINDCURRENTSF_LONG_ENDEDSF=(int32*)mem_static_malloc(4); _FUNC_FINDCURRENTSF_LONG_ENDEDSF=(int32*)mem_static_malloc(4);
@ -61,7 +61,7 @@ if(_FUNC_FINDCURRENTSF_LONG_ENDSF_CHECK==NULL){
_FUNC_FINDCURRENTSF_LONG_ENDSF_CHECK=(int32*)mem_static_malloc(4); _FUNC_FINDCURRENTSF_LONG_ENDSF_CHECK=(int32*)mem_static_malloc(4);
*_FUNC_FINDCURRENTSF_LONG_ENDSF_CHECK=0; *_FUNC_FINDCURRENTSF_LONG_ENDSF_CHECK=0;
} }
int64 fornext_value5465; int64 fornext_value5536;
int64 fornext_finalvalue5465; int64 fornext_finalvalue5536;
int64 fornext_step5465; int64 fornext_step5536;
uint8 fornext_step_negative5465; uint8 fornext_step_negative5536;

View file

@ -1,6 +1,6 @@
byte_element_struct *byte_element_5466=NULL; byte_element_struct *byte_element_5537=NULL;
if (!byte_element_5466){ if (!byte_element_5537){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5466=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5466=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5537=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5537=(byte_element_struct*)mem_static_malloc(12);
} }
int16 *_SUB_UPDATEIDEINFO_INTEGER_PERCENTAGE=NULL; int16 *_SUB_UPDATEIDEINFO_INTEGER_PERCENTAGE=NULL;
if(_SUB_UPDATEIDEINFO_INTEGER_PERCENTAGE==NULL){ if(_SUB_UPDATEIDEINFO_INTEGER_PERCENTAGE==NULL){
@ -9,27 +9,27 @@ _SUB_UPDATEIDEINFO_INTEGER_PERCENTAGE=(int16*)mem_static_malloc(2);
} }
qbs *_SUB_UPDATEIDEINFO_STRING_A=NULL; qbs *_SUB_UPDATEIDEINFO_STRING_A=NULL;
if (!_SUB_UPDATEIDEINFO_STRING_A)_SUB_UPDATEIDEINFO_STRING_A=qbs_new(0,0); if (!_SUB_UPDATEIDEINFO_STRING_A)_SUB_UPDATEIDEINFO_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5467=NULL; byte_element_struct *byte_element_5538=NULL;
if (!byte_element_5467){ if (!byte_element_5538){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5467=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5467=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5538=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5538=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5468=NULL; byte_element_struct *byte_element_5539=NULL;
if (!byte_element_5468){ if (!byte_element_5539){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5468=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5468=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5539=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5539=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5469=NULL; byte_element_struct *byte_element_5540=NULL;
if (!byte_element_5469){ if (!byte_element_5540){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5469=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5469=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5540=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5540=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5470=NULL; byte_element_struct *byte_element_5541=NULL;
if (!byte_element_5470){ if (!byte_element_5541){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5470=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5470=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5541=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5541=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5471=NULL; byte_element_struct *byte_element_5542=NULL;
if (!byte_element_5471){ if (!byte_element_5542){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5471=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5471=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5542=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5542=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5472=NULL; byte_element_struct *byte_element_5543=NULL;
if (!byte_element_5472){ if (!byte_element_5543){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5472=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5472=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5543=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5543=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,14 @@
qbs*oldstr5473=NULL; qbs*oldstr5544=NULL;
if(_SUB_UPDATEMENUHELPLINE_STRING_A->tmp||_SUB_UPDATEMENUHELPLINE_STRING_A->fixed||_SUB_UPDATEMENUHELPLINE_STRING_A->readonly){ if(_SUB_UPDATEMENUHELPLINE_STRING_A->tmp||_SUB_UPDATEMENUHELPLINE_STRING_A->fixed||_SUB_UPDATEMENUHELPLINE_STRING_A->readonly){
oldstr5473=_SUB_UPDATEMENUHELPLINE_STRING_A; oldstr5544=_SUB_UPDATEMENUHELPLINE_STRING_A;
if (oldstr5473->cmem_descriptor){ if (oldstr5544->cmem_descriptor){
_SUB_UPDATEMENUHELPLINE_STRING_A=qbs_new_cmem(oldstr5473->len,0); _SUB_UPDATEMENUHELPLINE_STRING_A=qbs_new_cmem(oldstr5544->len,0);
}else{ }else{
_SUB_UPDATEMENUHELPLINE_STRING_A=qbs_new(oldstr5473->len,0); _SUB_UPDATEMENUHELPLINE_STRING_A=qbs_new(oldstr5544->len,0);
} }
memcpy(_SUB_UPDATEMENUHELPLINE_STRING_A->chr,oldstr5473->chr,oldstr5473->len); memcpy(_SUB_UPDATEMENUHELPLINE_STRING_A->chr,oldstr5544->chr,oldstr5544->len);
} }
byte_element_struct *byte_element_5474=NULL; byte_element_struct *byte_element_5545=NULL;
if (!byte_element_5474){ if (!byte_element_5545){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5474=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5474=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5545=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5545=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -3,35 +3,35 @@ if(_FUNC_BINARYFORMATCHECK_INTEGER_BINARYFORMATCHECK==NULL){
_FUNC_BINARYFORMATCHECK_INTEGER_BINARYFORMATCHECK=(int16*)mem_static_malloc(2); _FUNC_BINARYFORMATCHECK_INTEGER_BINARYFORMATCHECK=(int16*)mem_static_malloc(2);
*_FUNC_BINARYFORMATCHECK_INTEGER_BINARYFORMATCHECK=0; *_FUNC_BINARYFORMATCHECK_INTEGER_BINARYFORMATCHECK=0;
} }
qbs*oldstr5476=NULL; qbs*oldstr5547=NULL;
if(_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->tmp||_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->fixed||_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->readonly){ if(_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->tmp||_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->fixed||_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->readonly){
oldstr5476=_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK; oldstr5547=_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK;
if (oldstr5476->cmem_descriptor){ if (oldstr5547->cmem_descriptor){
_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK=qbs_new_cmem(oldstr5476->len,0); _FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK=qbs_new_cmem(oldstr5547->len,0);
}else{ }else{
_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK=qbs_new(oldstr5476->len,0); _FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK=qbs_new(oldstr5547->len,0);
} }
memcpy(_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->chr,oldstr5476->chr,oldstr5476->len); memcpy(_FUNC_BINARYFORMATCHECK_STRING_PATHTOCHECK->chr,oldstr5547->chr,oldstr5547->len);
} }
qbs*oldstr5477=NULL; qbs*oldstr5548=NULL;
if(_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->tmp||_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->fixed||_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->readonly){ if(_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->tmp||_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->fixed||_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->readonly){
oldstr5477=_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK; oldstr5548=_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK;
if (oldstr5477->cmem_descriptor){ if (oldstr5548->cmem_descriptor){
_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK=qbs_new_cmem(oldstr5477->len,0); _FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK=qbs_new_cmem(oldstr5548->len,0);
}else{ }else{
_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK=qbs_new(oldstr5477->len,0); _FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK=qbs_new(oldstr5548->len,0);
} }
memcpy(_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->chr,oldstr5477->chr,oldstr5477->len); memcpy(_FUNC_BINARYFORMATCHECK_STRING_PATHSEPTOCHECK->chr,oldstr5548->chr,oldstr5548->len);
} }
qbs*oldstr5478=NULL; qbs*oldstr5549=NULL;
if(_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->tmp||_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->fixed||_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->readonly){ if(_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->tmp||_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->fixed||_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->readonly){
oldstr5478=_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK; oldstr5549=_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK;
if (oldstr5478->cmem_descriptor){ if (oldstr5549->cmem_descriptor){
_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK=qbs_new_cmem(oldstr5478->len,0); _FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK=qbs_new_cmem(oldstr5549->len,0);
}else{ }else{
_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK=qbs_new(oldstr5478->len,0); _FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK=qbs_new(oldstr5549->len,0);
} }
memcpy(_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->chr,oldstr5478->chr,oldstr5478->len); memcpy(_FUNC_BINARYFORMATCHECK_STRING_FILETOCHECK->chr,oldstr5549->chr,oldstr5549->len);
} }
int32 *_FUNC_BINARYFORMATCHECK_LONG_FH=NULL; int32 *_FUNC_BINARYFORMATCHECK_LONG_FH=NULL;
if(_FUNC_BINARYFORMATCHECK_LONG_FH==NULL){ if(_FUNC_BINARYFORMATCHECK_LONG_FH==NULL){
@ -45,18 +45,18 @@ if(_FUNC_BINARYFORMATCHECK_INTEGER_FORMAT==NULL){
_FUNC_BINARYFORMATCHECK_INTEGER_FORMAT=(int16*)mem_static_malloc(2); _FUNC_BINARYFORMATCHECK_INTEGER_FORMAT=(int16*)mem_static_malloc(2);
*_FUNC_BINARYFORMATCHECK_INTEGER_FORMAT=0; *_FUNC_BINARYFORMATCHECK_INTEGER_FORMAT=0;
} }
byte_element_struct *byte_element_5479=NULL; byte_element_struct *byte_element_5550=NULL;
if (!byte_element_5479){ if (!byte_element_5550){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5479=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5479=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5550=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5550=(byte_element_struct*)mem_static_malloc(12);
} }
int16 *_FUNC_BINARYFORMATCHECK_INTEGER_VERSION=NULL; int16 *_FUNC_BINARYFORMATCHECK_INTEGER_VERSION=NULL;
if(_FUNC_BINARYFORMATCHECK_INTEGER_VERSION==NULL){ if(_FUNC_BINARYFORMATCHECK_INTEGER_VERSION==NULL){
_FUNC_BINARYFORMATCHECK_INTEGER_VERSION=(int16*)mem_static_malloc(2); _FUNC_BINARYFORMATCHECK_INTEGER_VERSION=(int16*)mem_static_malloc(2);
*_FUNC_BINARYFORMATCHECK_INTEGER_VERSION=0; *_FUNC_BINARYFORMATCHECK_INTEGER_VERSION=0;
} }
byte_element_struct *byte_element_5480=NULL; byte_element_struct *byte_element_5551=NULL;
if (!byte_element_5480){ if (!byte_element_5551){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5480=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5480=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5551=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5551=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_FUNC_BINARYFORMATCHECK_LONG_RESULT=NULL; int32 *_FUNC_BINARYFORMATCHECK_LONG_RESULT=NULL;
if(_FUNC_BINARYFORMATCHECK_LONG_RESULT==NULL){ if(_FUNC_BINARYFORMATCHECK_LONG_RESULT==NULL){
@ -72,13 +72,13 @@ if(_FUNC_BINARYFORMATCHECK_LONG_I==NULL){
_FUNC_BINARYFORMATCHECK_LONG_I=(int32*)mem_static_malloc(4); _FUNC_BINARYFORMATCHECK_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_BINARYFORMATCHECK_LONG_I=0; *_FUNC_BINARYFORMATCHECK_LONG_I=0;
} }
int64 fornext_value5483; int64 fornext_value5554;
int64 fornext_finalvalue5483; int64 fornext_finalvalue5554;
int64 fornext_step5483; int64 fornext_step5554;
uint8 fornext_step_negative5483; uint8 fornext_step_negative5554;
byte_element_struct *byte_element_5484=NULL; byte_element_struct *byte_element_5555=NULL;
if (!byte_element_5484){ if (!byte_element_5555){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5484=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5484=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5555=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5555=(byte_element_struct*)mem_static_malloc(12);
} }
qbs *_FUNC_BINARYFORMATCHECK_STRING_OFILE=NULL; qbs *_FUNC_BINARYFORMATCHECK_STRING_OFILE=NULL;
if (!_FUNC_BINARYFORMATCHECK_STRING_OFILE)_FUNC_BINARYFORMATCHECK_STRING_OFILE=qbs_new(0,0); if (!_FUNC_BINARYFORMATCHECK_STRING_OFILE)_FUNC_BINARYFORMATCHECK_STRING_OFILE=qbs_new(0,0);
@ -87,21 +87,25 @@ if(_FUNC_BINARYFORMATCHECK_LONG_DUMMY==NULL){
_FUNC_BINARYFORMATCHECK_LONG_DUMMY=(int32*)mem_static_malloc(4); _FUNC_BINARYFORMATCHECK_LONG_DUMMY=(int32*)mem_static_malloc(4);
*_FUNC_BINARYFORMATCHECK_LONG_DUMMY=0; *_FUNC_BINARYFORMATCHECK_LONG_DUMMY=0;
} }
int8 pass5485; int8 pass5556;
int32 pass5557;
qbs *_FUNC_BINARYFORMATCHECK_STRING_CONVERTLINE=NULL; qbs *_FUNC_BINARYFORMATCHECK_STRING_CONVERTLINE=NULL;
if (!_FUNC_BINARYFORMATCHECK_STRING_CONVERTLINE)_FUNC_BINARYFORMATCHECK_STRING_CONVERTLINE=qbs_new(0,0); if (!_FUNC_BINARYFORMATCHECK_STRING_CONVERTLINE)_FUNC_BINARYFORMATCHECK_STRING_CONVERTLINE=qbs_new(0,0);
int8 pass5486; int32 pass5558;
byte_element_struct *byte_element_5487=NULL; int8 pass5559;
if (!byte_element_5487){ byte_element_struct *byte_element_5560=NULL;
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5487=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5487=(byte_element_struct*)mem_static_malloc(12); if (!byte_element_5560){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5560=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5560=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5488=NULL; byte_element_struct *byte_element_5561=NULL;
if (!byte_element_5488){ if (!byte_element_5561){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5488=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5488=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5561=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5561=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5489=NULL; byte_element_struct *byte_element_5562=NULL;
if (!byte_element_5489){ if (!byte_element_5562){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5489=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5489=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5562=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5562=(byte_element_struct*)mem_static_malloc(12);
} }
int8 pass5490; int8 pass5563;
int8 pass5491; int32 pass5564;
int32 pass5565;
int8 pass5566;

View file

@ -1,14 +1,14 @@
qbs *_FUNC_REMOVESYMBOL2_STRING_REMOVESYMBOL2=NULL; qbs *_FUNC_REMOVESYMBOL2_STRING_REMOVESYMBOL2=NULL;
if (!_FUNC_REMOVESYMBOL2_STRING_REMOVESYMBOL2)_FUNC_REMOVESYMBOL2_STRING_REMOVESYMBOL2=qbs_new(0,0); if (!_FUNC_REMOVESYMBOL2_STRING_REMOVESYMBOL2)_FUNC_REMOVESYMBOL2_STRING_REMOVESYMBOL2=qbs_new(0,0);
qbs*oldstr5492=NULL; qbs*oldstr5567=NULL;
if(_FUNC_REMOVESYMBOL2_STRING_VARNAME->tmp||_FUNC_REMOVESYMBOL2_STRING_VARNAME->fixed||_FUNC_REMOVESYMBOL2_STRING_VARNAME->readonly){ if(_FUNC_REMOVESYMBOL2_STRING_VARNAME->tmp||_FUNC_REMOVESYMBOL2_STRING_VARNAME->fixed||_FUNC_REMOVESYMBOL2_STRING_VARNAME->readonly){
oldstr5492=_FUNC_REMOVESYMBOL2_STRING_VARNAME; oldstr5567=_FUNC_REMOVESYMBOL2_STRING_VARNAME;
if (oldstr5492->cmem_descriptor){ if (oldstr5567->cmem_descriptor){
_FUNC_REMOVESYMBOL2_STRING_VARNAME=qbs_new_cmem(oldstr5492->len,0); _FUNC_REMOVESYMBOL2_STRING_VARNAME=qbs_new_cmem(oldstr5567->len,0);
}else{ }else{
_FUNC_REMOVESYMBOL2_STRING_VARNAME=qbs_new(oldstr5492->len,0); _FUNC_REMOVESYMBOL2_STRING_VARNAME=qbs_new(oldstr5567->len,0);
} }
memcpy(_FUNC_REMOVESYMBOL2_STRING_VARNAME->chr,oldstr5492->chr,oldstr5492->len); memcpy(_FUNC_REMOVESYMBOL2_STRING_VARNAME->chr,oldstr5567->chr,oldstr5567->len);
} }
int32 *_FUNC_REMOVESYMBOL2_LONG_I=NULL; int32 *_FUNC_REMOVESYMBOL2_LONG_I=NULL;
if(_FUNC_REMOVESYMBOL2_LONG_I==NULL){ if(_FUNC_REMOVESYMBOL2_LONG_I==NULL){

View file

@ -1,12 +1,12 @@
qbs*oldstr5493=NULL; qbs*oldstr5568=NULL;
if(_SUB_CLEANSUBNAME_STRING_N->tmp||_SUB_CLEANSUBNAME_STRING_N->fixed||_SUB_CLEANSUBNAME_STRING_N->readonly){ if(_SUB_CLEANSUBNAME_STRING_N->tmp||_SUB_CLEANSUBNAME_STRING_N->fixed||_SUB_CLEANSUBNAME_STRING_N->readonly){
oldstr5493=_SUB_CLEANSUBNAME_STRING_N; oldstr5568=_SUB_CLEANSUBNAME_STRING_N;
if (oldstr5493->cmem_descriptor){ if (oldstr5568->cmem_descriptor){
_SUB_CLEANSUBNAME_STRING_N=qbs_new_cmem(oldstr5493->len,0); _SUB_CLEANSUBNAME_STRING_N=qbs_new_cmem(oldstr5568->len,0);
}else{ }else{
_SUB_CLEANSUBNAME_STRING_N=qbs_new(oldstr5493->len,0); _SUB_CLEANSUBNAME_STRING_N=qbs_new(oldstr5568->len,0);
} }
memcpy(_SUB_CLEANSUBNAME_STRING_N->chr,oldstr5493->chr,oldstr5493->len); memcpy(_SUB_CLEANSUBNAME_STRING_N->chr,oldstr5568->chr,oldstr5568->len);
} }
int32 *_SUB_CLEANSUBNAME_LONG_X=NULL; int32 *_SUB_CLEANSUBNAME_LONG_X=NULL;
if(_SUB_CLEANSUBNAME_LONG_X==NULL){ if(_SUB_CLEANSUBNAME_LONG_X==NULL){

View file

@ -0,0 +1,4 @@
int64 fornext_value5570;
int64 fornext_finalvalue5570;
int64 fornext_step5570;
uint8 fornext_step_negative5570;

View file

@ -1,39 +1,10 @@
qbs *_FUNC_GETWORDATCURSOR_STRING_GETWORDATCURSOR=NULL; qbs*oldstr5571=NULL;
if (!_FUNC_GETWORDATCURSOR_STRING_GETWORDATCURSOR)_FUNC_GETWORDATCURSOR_STRING_GETWORDATCURSOR=qbs_new(0,0); if(_SUB_SETSTATUSMESSAGE_STRING_TEXT->tmp||_SUB_SETSTATUSMESSAGE_STRING_TEXT->fixed||_SUB_SETSTATUSMESSAGE_STRING_TEXT->readonly){
qbs *_FUNC_GETWORDATCURSOR_STRING_A=NULL; oldstr5571=_SUB_SETSTATUSMESSAGE_STRING_TEXT;
if (!_FUNC_GETWORDATCURSOR_STRING_A)_FUNC_GETWORDATCURSOR_STRING_A=qbs_new(0,0); if (oldstr5571->cmem_descriptor){
int32 *_FUNC_GETWORDATCURSOR_LONG_X=NULL; _SUB_SETSTATUSMESSAGE_STRING_TEXT=qbs_new_cmem(oldstr5571->len,0);
if(_FUNC_GETWORDATCURSOR_LONG_X==NULL){ }else{
_FUNC_GETWORDATCURSOR_LONG_X=(int32*)mem_static_malloc(4); _SUB_SETSTATUSMESSAGE_STRING_TEXT=qbs_new(oldstr5571->len,0);
*_FUNC_GETWORDATCURSOR_LONG_X=0;
} }
byte_element_struct *byte_element_5494=NULL; memcpy(_SUB_SETSTATUSMESSAGE_STRING_TEXT->chr,oldstr5571->chr,oldstr5571->len);
if (!byte_element_5494){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5494=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5494=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_GETWORDATCURSOR_LONG_X1=NULL;
if(_FUNC_GETWORDATCURSOR_LONG_X1==NULL){
_FUNC_GETWORDATCURSOR_LONG_X1=(int32*)mem_static_malloc(4);
*_FUNC_GETWORDATCURSOR_LONG_X1=0;
}
int32 *_FUNC_GETWORDATCURSOR_LONG_X2=NULL;
if(_FUNC_GETWORDATCURSOR_LONG_X2==NULL){
_FUNC_GETWORDATCURSOR_LONG_X2=(int32*)mem_static_malloc(4);
*_FUNC_GETWORDATCURSOR_LONG_X2=0;
}
byte_element_struct *byte_element_5496=NULL;
if (!byte_element_5496){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5496=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5496=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_GETWORDATCURSOR_STRING_A2=NULL;
if (!_FUNC_GETWORDATCURSOR_STRING_A2)_FUNC_GETWORDATCURSOR_STRING_A2=qbs_new(0,0);
qbs *_FUNC_GETWORDATCURSOR_STRING_SYMBOL=NULL;
if (!_FUNC_GETWORDATCURSOR_STRING_SYMBOL)_FUNC_GETWORDATCURSOR_STRING_SYMBOL=qbs_new(0,0);
byte_element_struct *byte_element_5499=NULL;
if (!byte_element_5499){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5499=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5499=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5501=NULL;
if (!byte_element_5501){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5501=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5501=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,56 +1,39 @@
qbs *_FUNC_GETSELECTEDTEXT_STRING_GETSELECTEDTEXT=NULL; qbs *_FUNC_GETWORDATCURSOR_STRING_GETWORDATCURSOR=NULL;
if (!_FUNC_GETSELECTEDTEXT_STRING_GETSELECTEDTEXT)_FUNC_GETSELECTEDTEXT_STRING_GETSELECTEDTEXT=qbs_new(0,0); if (!_FUNC_GETWORDATCURSOR_STRING_GETWORDATCURSOR)_FUNC_GETWORDATCURSOR_STRING_GETWORDATCURSOR=qbs_new(0,0);
int32 *_FUNC_GETSELECTEDTEXT_LONG_SY1=NULL; qbs *_FUNC_GETWORDATCURSOR_STRING_A=NULL;
if(_FUNC_GETSELECTEDTEXT_LONG_SY1==NULL){ if (!_FUNC_GETWORDATCURSOR_STRING_A)_FUNC_GETWORDATCURSOR_STRING_A=qbs_new(0,0);
_FUNC_GETSELECTEDTEXT_LONG_SY1=(int32*)mem_static_malloc(4); int32 *_FUNC_GETWORDATCURSOR_LONG_X=NULL;
*_FUNC_GETSELECTEDTEXT_LONG_SY1=0; if(_FUNC_GETWORDATCURSOR_LONG_X==NULL){
_FUNC_GETWORDATCURSOR_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_GETWORDATCURSOR_LONG_X=0;
} }
int32 *_FUNC_GETSELECTEDTEXT_LONG_SY2=NULL; byte_element_struct *byte_element_5572=NULL;
if(_FUNC_GETSELECTEDTEXT_LONG_SY2==NULL){ if (!byte_element_5572){
_FUNC_GETSELECTEDTEXT_LONG_SY2=(int32*)mem_static_malloc(4); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5572=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5572=(byte_element_struct*)mem_static_malloc(12);
*_FUNC_GETSELECTEDTEXT_LONG_SY2=0;
} }
int32 *_FUNC_GETSELECTEDTEXT_LONG_SX1=NULL; int32 *_FUNC_GETWORDATCURSOR_LONG_X1=NULL;
if(_FUNC_GETSELECTEDTEXT_LONG_SX1==NULL){ if(_FUNC_GETWORDATCURSOR_LONG_X1==NULL){
_FUNC_GETSELECTEDTEXT_LONG_SX1=(int32*)mem_static_malloc(4); _FUNC_GETWORDATCURSOR_LONG_X1=(int32*)mem_static_malloc(4);
*_FUNC_GETSELECTEDTEXT_LONG_SX1=0; *_FUNC_GETWORDATCURSOR_LONG_X1=0;
} }
int32 *_FUNC_GETSELECTEDTEXT_LONG_SX2=NULL; int32 *_FUNC_GETWORDATCURSOR_LONG_X2=NULL;
if(_FUNC_GETSELECTEDTEXT_LONG_SX2==NULL){ if(_FUNC_GETWORDATCURSOR_LONG_X2==NULL){
_FUNC_GETSELECTEDTEXT_LONG_SX2=(int32*)mem_static_malloc(4); _FUNC_GETWORDATCURSOR_LONG_X2=(int32*)mem_static_malloc(4);
*_FUNC_GETSELECTEDTEXT_LONG_SX2=0; *_FUNC_GETWORDATCURSOR_LONG_X2=0;
} }
int32 *_FUNC_GETSELECTEDTEXT_LONG_Y=NULL; byte_element_struct *byte_element_5574=NULL;
if(_FUNC_GETSELECTEDTEXT_LONG_Y==NULL){ if (!byte_element_5574){
_FUNC_GETSELECTEDTEXT_LONG_Y=(int32*)mem_static_malloc(4); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5574=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5574=(byte_element_struct*)mem_static_malloc(12);
*_FUNC_GETSELECTEDTEXT_LONG_Y=0;
} }
int64 fornext_value5503; qbs *_FUNC_GETWORDATCURSOR_STRING_A2=NULL;
int64 fornext_finalvalue5503; if (!_FUNC_GETWORDATCURSOR_STRING_A2)_FUNC_GETWORDATCURSOR_STRING_A2=qbs_new(0,0);
int64 fornext_step5503; qbs *_FUNC_GETWORDATCURSOR_STRING_SYMBOL=NULL;
uint8 fornext_step_negative5503; if (!_FUNC_GETWORDATCURSOR_STRING_SYMBOL)_FUNC_GETWORDATCURSOR_STRING_SYMBOL=qbs_new(0,0);
qbs *_FUNC_GETSELECTEDTEXT_STRING_A=NULL; byte_element_struct *byte_element_5577=NULL;
if (!_FUNC_GETSELECTEDTEXT_STRING_A)_FUNC_GETSELECTEDTEXT_STRING_A=qbs_new(0,0); if (!byte_element_5577){
int32 *_FUNC_GETSELECTEDTEXT_LONG_X=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5577=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5577=(byte_element_struct*)mem_static_malloc(12);
if(_FUNC_GETSELECTEDTEXT_LONG_X==NULL){
_FUNC_GETSELECTEDTEXT_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_GETSELECTEDTEXT_LONG_X=0;
} }
int64 fornext_value5505; byte_element_struct *byte_element_5579=NULL;
int64 fornext_finalvalue5505; if (!byte_element_5579){
int64 fornext_step5505; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5579=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5579=(byte_element_struct*)mem_static_malloc(12);
uint8 fornext_step_negative5505;
byte_element_struct *byte_element_5506=NULL;
if (!byte_element_5506){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5506=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5506=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_GETSELECTEDTEXT_STRING_CLIP=NULL;
if (!_FUNC_GETSELECTEDTEXT_STRING_CLIP)_FUNC_GETSELECTEDTEXT_STRING_CLIP=qbs_new(0,0);
byte_element_struct *byte_element_5507=NULL;
if (!byte_element_5507){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5507=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5507=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5508=NULL;
if (!byte_element_5508){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5508=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5508=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,50 +1,56 @@
int32 *_SUB_DELSELECT_LONG_SY1=NULL; qbs *_FUNC_GETSELECTEDTEXT_STRING_GETSELECTEDTEXT=NULL;
if(_SUB_DELSELECT_LONG_SY1==NULL){ if (!_FUNC_GETSELECTEDTEXT_STRING_GETSELECTEDTEXT)_FUNC_GETSELECTEDTEXT_STRING_GETSELECTEDTEXT=qbs_new(0,0);
_SUB_DELSELECT_LONG_SY1=(int32*)mem_static_malloc(4); int32 *_FUNC_GETSELECTEDTEXT_LONG_SY1=NULL;
*_SUB_DELSELECT_LONG_SY1=0; if(_FUNC_GETSELECTEDTEXT_LONG_SY1==NULL){
_FUNC_GETSELECTEDTEXT_LONG_SY1=(int32*)mem_static_malloc(4);
*_FUNC_GETSELECTEDTEXT_LONG_SY1=0;
} }
int32 *_SUB_DELSELECT_LONG_SY2=NULL; int32 *_FUNC_GETSELECTEDTEXT_LONG_SY2=NULL;
if(_SUB_DELSELECT_LONG_SY2==NULL){ if(_FUNC_GETSELECTEDTEXT_LONG_SY2==NULL){
_SUB_DELSELECT_LONG_SY2=(int32*)mem_static_malloc(4); _FUNC_GETSELECTEDTEXT_LONG_SY2=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_SY2=0; *_FUNC_GETSELECTEDTEXT_LONG_SY2=0;
} }
int32 *_SUB_DELSELECT_LONG_SX1=NULL; int32 *_FUNC_GETSELECTEDTEXT_LONG_SX1=NULL;
if(_SUB_DELSELECT_LONG_SX1==NULL){ if(_FUNC_GETSELECTEDTEXT_LONG_SX1==NULL){
_SUB_DELSELECT_LONG_SX1=(int32*)mem_static_malloc(4); _FUNC_GETSELECTEDTEXT_LONG_SX1=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_SX1=0; *_FUNC_GETSELECTEDTEXT_LONG_SX1=0;
} }
int32 *_SUB_DELSELECT_LONG_SX2=NULL; int32 *_FUNC_GETSELECTEDTEXT_LONG_SX2=NULL;
if(_SUB_DELSELECT_LONG_SX2==NULL){ if(_FUNC_GETSELECTEDTEXT_LONG_SX2==NULL){
_SUB_DELSELECT_LONG_SX2=(int32*)mem_static_malloc(4); _FUNC_GETSELECTEDTEXT_LONG_SX2=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_SX2=0; *_FUNC_GETSELECTEDTEXT_LONG_SX2=0;
} }
int32 *_SUB_DELSELECT_LONG_NOLASTLINEDEL=NULL; int32 *_FUNC_GETSELECTEDTEXT_LONG_Y=NULL;
if(_SUB_DELSELECT_LONG_NOLASTLINEDEL==NULL){ if(_FUNC_GETSELECTEDTEXT_LONG_Y==NULL){
_SUB_DELSELECT_LONG_NOLASTLINEDEL=(int32*)mem_static_malloc(4); _FUNC_GETSELECTEDTEXT_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_NOLASTLINEDEL=0; *_FUNC_GETSELECTEDTEXT_LONG_Y=0;
} }
int32 *_SUB_DELSELECT_LONG_Y=NULL; int64 fornext_value5581;
if(_SUB_DELSELECT_LONG_Y==NULL){ int64 fornext_finalvalue5581;
_SUB_DELSELECT_LONG_Y=(int32*)mem_static_malloc(4); int64 fornext_step5581;
*_SUB_DELSELECT_LONG_Y=0; uint8 fornext_step_negative5581;
qbs *_FUNC_GETSELECTEDTEXT_STRING_A=NULL;
if (!_FUNC_GETSELECTEDTEXT_STRING_A)_FUNC_GETSELECTEDTEXT_STRING_A=qbs_new(0,0);
int32 *_FUNC_GETSELECTEDTEXT_LONG_X=NULL;
if(_FUNC_GETSELECTEDTEXT_LONG_X==NULL){
_FUNC_GETSELECTEDTEXT_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_GETSELECTEDTEXT_LONG_X=0;
} }
int64 fornext_value5510; int64 fornext_value5583;
int64 fornext_finalvalue5510; int64 fornext_finalvalue5583;
int64 fornext_step5510; int64 fornext_step5583;
uint8 fornext_step_negative5510; uint8 fornext_step_negative5583;
qbs *_SUB_DELSELECT_STRING_A=NULL; byte_element_struct *byte_element_5584=NULL;
if (!_SUB_DELSELECT_STRING_A)_SUB_DELSELECT_STRING_A=qbs_new(0,0); if (!byte_element_5584){
qbs *_SUB_DELSELECT_STRING_A2=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5584=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5584=(byte_element_struct*)mem_static_malloc(12);
if (!_SUB_DELSELECT_STRING_A2)_SUB_DELSELECT_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5511=NULL;
if (!byte_element_5511){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5511=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5511=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5512=NULL; qbs *_FUNC_GETSELECTEDTEXT_STRING_CLIP=NULL;
if (!byte_element_5512){ if (!_FUNC_GETSELECTEDTEXT_STRING_CLIP)_FUNC_GETSELECTEDTEXT_STRING_CLIP=qbs_new(0,0);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5512=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5512=(byte_element_struct*)mem_static_malloc(12); byte_element_struct *byte_element_5585=NULL;
if (!byte_element_5585){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5585=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5585=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5513=NULL; byte_element_struct *byte_element_5586=NULL;
if (!byte_element_5513){ if (!byte_element_5586){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5513=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5513=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5586=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5586=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,28 +1,50 @@
qbs*oldstr5514=NULL; int32 *_SUB_DELSELECT_LONG_SY1=NULL;
if(_SUB_INSERTATCURSOR_STRING_TEMPK->tmp||_SUB_INSERTATCURSOR_STRING_TEMPK->fixed||_SUB_INSERTATCURSOR_STRING_TEMPK->readonly){ if(_SUB_DELSELECT_LONG_SY1==NULL){
oldstr5514=_SUB_INSERTATCURSOR_STRING_TEMPK; _SUB_DELSELECT_LONG_SY1=(int32*)mem_static_malloc(4);
if (oldstr5514->cmem_descriptor){ *_SUB_DELSELECT_LONG_SY1=0;
_SUB_INSERTATCURSOR_STRING_TEMPK=qbs_new_cmem(oldstr5514->len,0);
}else{
_SUB_INSERTATCURSOR_STRING_TEMPK=qbs_new(oldstr5514->len,0);
} }
memcpy(_SUB_INSERTATCURSOR_STRING_TEMPK->chr,oldstr5514->chr,oldstr5514->len); int32 *_SUB_DELSELECT_LONG_SY2=NULL;
if(_SUB_DELSELECT_LONG_SY2==NULL){
_SUB_DELSELECT_LONG_SY2=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_SY2=0;
} }
qbs *_SUB_INSERTATCURSOR_STRING_A=NULL; int32 *_SUB_DELSELECT_LONG_SX1=NULL;
if (!_SUB_INSERTATCURSOR_STRING_A)_SUB_INSERTATCURSOR_STRING_A=qbs_new(0,0); if(_SUB_DELSELECT_LONG_SX1==NULL){
byte_element_struct *byte_element_5515=NULL; _SUB_DELSELECT_LONG_SX1=(int32*)mem_static_malloc(4);
if (!byte_element_5515){ *_SUB_DELSELECT_LONG_SX1=0;
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5515=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5515=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5516=NULL; int32 *_SUB_DELSELECT_LONG_SX2=NULL;
if (!byte_element_5516){ if(_SUB_DELSELECT_LONG_SX2==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5516=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5516=(byte_element_struct*)mem_static_malloc(12); _SUB_DELSELECT_LONG_SX2=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_SX2=0;
} }
byte_element_struct *byte_element_5517=NULL; int32 *_SUB_DELSELECT_LONG_NOLASTLINEDEL=NULL;
if (!byte_element_5517){ if(_SUB_DELSELECT_LONG_NOLASTLINEDEL==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5517=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5517=(byte_element_struct*)mem_static_malloc(12); _SUB_DELSELECT_LONG_NOLASTLINEDEL=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_NOLASTLINEDEL=0;
} }
byte_element_struct *byte_element_5518=NULL; int32 *_SUB_DELSELECT_LONG_Y=NULL;
if (!byte_element_5518){ if(_SUB_DELSELECT_LONG_Y==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5518=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5518=(byte_element_struct*)mem_static_malloc(12); _SUB_DELSELECT_LONG_Y=(int32*)mem_static_malloc(4);
*_SUB_DELSELECT_LONG_Y=0;
}
int64 fornext_value5588;
int64 fornext_finalvalue5588;
int64 fornext_step5588;
uint8 fornext_step_negative5588;
qbs *_SUB_DELSELECT_STRING_A=NULL;
if (!_SUB_DELSELECT_STRING_A)_SUB_DELSELECT_STRING_A=qbs_new(0,0);
qbs *_SUB_DELSELECT_STRING_A2=NULL;
if (!_SUB_DELSELECT_STRING_A2)_SUB_DELSELECT_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5589=NULL;
if (!byte_element_5589){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5589=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5589=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5590=NULL;
if (!byte_element_5590){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5590=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5590=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5591=NULL;
if (!byte_element_5591){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5591=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,36 +1,28 @@
qbs *_FUNC_FINDHELPTOPIC_STRING_FINDHELPTOPIC=NULL; qbs*oldstr5592=NULL;
if (!_FUNC_FINDHELPTOPIC_STRING_FINDHELPTOPIC)_FUNC_FINDHELPTOPIC_STRING_FINDHELPTOPIC=qbs_new(0,0); if(_SUB_INSERTATCURSOR_STRING_TEMPK->tmp||_SUB_INSERTATCURSOR_STRING_TEMPK->fixed||_SUB_INSERTATCURSOR_STRING_TEMPK->readonly){
qbs*oldstr5519=NULL; oldstr5592=_SUB_INSERTATCURSOR_STRING_TEMPK;
if(_FUNC_FINDHELPTOPIC_STRING_TOPIC->tmp||_FUNC_FINDHELPTOPIC_STRING_TOPIC->fixed||_FUNC_FINDHELPTOPIC_STRING_TOPIC->readonly){ if (oldstr5592->cmem_descriptor){
oldstr5519=_FUNC_FINDHELPTOPIC_STRING_TOPIC; _SUB_INSERTATCURSOR_STRING_TEMPK=qbs_new_cmem(oldstr5592->len,0);
if (oldstr5519->cmem_descriptor){
_FUNC_FINDHELPTOPIC_STRING_TOPIC=qbs_new_cmem(oldstr5519->len,0);
}else{ }else{
_FUNC_FINDHELPTOPIC_STRING_TOPIC=qbs_new(oldstr5519->len,0); _SUB_INSERTATCURSOR_STRING_TEMPK=qbs_new(oldstr5592->len,0);
} }
memcpy(_FUNC_FINDHELPTOPIC_STRING_TOPIC->chr,oldstr5519->chr,oldstr5519->len); memcpy(_SUB_INSERTATCURSOR_STRING_TEMPK->chr,oldstr5592->chr,oldstr5592->len);
} }
qbs *_FUNC_FINDHELPTOPIC_STRING_A2=NULL; qbs *_SUB_INSERTATCURSOR_STRING_A=NULL;
if (!_FUNC_FINDHELPTOPIC_STRING_A2)_FUNC_FINDHELPTOPIC_STRING_A2=qbs_new(0,0); if (!_SUB_INSERTATCURSOR_STRING_A)_SUB_INSERTATCURSOR_STRING_A=qbs_new(0,0);
int32 *_FUNC_FINDHELPTOPIC_LONG_FH=NULL; byte_element_struct *byte_element_5593=NULL;
if(_FUNC_FINDHELPTOPIC_LONG_FH==NULL){ if (!byte_element_5593){
_FUNC_FINDHELPTOPIC_LONG_FH=(int32*)mem_static_malloc(4); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5593=(byte_element_struct*)mem_static_malloc(12);
*_FUNC_FINDHELPTOPIC_LONG_FH=0;
} }
qbs *_FUNC_FINDHELPTOPIC_STRING_LNKS=NULL; byte_element_struct *byte_element_5594=NULL;
if (!_FUNC_FINDHELPTOPIC_STRING_LNKS)_FUNC_FINDHELPTOPIC_STRING_LNKS=qbs_new(0,0); if (!byte_element_5594){
qbs *_FUNC_FINDHELPTOPIC_STRING_L=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5594=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5594=(byte_element_struct*)mem_static_malloc(12);
if (!_FUNC_FINDHELPTOPIC_STRING_L)_FUNC_FINDHELPTOPIC_STRING_L=qbs_new(0,0);
int32 *_FUNC_FINDHELPTOPIC_LONG_C=NULL;
if(_FUNC_FINDHELPTOPIC_LONG_C==NULL){
_FUNC_FINDHELPTOPIC_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_FINDHELPTOPIC_LONG_C=0;
} }
qbs *_FUNC_FINDHELPTOPIC_STRING_L1=NULL; byte_element_struct *byte_element_5595=NULL;
if (!_FUNC_FINDHELPTOPIC_STRING_L1)_FUNC_FINDHELPTOPIC_STRING_L1=qbs_new(0,0); if (!byte_element_5595){
qbs *_FUNC_FINDHELPTOPIC_STRING_L2=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5595=(byte_element_struct*)mem_static_malloc(12);
if (!_FUNC_FINDHELPTOPIC_STRING_L2)_FUNC_FINDHELPTOPIC_STRING_L2=qbs_new(0,0); }
byte_element_struct *byte_element_5522=NULL; byte_element_struct *byte_element_5596=NULL;
if (!byte_element_5522){ if (!byte_element_5596){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5522=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5522=(byte_element_struct*)mem_static_malloc(12); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5596=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5596=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,64 +1,36 @@
int32 *_FUNC_ISNUMBER_LONG_ISNUMBER=NULL; qbs *_FUNC_FINDHELPTOPIC_STRING_FINDHELPTOPIC=NULL;
if(_FUNC_ISNUMBER_LONG_ISNUMBER==NULL){ if (!_FUNC_FINDHELPTOPIC_STRING_FINDHELPTOPIC)_FUNC_FINDHELPTOPIC_STRING_FINDHELPTOPIC=qbs_new(0,0);
_FUNC_ISNUMBER_LONG_ISNUMBER=(int32*)mem_static_malloc(4); qbs*oldstr5597=NULL;
*_FUNC_ISNUMBER_LONG_ISNUMBER=0; if(_FUNC_FINDHELPTOPIC_STRING_TOPIC->tmp||_FUNC_FINDHELPTOPIC_STRING_TOPIC->fixed||_FUNC_FINDHELPTOPIC_STRING_TOPIC->readonly){
} oldstr5597=_FUNC_FINDHELPTOPIC_STRING_TOPIC;
qbs*oldstr5523=NULL; if (oldstr5597->cmem_descriptor){
if(_FUNC_ISNUMBER_STRING___A->tmp||_FUNC_ISNUMBER_STRING___A->fixed||_FUNC_ISNUMBER_STRING___A->readonly){ _FUNC_FINDHELPTOPIC_STRING_TOPIC=qbs_new_cmem(oldstr5597->len,0);
oldstr5523=_FUNC_ISNUMBER_STRING___A;
if (oldstr5523->cmem_descriptor){
_FUNC_ISNUMBER_STRING___A=qbs_new_cmem(oldstr5523->len,0);
}else{ }else{
_FUNC_ISNUMBER_STRING___A=qbs_new(oldstr5523->len,0); _FUNC_FINDHELPTOPIC_STRING_TOPIC=qbs_new(oldstr5597->len,0);
} }
memcpy(_FUNC_ISNUMBER_STRING___A->chr,oldstr5523->chr,oldstr5523->len); memcpy(_FUNC_FINDHELPTOPIC_STRING_TOPIC->chr,oldstr5597->chr,oldstr5597->len);
} }
qbs *_FUNC_ISNUMBER_STRING_A=NULL; qbs *_FUNC_FINDHELPTOPIC_STRING_A2=NULL;
if (!_FUNC_ISNUMBER_STRING_A)_FUNC_ISNUMBER_STRING_A=qbs_new(0,0); if (!_FUNC_FINDHELPTOPIC_STRING_A2)_FUNC_FINDHELPTOPIC_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5524=NULL; int32 *_FUNC_FINDHELPTOPIC_LONG_FH=NULL;
if (!byte_element_5524){ if(_FUNC_FINDHELPTOPIC_LONG_FH==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5524=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5524=(byte_element_struct*)mem_static_malloc(12); _FUNC_FINDHELPTOPIC_LONG_FH=(int32*)mem_static_malloc(4);
*_FUNC_FINDHELPTOPIC_LONG_FH=0;
} }
int32 *_FUNC_ISNUMBER_LONG_I=NULL; qbs *_FUNC_FINDHELPTOPIC_STRING_LNKS=NULL;
if(_FUNC_ISNUMBER_LONG_I==NULL){ if (!_FUNC_FINDHELPTOPIC_STRING_LNKS)_FUNC_FINDHELPTOPIC_STRING_LNKS=qbs_new(0,0);
_FUNC_ISNUMBER_LONG_I=(int32*)mem_static_malloc(4); qbs *_FUNC_FINDHELPTOPIC_STRING_L=NULL;
*_FUNC_ISNUMBER_LONG_I=0; if (!_FUNC_FINDHELPTOPIC_STRING_L)_FUNC_FINDHELPTOPIC_STRING_L=qbs_new(0,0);
int32 *_FUNC_FINDHELPTOPIC_LONG_C=NULL;
if(_FUNC_FINDHELPTOPIC_LONG_C==NULL){
_FUNC_FINDHELPTOPIC_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_FINDHELPTOPIC_LONG_C=0;
} }
qbs *_FUNC_ISNUMBER_STRING_SYMBOL=NULL; qbs *_FUNC_FINDHELPTOPIC_STRING_L1=NULL;
if (!_FUNC_ISNUMBER_STRING_SYMBOL)_FUNC_ISNUMBER_STRING_SYMBOL=qbs_new(0,0); if (!_FUNC_FINDHELPTOPIC_STRING_L1)_FUNC_FINDHELPTOPIC_STRING_L1=qbs_new(0,0);
byte_element_struct *byte_element_5525=NULL; qbs *_FUNC_FINDHELPTOPIC_STRING_L2=NULL;
if (!byte_element_5525){ if (!_FUNC_FINDHELPTOPIC_STRING_L2)_FUNC_FINDHELPTOPIC_STRING_L2=qbs_new(0,0);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5525=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5525=(byte_element_struct*)mem_static_malloc(12); byte_element_struct *byte_element_5600=NULL;
} if (!byte_element_5600){
int32 *_FUNC_ISNUMBER_LONG_EE=NULL; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5600=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5600=(byte_element_struct*)mem_static_malloc(12);
if(_FUNC_ISNUMBER_LONG_EE==NULL){
_FUNC_ISNUMBER_LONG_EE=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_EE=0;
}
int32 *_FUNC_ISNUMBER_LONG_DD=NULL;
if(_FUNC_ISNUMBER_LONG_DD==NULL){
_FUNC_ISNUMBER_LONG_DD=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_DD=0;
}
int64 fornext_value5527;
int64 fornext_finalvalue5527;
int64 fornext_step5527;
uint8 fornext_step_negative5527;
byte_element_struct *byte_element_5528=NULL;
if (!byte_element_5528){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5528=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5528=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISNUMBER_LONG_A=NULL;
if(_FUNC_ISNUMBER_LONG_A==NULL){
_FUNC_ISNUMBER_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_A=0;
}
byte_element_struct *byte_element_5529=NULL;
if (!byte_element_5529){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5529=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5529=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISNUMBER_LONG_DP=NULL;
if(_FUNC_ISNUMBER_LONG_DP==NULL){
_FUNC_ISNUMBER_LONG_DP=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_DP=0;
} }

View file

@ -1,12 +1,64 @@
qbs *_FUNC_BACK2BACKNAME_STRING_BACK2BACKNAME=NULL; int32 *_FUNC_ISNUMBER_LONG_ISNUMBER=NULL;
if (!_FUNC_BACK2BACKNAME_STRING_BACK2BACKNAME)_FUNC_BACK2BACKNAME_STRING_BACK2BACKNAME=qbs_new(0,0); if(_FUNC_ISNUMBER_LONG_ISNUMBER==NULL){
qbs*oldstr5530=NULL; _FUNC_ISNUMBER_LONG_ISNUMBER=(int32*)mem_static_malloc(4);
if(_FUNC_BACK2BACKNAME_STRING_A->tmp||_FUNC_BACK2BACKNAME_STRING_A->fixed||_FUNC_BACK2BACKNAME_STRING_A->readonly){ *_FUNC_ISNUMBER_LONG_ISNUMBER=0;
oldstr5530=_FUNC_BACK2BACKNAME_STRING_A; }
if (oldstr5530->cmem_descriptor){ qbs*oldstr5601=NULL;
_FUNC_BACK2BACKNAME_STRING_A=qbs_new_cmem(oldstr5530->len,0); if(_FUNC_ISNUMBER_STRING___A->tmp||_FUNC_ISNUMBER_STRING___A->fixed||_FUNC_ISNUMBER_STRING___A->readonly){
oldstr5601=_FUNC_ISNUMBER_STRING___A;
if (oldstr5601->cmem_descriptor){
_FUNC_ISNUMBER_STRING___A=qbs_new_cmem(oldstr5601->len,0);
}else{ }else{
_FUNC_BACK2BACKNAME_STRING_A=qbs_new(oldstr5530->len,0); _FUNC_ISNUMBER_STRING___A=qbs_new(oldstr5601->len,0);
} }
memcpy(_FUNC_BACK2BACKNAME_STRING_A->chr,oldstr5530->chr,oldstr5530->len); memcpy(_FUNC_ISNUMBER_STRING___A->chr,oldstr5601->chr,oldstr5601->len);
}
qbs *_FUNC_ISNUMBER_STRING_A=NULL;
if (!_FUNC_ISNUMBER_STRING_A)_FUNC_ISNUMBER_STRING_A=qbs_new(0,0);
byte_element_struct *byte_element_5602=NULL;
if (!byte_element_5602){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5602=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5602=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISNUMBER_LONG_I=NULL;
if(_FUNC_ISNUMBER_LONG_I==NULL){
_FUNC_ISNUMBER_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_I=0;
}
qbs *_FUNC_ISNUMBER_STRING_SYMBOL=NULL;
if (!_FUNC_ISNUMBER_STRING_SYMBOL)_FUNC_ISNUMBER_STRING_SYMBOL=qbs_new(0,0);
byte_element_struct *byte_element_5603=NULL;
if (!byte_element_5603){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5603=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5603=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISNUMBER_LONG_EE=NULL;
if(_FUNC_ISNUMBER_LONG_EE==NULL){
_FUNC_ISNUMBER_LONG_EE=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_EE=0;
}
int32 *_FUNC_ISNUMBER_LONG_DD=NULL;
if(_FUNC_ISNUMBER_LONG_DD==NULL){
_FUNC_ISNUMBER_LONG_DD=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_DD=0;
}
int64 fornext_value5605;
int64 fornext_finalvalue5605;
int64 fornext_step5605;
uint8 fornext_step_negative5605;
byte_element_struct *byte_element_5606=NULL;
if (!byte_element_5606){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5606=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5606=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISNUMBER_LONG_A=NULL;
if(_FUNC_ISNUMBER_LONG_A==NULL){
_FUNC_ISNUMBER_LONG_A=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_A=0;
}
byte_element_struct *byte_element_5607=NULL;
if (!byte_element_5607){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5607=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5607=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_ISNUMBER_LONG_DP=NULL;
if(_FUNC_ISNUMBER_LONG_DP==NULL){
_FUNC_ISNUMBER_LONG_DP=(int32*)mem_static_malloc(4);
*_FUNC_ISNUMBER_LONG_DP=0;
} }

View file

@ -1,121 +1,12 @@
qbs *_FUNC_WIKI_STRING_WIKI=NULL; qbs *_FUNC_BACK2BACKNAME_STRING_BACK2BACKNAME=NULL;
if (!_FUNC_WIKI_STRING_WIKI)_FUNC_WIKI_STRING_WIKI=qbs_new(0,0); if (!_FUNC_BACK2BACKNAME_STRING_BACK2BACKNAME)_FUNC_BACK2BACKNAME_STRING_BACK2BACKNAME=qbs_new(0,0);
qbs*oldstr5531=NULL; qbs*oldstr5608=NULL;
if(_FUNC_WIKI_STRING_PAGENAME->tmp||_FUNC_WIKI_STRING_PAGENAME->fixed||_FUNC_WIKI_STRING_PAGENAME->readonly){ if(_FUNC_BACK2BACKNAME_STRING_A->tmp||_FUNC_BACK2BACKNAME_STRING_A->fixed||_FUNC_BACK2BACKNAME_STRING_A->readonly){
oldstr5531=_FUNC_WIKI_STRING_PAGENAME; oldstr5608=_FUNC_BACK2BACKNAME_STRING_A;
if (oldstr5531->cmem_descriptor){ if (oldstr5608->cmem_descriptor){
_FUNC_WIKI_STRING_PAGENAME=qbs_new_cmem(oldstr5531->len,0); _FUNC_BACK2BACKNAME_STRING_A=qbs_new_cmem(oldstr5608->len,0);
}else{ }else{
_FUNC_WIKI_STRING_PAGENAME=qbs_new(oldstr5531->len,0); _FUNC_BACK2BACKNAME_STRING_A=qbs_new(oldstr5608->len,0);
} }
memcpy(_FUNC_WIKI_STRING_PAGENAME->chr,oldstr5531->chr,oldstr5531->len); memcpy(_FUNC_BACK2BACKNAME_STRING_A->chr,oldstr5608->chr,oldstr5608->len);
}
qbs *_FUNC_WIKI_STRING_PAGENAME2=NULL;
if (!_FUNC_WIKI_STRING_PAGENAME2)_FUNC_WIKI_STRING_PAGENAME2=qbs_new(0,0);
int32 *_FUNC_WIKI_LONG_I=NULL;
if(_FUNC_WIKI_LONG_I==NULL){
_FUNC_WIKI_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_I=0;
}
byte_element_struct *byte_element_5534=NULL;
if (!byte_element_5534){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5534=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5534=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5536=NULL;
if (!byte_element_5536){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5536=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5536=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_WIKI_LONG_FH=NULL;
if(_FUNC_WIKI_LONG_FH==NULL){
_FUNC_WIKI_LONG_FH=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_FH=0;
}
qbs *_FUNC_WIKI_STRING_A=NULL;
if (!_FUNC_WIKI_STRING_A)_FUNC_WIKI_STRING_A=qbs_new(0,0);
int32 *_FUNC_WIKI_LONG_CHR13=NULL;
if(_FUNC_WIKI_LONG_CHR13==NULL){
_FUNC_WIKI_LONG_CHR13=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_CHR13=0;
}
int32 *_FUNC_WIKI_LONG_REMOVEDCHR13=NULL;
if(_FUNC_WIKI_LONG_REMOVEDCHR13==NULL){
_FUNC_WIKI_LONG_REMOVEDCHR13=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_REMOVEDCHR13=0;
}
byte_element_struct *byte_element_5538=NULL;
if (!byte_element_5538){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5538=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5538=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5539=NULL;
if (!byte_element_5539){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5539=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5539=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5540=NULL;
if (!byte_element_5540){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5540=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5540=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5541=NULL;
if (!byte_element_5541){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5541=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5541=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_WIKI_STRING_URL=NULL;
if (!_FUNC_WIKI_STRING_URL)_FUNC_WIKI_STRING_URL=qbs_new(0,0);
qbs *_FUNC_WIKI_STRING_S1=NULL;
if (!_FUNC_WIKI_STRING_S1)_FUNC_WIKI_STRING_S1=qbs_new(0,0);
qbs *_FUNC_WIKI_STRING_URL2=NULL;
if (!_FUNC_WIKI_STRING_URL2)_FUNC_WIKI_STRING_URL2=qbs_new(0,0);
int32 *_FUNC_WIKI_LONG_X=NULL;
if(_FUNC_WIKI_LONG_X==NULL){
_FUNC_WIKI_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_X=0;
}
int32 *_FUNC_WIKI_LONG_C=NULL;
if(_FUNC_WIKI_LONG_C==NULL){
_FUNC_WIKI_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_C=0;
}
qbs *_FUNC_WIKI_STRING_E=NULL;
if (!_FUNC_WIKI_STRING_E)_FUNC_WIKI_STRING_E=qbs_new(0,0);
qbs *_FUNC_WIKI_STRING_URL3=NULL;
if (!_FUNC_WIKI_STRING_URL3)_FUNC_WIKI_STRING_URL3=qbs_new(0,0);
byte_element_struct *byte_element_5543=NULL;
if (!byte_element_5543){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5543=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5543=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_WIKI_STRING_X=NULL;
if (!_FUNC_WIKI_STRING_X)_FUNC_WIKI_STRING_X=qbs_new(0,0);
byte_element_struct *byte_element_5544=NULL;
if (!byte_element_5544){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5544=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5544=(byte_element_struct*)mem_static_malloc(12);
}
float *_FUNC_WIKI_SINGLE_T=NULL;
if(_FUNC_WIKI_SINGLE_T==NULL){
_FUNC_WIKI_SINGLE_T=(float*)mem_static_malloc(4);
*_FUNC_WIKI_SINGLE_T=0;
}
qbs *_FUNC_WIKI_STRING_A2=NULL;
if (!_FUNC_WIKI_STRING_A2)_FUNC_WIKI_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5546=NULL;
if (!byte_element_5546){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5546=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5546=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_WIKI_STRING_S2=NULL;
if (!_FUNC_WIKI_STRING_S2)_FUNC_WIKI_STRING_S2=qbs_new(0,0);
int32 *_FUNC_WIKI_LONG_S1=NULL;
if(_FUNC_WIKI_LONG_S1==NULL){
_FUNC_WIKI_LONG_S1=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_S1=0;
}
byte_element_struct *byte_element_5547=NULL;
if (!byte_element_5547){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5547=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5547=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_WIKI_LONG_S2=NULL;
if(_FUNC_WIKI_LONG_S2==NULL){
_FUNC_WIKI_LONG_S2=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_S2=0;
}
byte_element_struct *byte_element_5548=NULL;
if (!byte_element_5548){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5548=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5548=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,42 +1,121 @@
qbs*oldstr5549=NULL; qbs *_FUNC_WIKI_STRING_WIKI=NULL;
if(_SUB_HELP_ADDTXT_STRING_T->tmp||_SUB_HELP_ADDTXT_STRING_T->fixed||_SUB_HELP_ADDTXT_STRING_T->readonly){ if (!_FUNC_WIKI_STRING_WIKI)_FUNC_WIKI_STRING_WIKI=qbs_new(0,0);
oldstr5549=_SUB_HELP_ADDTXT_STRING_T; qbs*oldstr5609=NULL;
if (oldstr5549->cmem_descriptor){ if(_FUNC_WIKI_STRING_PAGENAME->tmp||_FUNC_WIKI_STRING_PAGENAME->fixed||_FUNC_WIKI_STRING_PAGENAME->readonly){
_SUB_HELP_ADDTXT_STRING_T=qbs_new_cmem(oldstr5549->len,0); oldstr5609=_FUNC_WIKI_STRING_PAGENAME;
if (oldstr5609->cmem_descriptor){
_FUNC_WIKI_STRING_PAGENAME=qbs_new_cmem(oldstr5609->len,0);
}else{ }else{
_SUB_HELP_ADDTXT_STRING_T=qbs_new(oldstr5549->len,0); _FUNC_WIKI_STRING_PAGENAME=qbs_new(oldstr5609->len,0);
} }
memcpy(_SUB_HELP_ADDTXT_STRING_T->chr,oldstr5549->chr,oldstr5549->len); memcpy(_FUNC_WIKI_STRING_PAGENAME->chr,oldstr5609->chr,oldstr5609->len);
} }
int32 *_SUB_HELP_ADDTXT_LONG_I=NULL; qbs *_FUNC_WIKI_STRING_PAGENAME2=NULL;
if(_SUB_HELP_ADDTXT_LONG_I==NULL){ if (!_FUNC_WIKI_STRING_PAGENAME2)_FUNC_WIKI_STRING_PAGENAME2=qbs_new(0,0);
_SUB_HELP_ADDTXT_LONG_I=(int32*)mem_static_malloc(4); int32 *_FUNC_WIKI_LONG_I=NULL;
*_SUB_HELP_ADDTXT_LONG_I=0; if(_FUNC_WIKI_LONG_I==NULL){
_FUNC_WIKI_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_I=0;
} }
int64 fornext_value5551; byte_element_struct *byte_element_5612=NULL;
int64 fornext_finalvalue5551; if (!byte_element_5612){
int64 fornext_step5551; if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5612=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5612=(byte_element_struct*)mem_static_malloc(12);
uint8 fornext_step_negative5551;
byte_element_struct *byte_element_5552=NULL;
if (!byte_element_5552){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5552=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5552=(byte_element_struct*)mem_static_malloc(12);
} }
int32 *_SUB_HELP_ADDTXT_LONG_C=NULL; byte_element_struct *byte_element_5614=NULL;
if(_SUB_HELP_ADDTXT_LONG_C==NULL){ if (!byte_element_5614){
_SUB_HELP_ADDTXT_LONG_C=(int32*)mem_static_malloc(4); if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5614=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5614=(byte_element_struct*)mem_static_malloc(12);
*_SUB_HELP_ADDTXT_LONG_C=0;
} }
qbs *_SUB_HELP_ADDTXT_STRING_B=NULL; int32 *_FUNC_WIKI_LONG_FH=NULL;
if (!_SUB_HELP_ADDTXT_STRING_B)_SUB_HELP_ADDTXT_STRING_B=qbs_new(0,0); if(_FUNC_WIKI_LONG_FH==NULL){
byte_element_struct *byte_element_5553=NULL; _FUNC_WIKI_LONG_FH=(int32*)mem_static_malloc(4);
if (!byte_element_5553){ *_FUNC_WIKI_LONG_FH=0;
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5553=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5553=(byte_element_struct*)mem_static_malloc(12);
} }
byte_element_struct *byte_element_5554=NULL; qbs *_FUNC_WIKI_STRING_A=NULL;
if (!byte_element_5554){ if (!_FUNC_WIKI_STRING_A)_FUNC_WIKI_STRING_A=qbs_new(0,0);
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5554=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5554=(byte_element_struct*)mem_static_malloc(12); int32 *_FUNC_WIKI_LONG_CHR13=NULL;
if(_FUNC_WIKI_LONG_CHR13==NULL){
_FUNC_WIKI_LONG_CHR13=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_CHR13=0;
} }
byte_element_struct *byte_element_5555=NULL; int32 *_FUNC_WIKI_LONG_REMOVEDCHR13=NULL;
if (!byte_element_5555){ if(_FUNC_WIKI_LONG_REMOVEDCHR13==NULL){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5555=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5555=(byte_element_struct*)mem_static_malloc(12); _FUNC_WIKI_LONG_REMOVEDCHR13=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_REMOVEDCHR13=0;
}
byte_element_struct *byte_element_5616=NULL;
if (!byte_element_5616){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5616=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5616=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5617=NULL;
if (!byte_element_5617){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5617=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5617=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5618=NULL;
if (!byte_element_5618){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5618=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5618=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5619=NULL;
if (!byte_element_5619){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5619=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5619=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_WIKI_STRING_URL=NULL;
if (!_FUNC_WIKI_STRING_URL)_FUNC_WIKI_STRING_URL=qbs_new(0,0);
qbs *_FUNC_WIKI_STRING_S1=NULL;
if (!_FUNC_WIKI_STRING_S1)_FUNC_WIKI_STRING_S1=qbs_new(0,0);
qbs *_FUNC_WIKI_STRING_URL2=NULL;
if (!_FUNC_WIKI_STRING_URL2)_FUNC_WIKI_STRING_URL2=qbs_new(0,0);
int32 *_FUNC_WIKI_LONG_X=NULL;
if(_FUNC_WIKI_LONG_X==NULL){
_FUNC_WIKI_LONG_X=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_X=0;
}
int32 *_FUNC_WIKI_LONG_C=NULL;
if(_FUNC_WIKI_LONG_C==NULL){
_FUNC_WIKI_LONG_C=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_C=0;
}
qbs *_FUNC_WIKI_STRING_E=NULL;
if (!_FUNC_WIKI_STRING_E)_FUNC_WIKI_STRING_E=qbs_new(0,0);
qbs *_FUNC_WIKI_STRING_URL3=NULL;
if (!_FUNC_WIKI_STRING_URL3)_FUNC_WIKI_STRING_URL3=qbs_new(0,0);
byte_element_struct *byte_element_5621=NULL;
if (!byte_element_5621){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5621=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5621=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_WIKI_STRING_X=NULL;
if (!_FUNC_WIKI_STRING_X)_FUNC_WIKI_STRING_X=qbs_new(0,0);
byte_element_struct *byte_element_5622=NULL;
if (!byte_element_5622){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5622=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5622=(byte_element_struct*)mem_static_malloc(12);
}
float *_FUNC_WIKI_SINGLE_T=NULL;
if(_FUNC_WIKI_SINGLE_T==NULL){
_FUNC_WIKI_SINGLE_T=(float*)mem_static_malloc(4);
*_FUNC_WIKI_SINGLE_T=0;
}
qbs *_FUNC_WIKI_STRING_A2=NULL;
if (!_FUNC_WIKI_STRING_A2)_FUNC_WIKI_STRING_A2=qbs_new(0,0);
byte_element_struct *byte_element_5624=NULL;
if (!byte_element_5624){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5624=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5624=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_FUNC_WIKI_STRING_S2=NULL;
if (!_FUNC_WIKI_STRING_S2)_FUNC_WIKI_STRING_S2=qbs_new(0,0);
int32 *_FUNC_WIKI_LONG_S1=NULL;
if(_FUNC_WIKI_LONG_S1==NULL){
_FUNC_WIKI_LONG_S1=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_S1=0;
}
byte_element_struct *byte_element_5625=NULL;
if (!byte_element_5625){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5625=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5625=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_WIKI_LONG_S2=NULL;
if(_FUNC_WIKI_LONG_S2==NULL){
_FUNC_WIKI_LONG_S2=(int32*)mem_static_malloc(4);
*_FUNC_WIKI_LONG_S2=0;
}
byte_element_struct *byte_element_5626=NULL;
if (!byte_element_5626){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5626=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5626=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,14 +1,42 @@
int32 *_SUB_HELP_NEWLINE_LONG_COL=NULL; qbs*oldstr5627=NULL;
if(_SUB_HELP_NEWLINE_LONG_COL==NULL){ if(_SUB_HELP_ADDTXT_STRING_T->tmp||_SUB_HELP_ADDTXT_STRING_T->fixed||_SUB_HELP_ADDTXT_STRING_T->readonly){
_SUB_HELP_NEWLINE_LONG_COL=(int32*)mem_static_malloc(4); oldstr5627=_SUB_HELP_ADDTXT_STRING_T;
*_SUB_HELP_NEWLINE_LONG_COL=0; if (oldstr5627->cmem_descriptor){
_SUB_HELP_ADDTXT_STRING_T=qbs_new_cmem(oldstr5627->len,0);
}else{
_SUB_HELP_ADDTXT_STRING_T=qbs_new(oldstr5627->len,0);
} }
int32 *_SUB_HELP_NEWLINE_LONG_W=NULL; memcpy(_SUB_HELP_ADDTXT_STRING_T->chr,oldstr5627->chr,oldstr5627->len);
if(_SUB_HELP_NEWLINE_LONG_W==NULL){ }
_SUB_HELP_NEWLINE_LONG_W=(int32*)mem_static_malloc(4); int32 *_SUB_HELP_ADDTXT_LONG_I=NULL;
*_SUB_HELP_NEWLINE_LONG_W=0; if(_SUB_HELP_ADDTXT_LONG_I==NULL){
_SUB_HELP_ADDTXT_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_HELP_ADDTXT_LONG_I=0;
}
int64 fornext_value5629;
int64 fornext_finalvalue5629;
int64 fornext_step5629;
uint8 fornext_step_negative5629;
byte_element_struct *byte_element_5630=NULL;
if (!byte_element_5630){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5630=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5630=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_HELP_ADDTXT_LONG_C=NULL;
if(_SUB_HELP_ADDTXT_LONG_C==NULL){
_SUB_HELP_ADDTXT_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_HELP_ADDTXT_LONG_C=0;
}
qbs *_SUB_HELP_ADDTXT_STRING_B=NULL;
if (!_SUB_HELP_ADDTXT_STRING_B)_SUB_HELP_ADDTXT_STRING_B=qbs_new(0,0);
byte_element_struct *byte_element_5631=NULL;
if (!byte_element_5631){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5631=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5631=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5632=NULL;
if (!byte_element_5632){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5632=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5632=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5633=NULL;
if (!byte_element_5633){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5633=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5633=(byte_element_struct*)mem_static_malloc(12);
} }
int32 pass5556;
int32 pass5557;
int32 pass5558;
int32 pass5559;

View file

@ -1,33 +1,14 @@
int32 *_SUB_HELP_PREVIEW_LONG_I=NULL; int32 *_SUB_HELP_NEWLINE_LONG_COL=NULL;
if(_SUB_HELP_PREVIEW_LONG_I==NULL){ if(_SUB_HELP_NEWLINE_LONG_COL==NULL){
_SUB_HELP_PREVIEW_LONG_I=(int32*)mem_static_malloc(4); _SUB_HELP_NEWLINE_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_HELP_PREVIEW_LONG_I=0; *_SUB_HELP_NEWLINE_LONG_COL=0;
} }
int64 fornext_value5561; int32 *_SUB_HELP_NEWLINE_LONG_W=NULL;
int64 fornext_finalvalue5561; if(_SUB_HELP_NEWLINE_LONG_W==NULL){
int64 fornext_step5561; _SUB_HELP_NEWLINE_LONG_W=(int32*)mem_static_malloc(4);
uint8 fornext_step_negative5561; *_SUB_HELP_NEWLINE_LONG_W=0;
byte_element_struct *byte_element_5562=NULL;
if (!byte_element_5562){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5562=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5562=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_HELP_PREVIEW_LONG_C=NULL;
if(_SUB_HELP_PREVIEW_LONG_C==NULL){
_SUB_HELP_PREVIEW_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_HELP_PREVIEW_LONG_C=0;
}
qbs *_SUB_HELP_PREVIEW_STRING_C=NULL;
if (!_SUB_HELP_PREVIEW_STRING_C)_SUB_HELP_PREVIEW_STRING_C=qbs_new(0,0);
int64 fornext_value5565;
int64 fornext_finalvalue5565;
int64 fornext_step5565;
uint8 fornext_step_negative5565;
byte_element_struct *byte_element_5566=NULL;
if (!byte_element_5566){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5566=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5566=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_HELP_PREVIEW_LONG_COL=NULL;
if(_SUB_HELP_PREVIEW_LONG_COL==NULL){
_SUB_HELP_PREVIEW_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_HELP_PREVIEW_LONG_COL=0;
} }
int32 pass5634;
int32 pass5635;
int32 pass5636;
int32 pass5637;

View file

@ -1,10 +1,33 @@
int32 *_FUNC_HELP_COL_LONG_HELP_COL=NULL; int32 *_SUB_HELP_PREVIEW_LONG_I=NULL;
if(_FUNC_HELP_COL_LONG_HELP_COL==NULL){ if(_SUB_HELP_PREVIEW_LONG_I==NULL){
_FUNC_HELP_COL_LONG_HELP_COL=(int32*)mem_static_malloc(4); _SUB_HELP_PREVIEW_LONG_I=(int32*)mem_static_malloc(4);
*_FUNC_HELP_COL_LONG_HELP_COL=0; *_SUB_HELP_PREVIEW_LONG_I=0;
} }
int32 *_FUNC_HELP_COL_LONG_COL=NULL; int64 fornext_value5639;
if(_FUNC_HELP_COL_LONG_COL==NULL){ int64 fornext_finalvalue5639;
_FUNC_HELP_COL_LONG_COL=(int32*)mem_static_malloc(4); int64 fornext_step5639;
*_FUNC_HELP_COL_LONG_COL=0; uint8 fornext_step_negative5639;
byte_element_struct *byte_element_5640=NULL;
if (!byte_element_5640){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5640=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5640=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_HELP_PREVIEW_LONG_C=NULL;
if(_SUB_HELP_PREVIEW_LONG_C==NULL){
_SUB_HELP_PREVIEW_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_HELP_PREVIEW_LONG_C=0;
}
qbs *_SUB_HELP_PREVIEW_STRING_C=NULL;
if (!_SUB_HELP_PREVIEW_STRING_C)_SUB_HELP_PREVIEW_STRING_C=qbs_new(0,0);
int64 fornext_value5643;
int64 fornext_finalvalue5643;
int64 fornext_step5643;
uint8 fornext_step_negative5643;
byte_element_struct *byte_element_5644=NULL;
if (!byte_element_5644){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5644=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5644=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_HELP_PREVIEW_LONG_COL=NULL;
if(_SUB_HELP_PREVIEW_LONG_COL==NULL){
_SUB_HELP_PREVIEW_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_HELP_PREVIEW_LONG_COL=0;
} }

View file

@ -1,532 +1,10 @@
qbs*oldstr5570=NULL; int32 *_FUNC_HELP_COL_LONG_HELP_COL=NULL;
if(_SUB_WIKIPARSE_STRING_A->tmp||_SUB_WIKIPARSE_STRING_A->fixed||_SUB_WIKIPARSE_STRING_A->readonly){ if(_FUNC_HELP_COL_LONG_HELP_COL==NULL){
oldstr5570=_SUB_WIKIPARSE_STRING_A; _FUNC_HELP_COL_LONG_HELP_COL=(int32*)mem_static_malloc(4);
if (oldstr5570->cmem_descriptor){ *_FUNC_HELP_COL_LONG_HELP_COL=0;
_SUB_WIKIPARSE_STRING_A=qbs_new_cmem(oldstr5570->len,0); }
}else{ int32 *_FUNC_HELP_COL_LONG_COL=NULL;
_SUB_WIKIPARSE_STRING_A=qbs_new(oldstr5570->len,0); if(_FUNC_HELP_COL_LONG_COL==NULL){
} _FUNC_HELP_COL_LONG_COL=(int32*)mem_static_malloc(4);
memcpy(_SUB_WIKIPARSE_STRING_A->chr,oldstr5570->chr,oldstr5570->len); *_FUNC_HELP_COL_LONG_COL=0;
}
int32 *_SUB_WIKIPARSE_LONG_LINK=NULL;
if(_SUB_WIKIPARSE_LONG_LINK==NULL){
_SUB_WIKIPARSE_LONG_LINK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LINK=0;
}
int32 *_SUB_WIKIPARSE_LONG_ELINK=NULL;
if(_SUB_WIKIPARSE_LONG_ELINK==NULL){
_SUB_WIKIPARSE_LONG_ELINK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_ELINK=0;
}
int32 *_SUB_WIKIPARSE_LONG_CB=NULL;
if(_SUB_WIKIPARSE_LONG_CB==NULL){
_SUB_WIKIPARSE_LONG_CB=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CB=0;
}
int32 *_SUB_WIKIPARSE_LONG_COL=NULL;
if(_SUB_WIKIPARSE_LONG_COL==NULL){
_SUB_WIKIPARSE_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_COL=0;
}
int32 *_SUB_WIKIPARSE_LONG_PREFETCH=NULL;
if(_SUB_WIKIPARSE_LONG_PREFETCH==NULL){
_SUB_WIKIPARSE_LONG_PREFETCH=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_PREFETCH=0;
}
ptrszint *_SUB_WIKIPARSE_ARRAY_STRING_C=NULL;
if (!_SUB_WIKIPARSE_ARRAY_STRING_C){
_SUB_WIKIPARSE_ARRAY_STRING_C=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_SUB_WIKIPARSE_ARRAY_STRING_C)[8]=(ptrszint)mem_lock_tmp;
_SUB_WIKIPARSE_ARRAY_STRING_C[2]=0;
_SUB_WIKIPARSE_ARRAY_STRING_C[4]=2147483647;
_SUB_WIKIPARSE_ARRAY_STRING_C[5]=0;
_SUB_WIKIPARSE_ARRAY_STRING_C[6]=0;
_SUB_WIKIPARSE_ARRAY_STRING_C[0]=(ptrszint)&nothingstring;
}
int32 *_SUB_WIKIPARSE_LONG_II=NULL;
if(_SUB_WIKIPARSE_LONG_II==NULL){
_SUB_WIKIPARSE_LONG_II=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_II=0;
}
int64 fornext_value5572;
int64 fornext_finalvalue5572;
int64 fornext_step5572;
uint8 fornext_step_negative5572;
int32 *_SUB_WIKIPARSE_LONG_I=NULL;
if(_SUB_WIKIPARSE_LONG_I==NULL){
_SUB_WIKIPARSE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_I=0;
}
int32 *_SUB_WIKIPARSE_LONG_N=NULL;
if(_SUB_WIKIPARSE_LONG_N==NULL){
_SUB_WIKIPARSE_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_N=0;
}
byte_element_struct *byte_element_5574=NULL;
if (!byte_element_5574){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5574=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5574=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_C=NULL;
if(_SUB_WIKIPARSE_LONG_C==NULL){
_SUB_WIKIPARSE_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_C=0;
}
qbs *_SUB_WIKIPARSE_STRING_C=NULL;
if (!_SUB_WIKIPARSE_STRING_C)_SUB_WIKIPARSE_STRING_C=qbs_new(0,0);
int32 *_SUB_WIKIPARSE_LONG_I1=NULL;
if(_SUB_WIKIPARSE_LONG_I1==NULL){
_SUB_WIKIPARSE_LONG_I1=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_I1=0;
}
int64 fornext_value5577;
int64 fornext_finalvalue5577;
int64 fornext_step5577;
uint8 fornext_step_negative5577;
int32 *_SUB_WIKIPARSE_LONG_I2=NULL;
if(_SUB_WIKIPARSE_LONG_I2==NULL){
_SUB_WIKIPARSE_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_I2=0;
}
int64 fornext_value5579;
int64 fornext_finalvalue5579;
int64 fornext_step5579;
uint8 fornext_step_negative5579;
qbs *_SUB_WIKIPARSE_STRING_S=NULL;
if (!_SUB_WIKIPARSE_STRING_S)_SUB_WIKIPARSE_STRING_S=qbs_new(0,0);
byte_element_struct *byte_element_5580=NULL;
if (!byte_element_5580){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5580=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5580=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5581=NULL;
if (!byte_element_5581){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5581=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5581=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5582=NULL;
if (!byte_element_5582){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5582=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5582=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5583=NULL;
if (!byte_element_5583){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5583=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5583=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5584=NULL;
if (!byte_element_5584){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5584=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5584=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5585=NULL;
if (!byte_element_5585){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5585=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5585=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5586=NULL;
if (!byte_element_5586){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5586=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5586=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5587=NULL;
if (!byte_element_5587){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5587=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5587=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5588=NULL;
if (!byte_element_5588){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5588=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5588=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5589=NULL;
if (!byte_element_5589){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5589=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5589=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5590=NULL;
if (!byte_element_5590){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5590=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5590=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5591=NULL;
if (!byte_element_5591){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5591=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5591=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5592=NULL;
if (!byte_element_5592){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5592=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5592=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5593=NULL;
if (!byte_element_5593){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5593=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5593=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5594=NULL;
if (!byte_element_5594){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5594=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5594=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5595=NULL;
if (!byte_element_5595){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5595=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5595=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5597;
int64 fornext_finalvalue5597;
int64 fornext_step5597;
uint8 fornext_step_negative5597;
byte_element_struct *byte_element_5598=NULL;
if (!byte_element_5598){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5598=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5598=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5599=NULL;
if (!byte_element_5599){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5599=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5599=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5600=NULL;
if (!byte_element_5600){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5600=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5600=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5602;
int64 fornext_finalvalue5602;
int64 fornext_step5602;
uint8 fornext_step_negative5602;
byte_element_struct *byte_element_5603=NULL;
if (!byte_element_5603){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5603=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5603=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5604=NULL;
if (!byte_element_5604){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5604=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5604=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5605=NULL;
if (!byte_element_5605){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5605=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5605=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5607;
int64 fornext_finalvalue5607;
int64 fornext_step5607;
uint8 fornext_step_negative5607;
byte_element_struct *byte_element_5608=NULL;
if (!byte_element_5608){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5608=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5608=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5609=NULL;
if (!byte_element_5609){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5609=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5609=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5610=NULL;
if (!byte_element_5610){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5610=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5610=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_LINK=NULL;
if (!_SUB_WIKIPARSE_STRING_LINK)_SUB_WIKIPARSE_STRING_LINK=qbs_new(0,0);
qbs *_SUB_WIKIPARSE_STRING_TEXT=NULL;
if (!_SUB_WIKIPARSE_STRING_TEXT)_SUB_WIKIPARSE_STRING_TEXT=qbs_new(0,0);
byte_element_struct *byte_element_5611=NULL;
if (!byte_element_5611){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5611=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5611=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass5612;
int32 pass5613;
qbs *_SUB_WIKIPARSE_STRING_ELINK=NULL;
if (!_SUB_WIKIPARSE_STRING_ELINK)_SUB_WIKIPARSE_STRING_ELINK=qbs_new(0,0);
int32 pass5614;
int32 pass5615;
qbs *_SUB_WIKIPARSE_STRING_CB=NULL;
if (!_SUB_WIKIPARSE_STRING_CB)_SUB_WIKIPARSE_STRING_CB=qbs_new(0,0);
int32 pass5616;
int32 pass5617;
int32 pass5618;
int32 pass5619;
int32 pass5620;
int32 pass5621;
int32 pass5622;
int32 pass5623;
int32 *_SUB_WIKIPARSE_LONG_WS=NULL;
if(_SUB_WIKIPARSE_LONG_WS==NULL){
_SUB_WIKIPARSE_LONG_WS=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_WS=0;
}
int64 fornext_value5625;
int64 fornext_finalvalue5625;
int64 fornext_step5625;
uint8 fornext_step_negative5625;
byte_element_struct *byte_element_5626=NULL;
if (!byte_element_5626){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5626=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5626=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5628;
int64 fornext_finalvalue5628;
int64 fornext_step5628;
uint8 fornext_step_negative5628;
byte_element_struct *byte_element_5629=NULL;
if (!byte_element_5629){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5629=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5629=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_NL=NULL;
if(_SUB_WIKIPARSE_LONG_NL==NULL){
_SUB_WIKIPARSE_LONG_NL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_NL=0;
}
int32 pass5630;
int32 pass5631;
int32 pass5632;
int32 pass5633;
byte_element_struct *byte_element_5634=NULL;
if (!byte_element_5634){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5634=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5634=(byte_element_struct*)mem_static_malloc(12);
}
ptrszint *_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW=NULL;
if (!_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW){
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW)[8]=(ptrszint)mem_lock_tmp;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[2]=0;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[4]=2147483647;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[5]=0;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[6]=0;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[0]=(ptrszint)&nothingstring;
}
ptrszint *_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL=NULL;
if (!_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL){
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL)[8]=(ptrszint)mem_lock_tmp;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[2]=0;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[4]=2147483647;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[5]=0;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[6]=0;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[0]=(ptrszint)nothingvalue;
}
int16 *_SUB_WIKIPARSE_INTEGER_TOTALCOLS=NULL;
if(_SUB_WIKIPARSE_INTEGER_TOTALCOLS==NULL){
_SUB_WIKIPARSE_INTEGER_TOTALCOLS=(int16*)mem_static_malloc(2);
*_SUB_WIKIPARSE_INTEGER_TOTALCOLS=0;
}
int16 *_SUB_WIKIPARSE_INTEGER_TOTALROWS=NULL;
if(_SUB_WIKIPARSE_INTEGER_TOTALROWS==NULL){
_SUB_WIKIPARSE_INTEGER_TOTALROWS=(int16*)mem_static_malloc(2);
*_SUB_WIKIPARSE_INTEGER_TOTALROWS=0;
}
int16 *_SUB_WIKIPARSE_INTEGER_THISCOL=NULL;
if(_SUB_WIKIPARSE_INTEGER_THISCOL==NULL){
_SUB_WIKIPARSE_INTEGER_THISCOL=(int16*)mem_static_malloc(2);
*_SUB_WIKIPARSE_INTEGER_THISCOL=0;
}
qbs *_SUB_WIKIPARSE_STRING_L=NULL;
if (!_SUB_WIKIPARSE_STRING_L)_SUB_WIKIPARSE_STRING_L=qbs_new(0,0);
byte_element_struct *byte_element_5636=NULL;
if (!byte_element_5636){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5636=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5636=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_M=NULL;
if (!_SUB_WIKIPARSE_STRING_M)_SUB_WIKIPARSE_STRING_M=qbs_new(0,0);
byte_element_struct *byte_element_5637=NULL;
if (!byte_element_5637){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5637=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5637=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_J=NULL;
if(_SUB_WIKIPARSE_LONG_J==NULL){
_SUB_WIKIPARSE_LONG_J=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_J=0;
}
qbs *_SUB_WIKIPARSE_STRING_P=NULL;
if (!_SUB_WIKIPARSE_STRING_P)_SUB_WIKIPARSE_STRING_P=qbs_new(0,0);
byte_element_struct *byte_element_5639=NULL;
if (!byte_element_5639){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5639=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5639=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL=NULL;
if(_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL==NULL){
_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL=0;
}
int32 *_SUB_WIKIPARSE_LONG_BACKUPBOLD=NULL;
if(_SUB_WIKIPARSE_LONG_BACKUPBOLD==NULL){
_SUB_WIKIPARSE_LONG_BACKUPBOLD=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_BACKUPBOLD=0;
}
int32 *_SUB_WIKIPARSE_LONG_PRINTTABLE=NULL;
if(_SUB_WIKIPARSE_LONG_PRINTTABLE==NULL){
_SUB_WIKIPARSE_LONG_PRINTTABLE=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_PRINTTABLE=0;
}
int64 fornext_value5641;
int64 fornext_finalvalue5641;
int64 fornext_step5641;
uint8 fornext_step_negative5641;
qbs *_SUB_WIKIPARSE_STRING_TABLEOUTPUT=NULL;
if (!_SUB_WIKIPARSE_STRING_TABLEOUTPUT)_SUB_WIKIPARSE_STRING_TABLEOUTPUT=qbs_new(0,0);
int32 *_SUB_WIKIPARSE_LONG_CHECKCOL=NULL;
if(_SUB_WIKIPARSE_LONG_CHECKCOL==NULL){
_SUB_WIKIPARSE_LONG_CHECKCOL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CHECKCOL=0;
}
int64 fornext_value5643;
int64 fornext_finalvalue5643;
int64 fornext_step5643;
uint8 fornext_step_negative5643;
qbs *_SUB_WIKIPARSE_STRING_THISCOL=NULL;
if (!_SUB_WIKIPARSE_STRING_THISCOL)_SUB_WIKIPARSE_STRING_THISCOL=qbs_new(0,0);
int32 pass5644;
int32 pass5645;
int32 pass5646;
int64 fornext_value5648;
int64 fornext_finalvalue5648;
int64 fornext_step5648;
uint8 fornext_step_negative5648;
byte_element_struct *byte_element_5649=NULL;
if (!byte_element_5649){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5649=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5649=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass5650;
int32 pass5651;
byte_element_struct *byte_element_5652=NULL;
if (!byte_element_5652){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5652=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5652=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5653=NULL;
if (!byte_element_5653){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5653=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5653=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5654=NULL;
if (!byte_element_5654){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5654=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5654=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5655=NULL;
if (!byte_element_5655){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5655=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5655=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass5656;
int32 pass5657;
int32 pass5658;
int32 pass5659;
int32 *_SUB_WIKIPARSE_LONG_FH=NULL;
if(_SUB_WIKIPARSE_LONG_FH==NULL){
_SUB_WIKIPARSE_LONG_FH=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_FH=0;
}
int32 *_SUB_WIKIPARSE_LONG_CY=NULL;
if(_SUB_WIKIPARSE_LONG_CY==NULL){
_SUB_WIKIPARSE_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CY=0;
}
int64 fornext_value5661;
int64 fornext_finalvalue5661;
int64 fornext_step5661;
uint8 fornext_step_negative5661;
int32 *_SUB_WIKIPARSE_LONG_L=NULL;
if(_SUB_WIKIPARSE_LONG_L==NULL){
_SUB_WIKIPARSE_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_L=0;
}
int32 *_SUB_WIKIPARSE_LONG_X=NULL;
if(_SUB_WIKIPARSE_LONG_X==NULL){
_SUB_WIKIPARSE_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_X=0;
}
int32 *_SUB_WIKIPARSE_LONG_X2=NULL;
if(_SUB_WIKIPARSE_LONG_X2==NULL){
_SUB_WIKIPARSE_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_X2=0;
}
int32 *_SUB_WIKIPARSE_LONG_OLDLNK=NULL;
if(_SUB_WIKIPARSE_LONG_OLDLNK==NULL){
_SUB_WIKIPARSE_LONG_OLDLNK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_OLDLNK=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNKX1=NULL;
if(_SUB_WIKIPARSE_LONG_LNKX1==NULL){
_SUB_WIKIPARSE_LONG_LNKX1=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNKX1=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNKX2=NULL;
if(_SUB_WIKIPARSE_LONG_LNKX2==NULL){
_SUB_WIKIPARSE_LONG_LNKX2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNKX2=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNK=NULL;
if(_SUB_WIKIPARSE_LONG_LNK==NULL){
_SUB_WIKIPARSE_LONG_LNK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNK=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNK2=NULL;
if(_SUB_WIKIPARSE_LONG_LNK2==NULL){
_SUB_WIKIPARSE_LONG_LNK2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNK2=0;
}
int32 *_SUB_WIKIPARSE_LONG_L1=NULL;
if(_SUB_WIKIPARSE_LONG_L1==NULL){
_SUB_WIKIPARSE_LONG_L1=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_L1=0;
}
int32 *_SUB_WIKIPARSE_LONG_LX=NULL;
if(_SUB_WIKIPARSE_LONG_LX==NULL){
_SUB_WIKIPARSE_LONG_LX=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LX=0;
}
int64 fornext_value5664;
int64 fornext_finalvalue5664;
int64 fornext_step5664;
uint8 fornext_step_negative5664;
int32 *_SUB_WIKIPARSE_LONG_L2=NULL;
if(_SUB_WIKIPARSE_LONG_L2==NULL){
_SUB_WIKIPARSE_LONG_L2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_L2=0;
}
byte_element_struct *byte_element_5665=NULL;
if (!byte_element_5665){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5665=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5665=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_A2=NULL;
if (!_SUB_WIKIPARSE_STRING_A2)_SUB_WIKIPARSE_STRING_A2=qbs_new(0,0);
qbs *_SUB_WIKIPARSE_STRING_A3=NULL;
if (!_SUB_WIKIPARSE_STRING_A3)_SUB_WIKIPARSE_STRING_A3=qbs_new(0,0);
byte_element_struct *byte_element_5666=NULL;
if (!byte_element_5666){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5666=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5666=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_SKIP=NULL;
if(_SUB_WIKIPARSE_LONG_SKIP==NULL){
_SUB_WIKIPARSE_LONG_SKIP=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_SKIP=0;
}
int32 *_SUB_WIKIPARSE_LONG_CI=NULL;
if(_SUB_WIKIPARSE_LONG_CI==NULL){
_SUB_WIKIPARSE_LONG_CI=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CI=0;
}
int64 fornext_value5668;
int64 fornext_finalvalue5668;
int64 fornext_step5668;
uint8 fornext_step_negative5668;
byte_element_struct *byte_element_5669=NULL;
if (!byte_element_5669){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5669=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5669=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_CA=NULL;
if(_SUB_WIKIPARSE_LONG_CA==NULL){
_SUB_WIKIPARSE_LONG_CA=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CA=0;
}
int64 fornext_value5672;
int64 fornext_finalvalue5672;
int64 fornext_step5672;
uint8 fornext_step_negative5672;
byte_element_struct *byte_element_5673=NULL;
if (!byte_element_5673){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5673=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5673=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_OA2=NULL;
if (!_SUB_WIKIPARSE_STRING_OA2)_SUB_WIKIPARSE_STRING_OA2=qbs_new(0,0);
byte_element_struct *byte_element_5675=NULL;
if (!byte_element_5675){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5675=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5675=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5677;
int64 fornext_finalvalue5677;
int64 fornext_step5677;
uint8 fornext_step_negative5677;
byte_element_struct *byte_element_5678=NULL;
if (!byte_element_5678){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5678=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5678=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5681;
int64 fornext_finalvalue5681;
int64 fornext_step5681;
uint8 fornext_step_negative5681;
byte_element_struct *byte_element_5682=NULL;
if (!byte_element_5682){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5682=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5682=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,12 +1,532 @@
qbs *_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=NULL; qbs*oldstr5648=NULL;
if (!_FUNC_WIKIGETLINE_STRING_WIKIGETLINE)_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=qbs_new(0,0); if(_SUB_WIKIPARSE_STRING_A->tmp||_SUB_WIKIPARSE_STRING_A->fixed||_SUB_WIKIPARSE_STRING_A->readonly){
qbs*oldstr5684=NULL; oldstr5648=_SUB_WIKIPARSE_STRING_A;
if(_FUNC_WIKIGETLINE_STRING_A->tmp||_FUNC_WIKIGETLINE_STRING_A->fixed||_FUNC_WIKIGETLINE_STRING_A->readonly){ if (oldstr5648->cmem_descriptor){
oldstr5684=_FUNC_WIKIGETLINE_STRING_A; _SUB_WIKIPARSE_STRING_A=qbs_new_cmem(oldstr5648->len,0);
if (oldstr5684->cmem_descriptor){
_FUNC_WIKIGETLINE_STRING_A=qbs_new_cmem(oldstr5684->len,0);
}else{ }else{
_FUNC_WIKIGETLINE_STRING_A=qbs_new(oldstr5684->len,0); _SUB_WIKIPARSE_STRING_A=qbs_new(oldstr5648->len,0);
} }
memcpy(_FUNC_WIKIGETLINE_STRING_A->chr,oldstr5684->chr,oldstr5684->len); memcpy(_SUB_WIKIPARSE_STRING_A->chr,oldstr5648->chr,oldstr5648->len);
}
int32 *_SUB_WIKIPARSE_LONG_LINK=NULL;
if(_SUB_WIKIPARSE_LONG_LINK==NULL){
_SUB_WIKIPARSE_LONG_LINK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LINK=0;
}
int32 *_SUB_WIKIPARSE_LONG_ELINK=NULL;
if(_SUB_WIKIPARSE_LONG_ELINK==NULL){
_SUB_WIKIPARSE_LONG_ELINK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_ELINK=0;
}
int32 *_SUB_WIKIPARSE_LONG_CB=NULL;
if(_SUB_WIKIPARSE_LONG_CB==NULL){
_SUB_WIKIPARSE_LONG_CB=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CB=0;
}
int32 *_SUB_WIKIPARSE_LONG_COL=NULL;
if(_SUB_WIKIPARSE_LONG_COL==NULL){
_SUB_WIKIPARSE_LONG_COL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_COL=0;
}
int32 *_SUB_WIKIPARSE_LONG_PREFETCH=NULL;
if(_SUB_WIKIPARSE_LONG_PREFETCH==NULL){
_SUB_WIKIPARSE_LONG_PREFETCH=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_PREFETCH=0;
}
ptrszint *_SUB_WIKIPARSE_ARRAY_STRING_C=NULL;
if (!_SUB_WIKIPARSE_ARRAY_STRING_C){
_SUB_WIKIPARSE_ARRAY_STRING_C=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_SUB_WIKIPARSE_ARRAY_STRING_C)[8]=(ptrszint)mem_lock_tmp;
_SUB_WIKIPARSE_ARRAY_STRING_C[2]=0;
_SUB_WIKIPARSE_ARRAY_STRING_C[4]=2147483647;
_SUB_WIKIPARSE_ARRAY_STRING_C[5]=0;
_SUB_WIKIPARSE_ARRAY_STRING_C[6]=0;
_SUB_WIKIPARSE_ARRAY_STRING_C[0]=(ptrszint)&nothingstring;
}
int32 *_SUB_WIKIPARSE_LONG_II=NULL;
if(_SUB_WIKIPARSE_LONG_II==NULL){
_SUB_WIKIPARSE_LONG_II=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_II=0;
}
int64 fornext_value5650;
int64 fornext_finalvalue5650;
int64 fornext_step5650;
uint8 fornext_step_negative5650;
int32 *_SUB_WIKIPARSE_LONG_I=NULL;
if(_SUB_WIKIPARSE_LONG_I==NULL){
_SUB_WIKIPARSE_LONG_I=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_I=0;
}
int32 *_SUB_WIKIPARSE_LONG_N=NULL;
if(_SUB_WIKIPARSE_LONG_N==NULL){
_SUB_WIKIPARSE_LONG_N=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_N=0;
}
byte_element_struct *byte_element_5652=NULL;
if (!byte_element_5652){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5652=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5652=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_C=NULL;
if(_SUB_WIKIPARSE_LONG_C==NULL){
_SUB_WIKIPARSE_LONG_C=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_C=0;
}
qbs *_SUB_WIKIPARSE_STRING_C=NULL;
if (!_SUB_WIKIPARSE_STRING_C)_SUB_WIKIPARSE_STRING_C=qbs_new(0,0);
int32 *_SUB_WIKIPARSE_LONG_I1=NULL;
if(_SUB_WIKIPARSE_LONG_I1==NULL){
_SUB_WIKIPARSE_LONG_I1=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_I1=0;
}
int64 fornext_value5655;
int64 fornext_finalvalue5655;
int64 fornext_step5655;
uint8 fornext_step_negative5655;
int32 *_SUB_WIKIPARSE_LONG_I2=NULL;
if(_SUB_WIKIPARSE_LONG_I2==NULL){
_SUB_WIKIPARSE_LONG_I2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_I2=0;
}
int64 fornext_value5657;
int64 fornext_finalvalue5657;
int64 fornext_step5657;
uint8 fornext_step_negative5657;
qbs *_SUB_WIKIPARSE_STRING_S=NULL;
if (!_SUB_WIKIPARSE_STRING_S)_SUB_WIKIPARSE_STRING_S=qbs_new(0,0);
byte_element_struct *byte_element_5658=NULL;
if (!byte_element_5658){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5658=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5658=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5659=NULL;
if (!byte_element_5659){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5659=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5659=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5660=NULL;
if (!byte_element_5660){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5660=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5660=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5661=NULL;
if (!byte_element_5661){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5661=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5661=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5662=NULL;
if (!byte_element_5662){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5662=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5662=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5663=NULL;
if (!byte_element_5663){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5663=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5663=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5664=NULL;
if (!byte_element_5664){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5664=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5664=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5665=NULL;
if (!byte_element_5665){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5665=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5665=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5666=NULL;
if (!byte_element_5666){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5666=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5666=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5667=NULL;
if (!byte_element_5667){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5667=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5667=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5668=NULL;
if (!byte_element_5668){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5668=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5668=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5669=NULL;
if (!byte_element_5669){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5669=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5669=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5670=NULL;
if (!byte_element_5670){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5670=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5670=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5671=NULL;
if (!byte_element_5671){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5671=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5671=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5672=NULL;
if (!byte_element_5672){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5672=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5672=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5673=NULL;
if (!byte_element_5673){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5673=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5673=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5675;
int64 fornext_finalvalue5675;
int64 fornext_step5675;
uint8 fornext_step_negative5675;
byte_element_struct *byte_element_5676=NULL;
if (!byte_element_5676){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5676=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5676=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5677=NULL;
if (!byte_element_5677){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5677=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5677=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5678=NULL;
if (!byte_element_5678){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5678=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5678=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5680;
int64 fornext_finalvalue5680;
int64 fornext_step5680;
uint8 fornext_step_negative5680;
byte_element_struct *byte_element_5681=NULL;
if (!byte_element_5681){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5681=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5681=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5682=NULL;
if (!byte_element_5682){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5682=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5682=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5683=NULL;
if (!byte_element_5683){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5683=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5683=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5685;
int64 fornext_finalvalue5685;
int64 fornext_step5685;
uint8 fornext_step_negative5685;
byte_element_struct *byte_element_5686=NULL;
if (!byte_element_5686){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5686=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5686=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5687=NULL;
if (!byte_element_5687){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5687=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5688=NULL;
if (!byte_element_5688){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5688=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5688=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_LINK=NULL;
if (!_SUB_WIKIPARSE_STRING_LINK)_SUB_WIKIPARSE_STRING_LINK=qbs_new(0,0);
qbs *_SUB_WIKIPARSE_STRING_TEXT=NULL;
if (!_SUB_WIKIPARSE_STRING_TEXT)_SUB_WIKIPARSE_STRING_TEXT=qbs_new(0,0);
byte_element_struct *byte_element_5689=NULL;
if (!byte_element_5689){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5689=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5689=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass5690;
int32 pass5691;
qbs *_SUB_WIKIPARSE_STRING_ELINK=NULL;
if (!_SUB_WIKIPARSE_STRING_ELINK)_SUB_WIKIPARSE_STRING_ELINK=qbs_new(0,0);
int32 pass5692;
int32 pass5693;
qbs *_SUB_WIKIPARSE_STRING_CB=NULL;
if (!_SUB_WIKIPARSE_STRING_CB)_SUB_WIKIPARSE_STRING_CB=qbs_new(0,0);
int32 pass5694;
int32 pass5695;
int32 pass5696;
int32 pass5697;
int32 pass5698;
int32 pass5699;
int32 pass5700;
int32 pass5701;
int32 *_SUB_WIKIPARSE_LONG_WS=NULL;
if(_SUB_WIKIPARSE_LONG_WS==NULL){
_SUB_WIKIPARSE_LONG_WS=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_WS=0;
}
int64 fornext_value5703;
int64 fornext_finalvalue5703;
int64 fornext_step5703;
uint8 fornext_step_negative5703;
byte_element_struct *byte_element_5704=NULL;
if (!byte_element_5704){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5704=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5704=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5706;
int64 fornext_finalvalue5706;
int64 fornext_step5706;
uint8 fornext_step_negative5706;
byte_element_struct *byte_element_5707=NULL;
if (!byte_element_5707){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5707=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5707=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_NL=NULL;
if(_SUB_WIKIPARSE_LONG_NL==NULL){
_SUB_WIKIPARSE_LONG_NL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_NL=0;
}
int32 pass5708;
int32 pass5709;
int32 pass5710;
int32 pass5711;
byte_element_struct *byte_element_5712=NULL;
if (!byte_element_5712){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5712=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5712=(byte_element_struct*)mem_static_malloc(12);
}
ptrszint *_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW=NULL;
if (!_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW){
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW)[8]=(ptrszint)mem_lock_tmp;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[2]=0;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[4]=2147483647;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[5]=0;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[6]=0;
_SUB_WIKIPARSE_ARRAY_STRING_TABLEROW[0]=(ptrszint)&nothingstring;
}
ptrszint *_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL=NULL;
if (!_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL){
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL=(ptrszint*)mem_static_malloc(9*ptrsz);
new_mem_lock();
mem_lock_tmp->type=4;
((ptrszint*)_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL)[8]=(ptrszint)mem_lock_tmp;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[2]=0;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[4]=2147483647;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[5]=0;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[6]=0;
_SUB_WIKIPARSE_ARRAY_INTEGER_TABLECOL[0]=(ptrszint)nothingvalue;
}
int16 *_SUB_WIKIPARSE_INTEGER_TOTALCOLS=NULL;
if(_SUB_WIKIPARSE_INTEGER_TOTALCOLS==NULL){
_SUB_WIKIPARSE_INTEGER_TOTALCOLS=(int16*)mem_static_malloc(2);
*_SUB_WIKIPARSE_INTEGER_TOTALCOLS=0;
}
int16 *_SUB_WIKIPARSE_INTEGER_TOTALROWS=NULL;
if(_SUB_WIKIPARSE_INTEGER_TOTALROWS==NULL){
_SUB_WIKIPARSE_INTEGER_TOTALROWS=(int16*)mem_static_malloc(2);
*_SUB_WIKIPARSE_INTEGER_TOTALROWS=0;
}
int16 *_SUB_WIKIPARSE_INTEGER_THISCOL=NULL;
if(_SUB_WIKIPARSE_INTEGER_THISCOL==NULL){
_SUB_WIKIPARSE_INTEGER_THISCOL=(int16*)mem_static_malloc(2);
*_SUB_WIKIPARSE_INTEGER_THISCOL=0;
}
qbs *_SUB_WIKIPARSE_STRING_L=NULL;
if (!_SUB_WIKIPARSE_STRING_L)_SUB_WIKIPARSE_STRING_L=qbs_new(0,0);
byte_element_struct *byte_element_5714=NULL;
if (!byte_element_5714){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5714=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5714=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_M=NULL;
if (!_SUB_WIKIPARSE_STRING_M)_SUB_WIKIPARSE_STRING_M=qbs_new(0,0);
byte_element_struct *byte_element_5715=NULL;
if (!byte_element_5715){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5715=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5715=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_J=NULL;
if(_SUB_WIKIPARSE_LONG_J==NULL){
_SUB_WIKIPARSE_LONG_J=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_J=0;
}
qbs *_SUB_WIKIPARSE_STRING_P=NULL;
if (!_SUB_WIKIPARSE_STRING_P)_SUB_WIKIPARSE_STRING_P=qbs_new(0,0);
byte_element_struct *byte_element_5717=NULL;
if (!byte_element_5717){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5717=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5717=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL=NULL;
if(_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL==NULL){
_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_BACKUPHELP_BG_COL=0;
}
int32 *_SUB_WIKIPARSE_LONG_BACKUPBOLD=NULL;
if(_SUB_WIKIPARSE_LONG_BACKUPBOLD==NULL){
_SUB_WIKIPARSE_LONG_BACKUPBOLD=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_BACKUPBOLD=0;
}
int32 *_SUB_WIKIPARSE_LONG_PRINTTABLE=NULL;
if(_SUB_WIKIPARSE_LONG_PRINTTABLE==NULL){
_SUB_WIKIPARSE_LONG_PRINTTABLE=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_PRINTTABLE=0;
}
int64 fornext_value5719;
int64 fornext_finalvalue5719;
int64 fornext_step5719;
uint8 fornext_step_negative5719;
qbs *_SUB_WIKIPARSE_STRING_TABLEOUTPUT=NULL;
if (!_SUB_WIKIPARSE_STRING_TABLEOUTPUT)_SUB_WIKIPARSE_STRING_TABLEOUTPUT=qbs_new(0,0);
int32 *_SUB_WIKIPARSE_LONG_CHECKCOL=NULL;
if(_SUB_WIKIPARSE_LONG_CHECKCOL==NULL){
_SUB_WIKIPARSE_LONG_CHECKCOL=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CHECKCOL=0;
}
int64 fornext_value5721;
int64 fornext_finalvalue5721;
int64 fornext_step5721;
uint8 fornext_step_negative5721;
qbs *_SUB_WIKIPARSE_STRING_THISCOL=NULL;
if (!_SUB_WIKIPARSE_STRING_THISCOL)_SUB_WIKIPARSE_STRING_THISCOL=qbs_new(0,0);
int32 pass5722;
int32 pass5723;
int32 pass5724;
int64 fornext_value5726;
int64 fornext_finalvalue5726;
int64 fornext_step5726;
uint8 fornext_step_negative5726;
byte_element_struct *byte_element_5727=NULL;
if (!byte_element_5727){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5727=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5727=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass5728;
int32 pass5729;
byte_element_struct *byte_element_5730=NULL;
if (!byte_element_5730){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5730=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5730=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5731=NULL;
if (!byte_element_5731){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5731=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5731=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5732=NULL;
if (!byte_element_5732){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5732=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5732=(byte_element_struct*)mem_static_malloc(12);
}
byte_element_struct *byte_element_5733=NULL;
if (!byte_element_5733){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5733=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5733=(byte_element_struct*)mem_static_malloc(12);
}
int32 pass5734;
int32 pass5735;
int32 pass5736;
int32 pass5737;
int32 *_SUB_WIKIPARSE_LONG_FH=NULL;
if(_SUB_WIKIPARSE_LONG_FH==NULL){
_SUB_WIKIPARSE_LONG_FH=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_FH=0;
}
int32 *_SUB_WIKIPARSE_LONG_CY=NULL;
if(_SUB_WIKIPARSE_LONG_CY==NULL){
_SUB_WIKIPARSE_LONG_CY=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CY=0;
}
int64 fornext_value5739;
int64 fornext_finalvalue5739;
int64 fornext_step5739;
uint8 fornext_step_negative5739;
int32 *_SUB_WIKIPARSE_LONG_L=NULL;
if(_SUB_WIKIPARSE_LONG_L==NULL){
_SUB_WIKIPARSE_LONG_L=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_L=0;
}
int32 *_SUB_WIKIPARSE_LONG_X=NULL;
if(_SUB_WIKIPARSE_LONG_X==NULL){
_SUB_WIKIPARSE_LONG_X=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_X=0;
}
int32 *_SUB_WIKIPARSE_LONG_X2=NULL;
if(_SUB_WIKIPARSE_LONG_X2==NULL){
_SUB_WIKIPARSE_LONG_X2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_X2=0;
}
int32 *_SUB_WIKIPARSE_LONG_OLDLNK=NULL;
if(_SUB_WIKIPARSE_LONG_OLDLNK==NULL){
_SUB_WIKIPARSE_LONG_OLDLNK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_OLDLNK=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNKX1=NULL;
if(_SUB_WIKIPARSE_LONG_LNKX1==NULL){
_SUB_WIKIPARSE_LONG_LNKX1=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNKX1=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNKX2=NULL;
if(_SUB_WIKIPARSE_LONG_LNKX2==NULL){
_SUB_WIKIPARSE_LONG_LNKX2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNKX2=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNK=NULL;
if(_SUB_WIKIPARSE_LONG_LNK==NULL){
_SUB_WIKIPARSE_LONG_LNK=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNK=0;
}
int32 *_SUB_WIKIPARSE_LONG_LNK2=NULL;
if(_SUB_WIKIPARSE_LONG_LNK2==NULL){
_SUB_WIKIPARSE_LONG_LNK2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LNK2=0;
}
int32 *_SUB_WIKIPARSE_LONG_L1=NULL;
if(_SUB_WIKIPARSE_LONG_L1==NULL){
_SUB_WIKIPARSE_LONG_L1=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_L1=0;
}
int32 *_SUB_WIKIPARSE_LONG_LX=NULL;
if(_SUB_WIKIPARSE_LONG_LX==NULL){
_SUB_WIKIPARSE_LONG_LX=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_LX=0;
}
int64 fornext_value5742;
int64 fornext_finalvalue5742;
int64 fornext_step5742;
uint8 fornext_step_negative5742;
int32 *_SUB_WIKIPARSE_LONG_L2=NULL;
if(_SUB_WIKIPARSE_LONG_L2==NULL){
_SUB_WIKIPARSE_LONG_L2=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_L2=0;
}
byte_element_struct *byte_element_5743=NULL;
if (!byte_element_5743){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5743=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5743=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_A2=NULL;
if (!_SUB_WIKIPARSE_STRING_A2)_SUB_WIKIPARSE_STRING_A2=qbs_new(0,0);
qbs *_SUB_WIKIPARSE_STRING_A3=NULL;
if (!_SUB_WIKIPARSE_STRING_A3)_SUB_WIKIPARSE_STRING_A3=qbs_new(0,0);
byte_element_struct *byte_element_5744=NULL;
if (!byte_element_5744){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5744=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5744=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_SKIP=NULL;
if(_SUB_WIKIPARSE_LONG_SKIP==NULL){
_SUB_WIKIPARSE_LONG_SKIP=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_SKIP=0;
}
int32 *_SUB_WIKIPARSE_LONG_CI=NULL;
if(_SUB_WIKIPARSE_LONG_CI==NULL){
_SUB_WIKIPARSE_LONG_CI=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CI=0;
}
int64 fornext_value5746;
int64 fornext_finalvalue5746;
int64 fornext_step5746;
uint8 fornext_step_negative5746;
byte_element_struct *byte_element_5747=NULL;
if (!byte_element_5747){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5747=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5747=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_WIKIPARSE_LONG_CA=NULL;
if(_SUB_WIKIPARSE_LONG_CA==NULL){
_SUB_WIKIPARSE_LONG_CA=(int32*)mem_static_malloc(4);
*_SUB_WIKIPARSE_LONG_CA=0;
}
int64 fornext_value5750;
int64 fornext_finalvalue5750;
int64 fornext_step5750;
uint8 fornext_step_negative5750;
byte_element_struct *byte_element_5751=NULL;
if (!byte_element_5751){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5751=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5751=(byte_element_struct*)mem_static_malloc(12);
}
qbs *_SUB_WIKIPARSE_STRING_OA2=NULL;
if (!_SUB_WIKIPARSE_STRING_OA2)_SUB_WIKIPARSE_STRING_OA2=qbs_new(0,0);
byte_element_struct *byte_element_5753=NULL;
if (!byte_element_5753){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5753=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5753=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5755;
int64 fornext_finalvalue5755;
int64 fornext_step5755;
uint8 fornext_step_negative5755;
byte_element_struct *byte_element_5756=NULL;
if (!byte_element_5756){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5756=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5756=(byte_element_struct*)mem_static_malloc(12);
}
int64 fornext_value5759;
int64 fornext_finalvalue5759;
int64 fornext_step5759;
uint8 fornext_step_negative5759;
byte_element_struct *byte_element_5760=NULL;
if (!byte_element_5760){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5760=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5760=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -1,35 +1,12 @@
qbs *_FUNC_WIKIGETUNTIL_STRING_WIKIGETUNTIL=NULL; qbs *_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=NULL;
if (!_FUNC_WIKIGETUNTIL_STRING_WIKIGETUNTIL)_FUNC_WIKIGETUNTIL_STRING_WIKIGETUNTIL=qbs_new(0,0); if (!_FUNC_WIKIGETLINE_STRING_WIKIGETLINE)_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=qbs_new(0,0);
qbs*oldstr5685=NULL; qbs*oldstr5762=NULL;
if(_FUNC_WIKIGETUNTIL_STRING_A->tmp||_FUNC_WIKIGETUNTIL_STRING_A->fixed||_FUNC_WIKIGETUNTIL_STRING_A->readonly){ if(_FUNC_WIKIGETLINE_STRING_A->tmp||_FUNC_WIKIGETLINE_STRING_A->fixed||_FUNC_WIKIGETLINE_STRING_A->readonly){
oldstr5685=_FUNC_WIKIGETUNTIL_STRING_A; oldstr5762=_FUNC_WIKIGETLINE_STRING_A;
if (oldstr5685->cmem_descriptor){ if (oldstr5762->cmem_descriptor){
_FUNC_WIKIGETUNTIL_STRING_A=qbs_new_cmem(oldstr5685->len,0); _FUNC_WIKIGETLINE_STRING_A=qbs_new_cmem(oldstr5762->len,0);
}else{ }else{
_FUNC_WIKIGETUNTIL_STRING_A=qbs_new(oldstr5685->len,0); _FUNC_WIKIGETLINE_STRING_A=qbs_new(oldstr5762->len,0);
} }
memcpy(_FUNC_WIKIGETUNTIL_STRING_A->chr,oldstr5685->chr,oldstr5685->len); memcpy(_FUNC_WIKIGETLINE_STRING_A->chr,oldstr5762->chr,oldstr5762->len);
}
qbs*oldstr5686=NULL;
if(_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->tmp||_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->fixed||_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->readonly){
oldstr5686=_FUNC_WIKIGETUNTIL_STRING_SEPARATOR;
if (oldstr5686->cmem_descriptor){
_FUNC_WIKIGETUNTIL_STRING_SEPARATOR=qbs_new_cmem(oldstr5686->len,0);
}else{
_FUNC_WIKIGETUNTIL_STRING_SEPARATOR=qbs_new(oldstr5686->len,0);
}
memcpy(_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->chr,oldstr5686->chr,oldstr5686->len);
}
byte_element_struct *byte_element_5687=NULL;
if (!byte_element_5687){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5687=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5687=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_WIKIGETUNTIL_LONG_J=NULL;
if(_FUNC_WIKIGETUNTIL_LONG_J==NULL){
_FUNC_WIKIGETUNTIL_LONG_J=(int32*)mem_static_malloc(4);
*_FUNC_WIKIGETUNTIL_LONG_J=0;
}
byte_element_struct *byte_element_5688=NULL;
if (!byte_element_5688){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5688=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5688=(byte_element_struct*)mem_static_malloc(12);
} }

View file

@ -0,0 +1,35 @@
qbs *_FUNC_WIKIGETUNTIL_STRING_WIKIGETUNTIL=NULL;
if (!_FUNC_WIKIGETUNTIL_STRING_WIKIGETUNTIL)_FUNC_WIKIGETUNTIL_STRING_WIKIGETUNTIL=qbs_new(0,0);
qbs*oldstr5763=NULL;
if(_FUNC_WIKIGETUNTIL_STRING_A->tmp||_FUNC_WIKIGETUNTIL_STRING_A->fixed||_FUNC_WIKIGETUNTIL_STRING_A->readonly){
oldstr5763=_FUNC_WIKIGETUNTIL_STRING_A;
if (oldstr5763->cmem_descriptor){
_FUNC_WIKIGETUNTIL_STRING_A=qbs_new_cmem(oldstr5763->len,0);
}else{
_FUNC_WIKIGETUNTIL_STRING_A=qbs_new(oldstr5763->len,0);
}
memcpy(_FUNC_WIKIGETUNTIL_STRING_A->chr,oldstr5763->chr,oldstr5763->len);
}
qbs*oldstr5764=NULL;
if(_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->tmp||_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->fixed||_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->readonly){
oldstr5764=_FUNC_WIKIGETUNTIL_STRING_SEPARATOR;
if (oldstr5764->cmem_descriptor){
_FUNC_WIKIGETUNTIL_STRING_SEPARATOR=qbs_new_cmem(oldstr5764->len,0);
}else{
_FUNC_WIKIGETUNTIL_STRING_SEPARATOR=qbs_new(oldstr5764->len,0);
}
memcpy(_FUNC_WIKIGETUNTIL_STRING_SEPARATOR->chr,oldstr5764->chr,oldstr5764->len);
}
byte_element_struct *byte_element_5765=NULL;
if (!byte_element_5765){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5765=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5765=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_FUNC_WIKIGETUNTIL_LONG_J=NULL;
if(_FUNC_WIKIGETUNTIL_LONG_J==NULL){
_FUNC_WIKIGETUNTIL_LONG_J=(int32*)mem_static_malloc(4);
*_FUNC_WIKIGETUNTIL_LONG_J=0;
}
byte_element_struct *byte_element_5766=NULL;
if (!byte_element_5766){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_5766=(byte_element_struct*)(mem_static_pointer-12); else byte_element_5766=(byte_element_struct*)mem_static_malloc(12);
}

View file

View file

@ -1,4 +1,7 @@
qbs_free(_SUB_DEBUGMODE_STRING_ENDC); qbs_free(_SUB_DEBUGMODE_STRING_ENDC);
qbs_free(_SUB_DEBUGMODE_STRING_A); qbs_free(_SUB_DEBUGMODE_STRING_TEMP);
qbs_free(_SUB_DEBUGMODE_STRING_B); qbs_free(_SUB_DEBUGMODE_STRING_CMD);
qbs_free(_SUB_DEBUGMODE_STRING_PROGRAM); qbs_free(_SUB_DEBUGMODE_STRING_PROGRAM);
qbs_free(_SUB_DEBUGMODE_STRING_VALUE);
qbs_free(_SUB_DEBUGMODE_STRING_BREAKPOINTLIST);
qbs_free(_SUB_DEBUGMODE_STRING_BUFFER);

View file

@ -1,4 +1,4 @@
if(oldstr4508){ if(oldstr4581){
if(oldstr4508->fixed)qbs_set(oldstr4508,_SUB_FINDQUOTECOMMENT_STRING_TEXT); if(oldstr4581->fixed)qbs_set(oldstr4581,_SUB_FINDQUOTECOMMENT_STRING_TEXT);
qbs_free(_SUB_FINDQUOTECOMMENT_STRING_TEXT); qbs_free(_SUB_FINDQUOTECOMMENT_STRING_TEXT);
} }

View file

@ -1,5 +1,5 @@
if(oldstr4572){ if(oldstr4643){
if(oldstr4572->fixed)qbs_set(oldstr4572,_FUNC_IDEFILEEXISTS_STRING_F); if(oldstr4643->fixed)qbs_set(oldstr4643,_FUNC_IDEFILEEXISTS_STRING_F);
qbs_free(_FUNC_IDEFILEEXISTS_STRING_F); qbs_free(_FUNC_IDEFILEEXISTS_STRING_F);
} }
qbs_free(_FUNC_IDEFILEEXISTS_STRING_M); qbs_free(_FUNC_IDEFILEEXISTS_STRING_M);

View file

@ -1,4 +1,4 @@
if(oldstr4626){ if(oldstr4697){
if(oldstr4626->fixed)qbs_set(oldstr4626,_FUNC_IDEHLEN_STRING_A); if(oldstr4697->fixed)qbs_set(oldstr4697,_FUNC_IDEHLEN_STRING_A);
qbs_free(_FUNC_IDEHLEN_STRING_A); qbs_free(_FUNC_IDEHLEN_STRING_A);
} }

View file

@ -1,5 +1,5 @@
if(oldstr4629){ if(oldstr4700){
if(oldstr4629->fixed)qbs_set(oldstr4629,_SUB_IDEHPRINT_STRING_A); if(oldstr4700->fixed)qbs_set(oldstr4700,_SUB_IDEHPRINT_STRING_A);
qbs_free(_SUB_IDEHPRINT_STRING_A); qbs_free(_SUB_IDEHPRINT_STRING_A);
} }
qbs_free(_SUB_IDEHPRINT_STRING_C); qbs_free(_SUB_IDEHPRINT_STRING_C);

View file

@ -1,4 +1,4 @@
if(oldstr4634){ if(oldstr4705){
if(oldstr4634->fixed)qbs_set(oldstr4634,_SUB_IDEINSLINE_STRING_TEXT); if(oldstr4705->fixed)qbs_set(oldstr4705,_SUB_IDEINSLINE_STRING_TEXT);
qbs_free(_SUB_IDEINSLINE_STRING_TEXT); qbs_free(_SUB_IDEINSLINE_STRING_TEXT);
} }

View file

@ -1,17 +1,17 @@
if(oldstr4639){ if(oldstr4710){
if(oldstr4639->fixed)qbs_set(oldstr4639,_FUNC_IDEINPUTBOX_STRING_TITLE); if(oldstr4710->fixed)qbs_set(oldstr4710,_FUNC_IDEINPUTBOX_STRING_TITLE);
qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE); qbs_free(_FUNC_IDEINPUTBOX_STRING_TITLE);
} }
if(oldstr4640){ if(oldstr4711){
if(oldstr4640->fixed)qbs_set(oldstr4640,_FUNC_IDEINPUTBOX_STRING_CAPTION); if(oldstr4711->fixed)qbs_set(oldstr4711,_FUNC_IDEINPUTBOX_STRING_CAPTION);
qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION); qbs_free(_FUNC_IDEINPUTBOX_STRING_CAPTION);
} }
if(oldstr4641){ if(oldstr4712){
if(oldstr4641->fixed)qbs_set(oldstr4641,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE); if(oldstr4712->fixed)qbs_set(oldstr4712,_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE); qbs_free(_FUNC_IDEINPUTBOX_STRING_INITIALVALUE);
} }
if(oldstr4642){ if(oldstr4713){
if(oldstr4642->fixed)qbs_set(oldstr4642,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT); if(oldstr4713->fixed)qbs_set(oldstr4713,_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
qbs_free(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT); qbs_free(_FUNC_IDEINPUTBOX_STRING_VALIDINPUT);
} }
if (_FUNC_IDEINPUTBOX_ARRAY_UDT_O[2]&1){ if (_FUNC_IDEINPUTBOX_ARRAY_UDT_O[2]&1){

View file

@ -1,5 +1,5 @@
if(oldstr4660){ if(oldstr4731){
if(oldstr4660->fixed)qbs_set(oldstr4660,_SUB_IDENEWSF_STRING_SF); if(oldstr4731->fixed)qbs_set(oldstr4731,_SUB_IDENEWSF_STRING_SF);
qbs_free(_SUB_IDENEWSF_STRING_SF); qbs_free(_SUB_IDENEWSF_STRING_SF);
} }
qbs_free(_SUB_IDENEWSF_STRING_A); qbs_free(_SUB_IDENEWSF_STRING_A);

View file

@ -1,5 +1,5 @@
if(oldstr4667){ if(oldstr4738){
if(oldstr4667->fixed)qbs_set(oldstr4667,_FUNC_IDENEWFOLDER_STRING_THISPATH); if(oldstr4738->fixed)qbs_set(oldstr4738,_FUNC_IDENEWFOLDER_STRING_THISPATH);
qbs_free(_FUNC_IDENEWFOLDER_STRING_THISPATH); qbs_free(_FUNC_IDENEWFOLDER_STRING_THISPATH);
} }
qbs_free(_FUNC_IDENEWFOLDER_STRING_NEWFOLDER); qbs_free(_FUNC_IDENEWFOLDER_STRING_NEWFOLDER);

View file

@ -1,4 +1,4 @@
if(oldstr4671){ if(oldstr4742){
if(oldstr4671->fixed)qbs_set(oldstr4671,_FUNC_IDENEWTXT_STRING_A); if(oldstr4742->fixed)qbs_set(oldstr4742,_FUNC_IDENEWTXT_STRING_A);
qbs_free(_FUNC_IDENEWTXT_STRING_A); qbs_free(_FUNC_IDENEWTXT_STRING_A);
} }

View file

@ -1,5 +1,5 @@
if(oldstr4672){ if(oldstr4743){
if(oldstr4672->fixed)qbs_set(oldstr4672,_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME); if(oldstr4743->fixed)qbs_set(oldstr4743,_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME);
qbs_free(_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME); qbs_free(_FUNC_IDEFILEDIALOG_STRING_PROGRAMNAME);
} }
if (_FUNC_IDEFILEDIALOG_ARRAY_UDT_O[2]&1){ if (_FUNC_IDEFILEDIALOG_ARRAY_UDT_O[2]&1){

View file

@ -1,4 +1,4 @@
if(oldstr4700){ if(oldstr4771){
if(oldstr4700->fixed)qbs_set(oldstr4700,_SUB_IDEPAR_STRING_TITLE); if(oldstr4771->fixed)qbs_set(oldstr4771,_SUB_IDEPAR_STRING_TITLE);
qbs_free(_SUB_IDEPAR_STRING_TITLE); qbs_free(_SUB_IDEPAR_STRING_TITLE);
} }

Some files were not shown because too many files have changed in this diff Show more