Searched defs:isquote (Results 1 – 4 of 4) sorted by relevance
73 isquote(int ch) in isquote() function
64 #define isquote(c) ((c) == SQ || (c) == DQ) macro
333 isquote(int ch) in isquote() function
64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro