Searched refs:yypop (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DPhpSymbolTokenizer.lex160 yypop(); //may pop STRINGEXPR/HEREDOC/BACKQUOTE
163 {ClosingTag} { while (!isHtmlState(yystate())) yypop(); }
168 \" { yypop(); }
173 "`" { yypop(); }
198 \' { yypop(); }
207 yypop();
220 yypop(); //because "$arr[0][1]" is the same as $arr[0] . "[1]"
225 yypop();
231 yypop();
237 yypop(); //becaus
[all...]
H A DPhpXref.lex180 ">" { out.write(">"); yypop(); } //to YYINITIAL
195 yypop();
200 yypop();
202 ">" { out.write("&gt;</span>"); spans.pop(); yypop(); yypop(); } //pop twice
205 <ATTRIBUTE_DOUBLE>\" { out.write("\"</span>"); spans.pop(); yypop(); }
206 <ATTRIBUTE_SINGLE>\' { out.write("'</span>"); spans.pop(); yypop(); }
325 yypop(); //may pop STRINGEXPR/HEREDOC/BACKQUOTE
339 yypop();
345 \" { out.write("\"</span>"); spans.pop(); yypop(); }
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java169 public void yypop() { method in class:JFlexTokenizer
H A DJFlexXref.java643 public void yypop() throws IOException { method in class:JFlexXref

Completed in 11 milliseconds