Home
last modified time | relevance | path

Searched refs:quotedstring (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dzlexer.lex147 %x incl bitlabel quotedstring
318 {QUOTE} { BEGIN(quotedstring); LEXOUT(("\" ")); }
319 <quotedstring><<EOF>> {
325 <quotedstring>{ANY}* { LEXOUT(("QSTR ")); yymore(); }
326 <quotedstring>\n { ++parser->line; yymore(); }
327 <quotedstring>{QUOTE} {
H A Dconfiglexer.lex181 %x quotedstring include include_quoted
353 \" { BEGIN(quotedstring); LEXOUT(("QS ")); }
354 <quotedstring><<EOF>> {
358 <quotedstring>{ANY}* { LEXOUT(("STR(%s) ", yytext)); yymore(); }
359 <quotedstring>\n { cfg_parser->line++; yymore(); }
360 <quotedstring>\" {
H A Dzlexer.c661 #define quotedstring 3 macro
1193 { BEGIN(quotedstring); LEXOUT(("\" ")); }
1195 case YY_STATE_EOF(quotedstring):
H A Dconfiglexer.c2205 #define quotedstring 1 macro
3231 { BEGIN(quotedstring); LEXOUT(("QS ")); }
3233 case YY_STATE_EOF(quotedstring):
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_token.l91 quotedstring \"[^"]*\"
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dtoken.l104 quotedstring \"[^"]*\"
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l130 quotedstring \"[^"]*\"
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex209 %x quotedstring singlequotedstr include include_quoted val include_toplevel include_toplevel_quoted
584 <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>\" {
H A Dconfiglexer.c4301 #define quotedstring 1 macro
6384 { BEGIN(quotedstring); LEXOUT(("QS ")); }
6386 case YY_STATE_EOF(quotedstring):