Searched defs:isquote (Results 1 – 2 of 2) sorted by relevance
64 #define isquote(c) ((c) == SQ || (c) == DQ) macro
64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro