Lines Matching refs:yyidx

283   var /* int */ $yyidx = -1;                    /* Index of top element in stack */  variable in dokuwiki\\plugin\\a2s\\A2S_SVGPathParser
622 if ($this->yyidx < 0) return 0;
623 $yytos = $this->yystack[$this->yyidx];
630 unset($this->yystack[$this->yyidx]);
631 $this->yyidx--;
649 while($this->yyidx >= 0)
665 $stateno = $this->yystack[$this->yyidx]->stateno;
741 $this->yyidx++;
742 if (isset($this->yystack[$this->yyidx])) {
743 $yytos = $this->yystack[$this->yyidx];
746 $this->yystack[$this->yyidx] = $yytos;
754 for ($i = 1; $i <= $this->yyidx; $i++) {
845 $yymsp = $this->yystack[$this->yyidx];
863 if (count($this->yystack[$this->yyidx + 0]->minor) == 2) {
864 …ommands[] = array_merge(array($this->yystack[$this->yyidx + -1]->minor), $this->yystack[$this->yyi…
866 if ($this->yystack[$this->yyidx + -1]->minor->value == 'm') {
871 $c = array_splice($this->yystack[$this->yyidx + 0]->minor, 2);
872 …ommands[] = array_merge(array($this->yystack[$this->yyidx + -1]->minor), $this->yystack[$this->yyi…
888 { $yygotominor = array_merge($this->yystack[$this->yyidx + -1]->minor, $this->yystack[$this->yyidx
903 { $yygotominor = $this->yystack[$this->yyidx + 0]->minor; }
908 { $this->commands[] = array($this->yystack[$this->yyidx + 0]->minor); }
920 …ommands[] = array_merge(array($this->yystack[$this->yyidx + -1]->minor), $this->yystack[$this->yyi…
926 … $yygotominor = array_merge($this->yystack[$this->yyidx + -1]->minor, array($this->yystack[$this->
932 { $yygotominor = array($this->yystack[$this->yyidx + 0]->minor); }
937 …ray_merge($this->yystack[$this->yyidx + -2]->minor, $this->yystack[$this->yyidx + -1]->minor, $thi…
942yyidx + -5]->minor, $this->yystack[$this->yyidx + -4]->minor, $this->yystack[$this->yyidx + -3]->m…
947 { $yygotominor = array($this->yystack[$this->yyidx + -1]->minor, $this->yystack[$this->yyidx + 0]->…
954 $state_for_reduce = $this->yystack[$this->yyidx - $yysize]->stateno;
956 $this->yyidx -= $yysize;
973 while( $this->yyidx>=0 ) $this->yy_pop_parser_stack();
995 while( $this->yyidx>=0 ) $this->yy_pop_parser_stack();
1028 if( $this->yyidx<0 ){
1029 $this->yyidx = 0;
1052 if( $yyendofinput && $this->yyidx>=0 ){
1086 $yymx = $this->yystack[$this->yyidx]->major;
1096 $this->yyidx >= 0 &&
1099 $this->yystack[$this->yyidx]->stateno,
1104 if( $this->yyidx < 0 || $yymajor==0 ){
1138 }while( $yymajor!=self::YYNOCODE && $this->yyidx>=0 );