Searched refs:yyidx (Results 1 – 1 of 1) sorted by relevance
283 var /* int */ $yyidx = -1; /* Index of top element in stack */ variable in dokuwiki\\plugin\\a2s\\A2S_SVGPathParser622 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];[all …]