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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/php/
H A DPhpSymbolTokenizer.lex156 yypop(); //may pop STRINGEXPR/HEREDOC/BACKQUOTE
159 {ClosingTag} { while (!isHtmlState(yystate())) yypop(); }
164 \" { yypop(); }
169 "`" { yypop(); }
194 \' { yypop(); }
203 yypop();
216 yypop(); //because "$arr[0][1]" is the same as $arr[0] . "[1]"
221 yypop();
227 yypop();
233 yypop(); //becaus
[all...]
H A DPhpXref.lex177 ">" { out.write(">"); yypop(); } //to YYINITIAL
192 yypop();
197 yypop();
199 ">" { out.write("&gt;</span>"); yypop(); yypop(); } //pop twice
202 <ATTRIBUTE_DOUBLE>\" { out.write("\"</span>"); yypop(); }
203 <ATTRIBUTE_SINGLE>\' { out.write("'</span>"); yypop(); }
322 yypop(); //may pop STRINGEXPR/HEREDOC/BACKQUOTE
336 yypop();
342 \" { out.write("\"</span>"); yypop(); }
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java122 public void yypop() { method in class:JFlexTokenizer
H A DJFlexXref.java471 public void yypop() throws IOException { method in class:JFlexXref

Completed in 9 milliseconds