Searched refs:isquote (Results 1 – 2 of 2) sorted by relevance
64 #define isquote(c) ((c) == SQ || (c) == DQ) macro556 if (isquote(c)) { in str_to_sv()
64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro311 while (*token && (isspace(*token) || isquote(*token))) in match_entry()316 while (n > 0 && (*p == '\n' || isspace(*p) || isquote(*p))) { in match_entry()