Home | History | Annotate | Download | only in escapesrc

Lines Matching defs:quote

208   char quote = linestr[pos];
210 if(quote != '\'' && quote != '\"') {
211 fprintf(stderr, "Quote is '%c' - not sure what to do.\n", quote);
215 if(quote == '\'' && utf8) {
222 //printf("u%c?%c\n", quote, quote);
225 if(linestr[pos] == quote) {
229 return false; // end of quote
234 if(linestr[pos] == quote) continue; // quoted quote