Home
last modified time | relevance | path

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

/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmScript/
H A Dscript.y309 int OldNA; in AddComBloc() local
318 OldNA=PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg; in AddComBloc()
321 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg,sizeof(long)*(OldNA+NbBloc)); in AddComBloc()
324 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg[OldNA+i]=0; in AddComBloc()
326 PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg=OldNA+NbBloc; in AddComBloc()
H A Dscript.c594 int OldNA; in AddComBloc() local
603 OldNA=PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg; in AddComBloc()
606 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg,sizeof(long)*(OldNA+NbBloc)); in AddComBloc()
609 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg[OldNA+i]=0; in AddComBloc()
611 PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg=OldNA+NbBloc; in AddComBloc()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmScript/
H A Dscript.y309 int OldNA; in AddComBloc() local
318 OldNA=PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg; in AddComBloc()
321 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg,sizeof(long)*(OldNA+NbBloc)); in AddComBloc()
324 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg[OldNA+i]=0; in AddComBloc()
326 PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg=OldNA+NbBloc; in AddComBloc()
H A Dscript.c594 int OldNA; in AddComBloc() local
603 OldNA=PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg; in AddComBloc()
606 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg,sizeof(long)*(OldNA+NbBloc)); in AddComBloc()
609 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg[OldNA+i]=0; in AddComBloc()
611 PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg=OldNA+NbBloc; in AddComBloc()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Script/
H A Dy.tab.c395 int OldNA; in AddComBloc() local
404 OldNA = PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg; in AddComBloc()
407 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg, sizeof (long) * (OldNA + NbBloc)); in AddComBloc()
410 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg[OldNA + i] = 0; in AddComBloc()
412 PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg = OldNA + NbBloc; in AddComBloc()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Script/Compiler/
H A Dbisonin288 int OldNA;
297 OldNA=PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg;
300 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg,sizeof(long)*(OldNA+NbBloc));
303 PileBloc[TopPileB]->TabInstr[CurrInstr].TabArg[OldNA+i]=0;
305 PileBloc[TopPileB]->TabInstr[CurrInstr].NbArg=OldNA+NbBloc;