Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmScript/
H A Dscript.y345 Bloc *Bloc1; in DepilerBloc() local
348 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
351 IfInstr->TabArg[IfInstr->NbArg-IdBloc]=(long)Bloc1; in DepilerBloc()
H A Dscript.c630 Bloc *Bloc1; in DepilerBloc() local
633 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
636 IfInstr->TabArg[IfInstr->NbArg-IdBloc]=(long)Bloc1; in DepilerBloc()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmScript/
H A Dscript.y345 Bloc *Bloc1; in DepilerBloc() local
348 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
351 IfInstr->TabArg[IfInstr->NbArg-IdBloc]=(long)Bloc1; in DepilerBloc()
H A Dscript.c630 Bloc *Bloc1; in DepilerBloc() local
633 Bloc1=PileBloc[TopPileB]; in DepilerBloc()
636 IfInstr->TabArg[IfInstr->NbArg-IdBloc]=(long)Bloc1; in DepilerBloc()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Script/
H A Dy.tab.c433 Bloc *Bloc1; in DepilerBloc() local
436 Bloc1 = PileBloc[TopPileB]; in DepilerBloc()
439 IfInstr->TabArg[IfInstr->NbArg - IdBloc] = (long) Bloc1; in DepilerBloc()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Script/Compiler/
H A Dbisonin324 Bloc *Bloc1;
327 Bloc1=PileBloc[TopPileB];
330 IfInstr->TabArg[IfInstr->NbArg-IdBloc]=(long)Bloc1;