Lines Matching defs:quote
754 char quote)762 || (quote && start[i + 1] == quote)))785 char quote;795 if ((quote = *str) == '"' || quote == '\'') {797 while (*strend && *strend != quote) {799 (strend[1] == quote || strend[1] == '\\')) {806 res = substring_conf(p, str + 1, strend - str - 1, quote);808 if (*strend == quote)