Lines Matching defs:quote
855 char quote{*at_};
923 if (*at_ == quote && !isEscaped) {
924 // A doubled unescaped quote mark becomes a single instance of that
925 // quote character in the literal (later). There can be spaces between
927 EmitChar(tokens, quote);
933 if (*at_ != quote) {
1094 char quote{*p};
1097 if (*p == quote) {
1098 if (p[1] != quote) {
1105 if (*p != quote) {