Home
last modified time | relevance | path

Searched refs:TopPileB (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmScript/
H A Dscript.y107 TopPileB=0; in InitCase()
156 PileBloc[TopPileB]->NbInstr++; in AddCom()
162 PileBloc[TopPileB]->TabInstr=(Instr*)realloc(PileBloc[TopPileB]->TabInstr, in AddCom()
337 TopPileB++; in EmpilerBloc()
338 PileBloc[TopPileB]=TmpBloc; in EmpilerBloc()
348 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
349 TopPileB--; in DepilerBloc()
350 IfInstr=&PileBloc[TopPileB]->TabInstr[PileBloc[TopPileB]->NbInstr]; in DepilerBloc()
475 TopPileB--;
481 TopPileB--;
[all …]
H A Dscript.c392 TopPileB=0; in InitCase()
441 PileBloc[TopPileB]->NbInstr++; in AddCom()
447 PileBloc[TopPileB]->TabInstr=(Instr*)realloc(PileBloc[TopPileB]->TabInstr, in AddCom()
622 TopPileB++; in EmpilerBloc()
623 PileBloc[TopPileB]=TmpBloc; in EmpilerBloc()
633 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
634 TopPileB--; in DepilerBloc()
635 IfInstr=&PileBloc[TopPileB]->TabInstr[PileBloc[TopPileB]->NbInstr]; in DepilerBloc()
2594 TopPileB--;
2602 TopPileB--;
[all …]
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmScript/
H A Dscript.y107 TopPileB=0; in InitCase()
156 PileBloc[TopPileB]->NbInstr++; in AddCom()
162 PileBloc[TopPileB]->TabInstr=(Instr*)realloc(PileBloc[TopPileB]->TabInstr, in AddCom()
337 TopPileB++; in EmpilerBloc()
338 PileBloc[TopPileB]=TmpBloc; in EmpilerBloc()
348 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
349 TopPileB--; in DepilerBloc()
350 IfInstr=&PileBloc[TopPileB]->TabInstr[PileBloc[TopPileB]->NbInstr]; in DepilerBloc()
475 TopPileB--;
481 TopPileB--;
[all …]
H A Dscript.c392 TopPileB=0; in InitCase()
441 PileBloc[TopPileB]->NbInstr++; in AddCom()
447 PileBloc[TopPileB]->TabInstr=(Instr*)realloc(PileBloc[TopPileB]->TabInstr, in AddCom()
622 TopPileB++; in EmpilerBloc()
623 PileBloc[TopPileB]=TmpBloc; in EmpilerBloc()
633 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
634 TopPileB--; in DepilerBloc()
635 IfInstr=&PileBloc[TopPileB]->TabInstr[PileBloc[TopPileB]->NbInstr]; in DepilerBloc()
2594 TopPileB--;
2602 TopPileB--;
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Script/
H A Dy.tab.c184 TopPileB = 0; in InitCase()
236 PileBloc[TopPileB]->NbInstr++; in AddCom()
237 CurrInstr = PileBloc[TopPileB]->NbInstr; in AddCom()
242 PileBloc[TopPileB]->TabInstr = (Instr *) realloc (PileBloc[TopPileB]->TabInstr, in AddCom()
424 TopPileB++; in EmpilerBloc()
425 PileBloc[TopPileB] = TmpBloc; in EmpilerBloc()
436 Bloc1 = PileBloc[TopPileB]; in DepilerBloc()
437 TopPileB--; in DepilerBloc()
438 IfInstr = &PileBloc[TopPileB]->TabInstr[PileBloc[TopPileB]->NbInstr]; in DepilerBloc()
1573 TopPileB--; in yyparse()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Script/Compiler/
H A Dbisonin87 TopPileB=0;
136 PileBloc[TopPileB]->NbInstr++;
137 CurrInstr=PileBloc[TopPileB]->NbInstr;
142 PileBloc[TopPileB]->TabInstr=(Instr*)realloc(PileBloc[TopPileB]->TabInstr,
316 TopPileB++;
317 PileBloc[TopPileB]=TmpBloc;
327 Bloc1=PileBloc[TopPileB];
328 TopPileB--;
329 IfInstr=&PileBloc[TopPileB]->TabInstr[PileBloc[TopPileB]->NbInstr];
414 TopPileB--;
[all …]