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

/opengrok/src/org/opensolaris/opengrok/analysis/php/
H A DPhpXref.lex181 ">" { out.write(">"); yypop(); } //to YYINITIAL
196 yypop();
201 yypop();
203 ">" { out.write("&gt;</span>"); yypop(); yypop(); } //pop twice
206 <ATTRIBUTE_DOUBLE>\" { out.write("\"</span>"); yypop(); }
207 <ATTRIBUTE_SINGLE>\' { out.write("'</span>"); yypop(); }
326 yypop(); //may pop STRINGEXPR/HEREDOC/BACKQUOTE
340 yypop();
346 \" { out.write("\"</span>"); yypop(); }
[all...]
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...]
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java114 public void yypop() { method in class:JFlexTokenizer
H A DJFlexXref.java346 yypop();
687 public void yypop() throws IOException { method in class:JFlexXref

Completed in 28 milliseconds