Searched refs:quotedstring (Results 1 – 9 of 9) sorted by relevance
147 %x incl bitlabel quotedstring318 {QUOTE} { BEGIN(quotedstring); LEXOUT(("\" ")); }319 <quotedstring><<EOF>> {325 <quotedstring>{ANY}* { LEXOUT(("QSTR ")); yymore(); }326 <quotedstring>\n { ++parser->line; yymore(); }327 <quotedstring>{QUOTE} {
181 %x quotedstring include include_quoted353 \" { BEGIN(quotedstring); LEXOUT(("QS ")); }354 <quotedstring><<EOF>> {358 <quotedstring>{ANY}* { LEXOUT(("STR(%s) ", yytext)); yymore(); }359 <quotedstring>\n { cfg_parser->line++; yymore(); }360 <quotedstring>\" {
661 #define quotedstring 3 macro1193 { BEGIN(quotedstring); LEXOUT(("\" ")); }1195 case YY_STATE_EOF(quotedstring):
2205 #define quotedstring 1 macro3231 { BEGIN(quotedstring); LEXOUT(("QS ")); }3233 case YY_STATE_EOF(quotedstring):
91 quotedstring \"[^"]*\"
104 quotedstring \"[^"]*\"
130 quotedstring \"[^"]*\"
209 %x quotedstring singlequotedstr include include_quoted val include_toplevel include_toplevel_quoted584 <val>\" { BEGIN(quotedstring); LEXOUT(("QS ")); }585 <quotedstring><<EOF>> {590 <quotedstring>{DQANY}* { LEXOUT(("STR(%s) ", yytext)); yymore(); }591 <quotedstring>{NEWLINE} { yyerror("newline inside quoted string, no end \"");593 <quotedstring>\" {
4301 #define quotedstring 1 macro6384 { BEGIN(quotedstring); LEXOUT(("QS ")); }6386 case YY_STATE_EOF(quotedstring):