Home
last modified time | relevance | path

Searched refs:ifstkpt (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/src/asm/
H A Das1600_real.y449 int ifstkpt = 0; variable
1008 if((++ifstkpt) < IFSTKDEPTH)
1028 elseifstk[ifstkpt] = If_Active;
1029 endifstk[ifstkpt] = If_Active;
1031 expmacstk[ifstkpt] = fraexpmac;
1044 if((++ifstkpt) < IFSTKDEPTH)
1065 switch(elseifstk[ifstkpt])
1083 fraexpmac = expmacstk[ifstkpt];
1084 switch(endifstk[ifstkpt])
1088 ifstkpt--;
[all …]
H A Das1600.tab.c514 int ifstkpt = 0; variable
2888 if((++ifstkpt) < IFSTKDEPTH) in yyparse()
2908 elseifstk[ifstkpt] = If_Active; in yyparse()
2909 endifstk[ifstkpt] = If_Active; in yyparse()
2911 expmacstk[ifstkpt] = fraexpmac; in yyparse()
2927 if((++ifstkpt) < IFSTKDEPTH) in yyparse()
2951 switch(elseifstk[ifstkpt]) in yyparse()
2972 fraexpmac = expmacstk[ifstkpt]; in yyparse()
2973 switch(endifstk[ifstkpt]) in yyparse()
2977 ifstkpt--; in yyparse()
[all …]
H A Dfrasmdat.h142 extern int ifstkpt;
H A Dfrasmain.c305 if(ifstkpt != 0) in asm_main()