Searched defs:isquote (Results 1 – 3 of 3) sorted by relevance
71 isquote(int ch) in isquote() function
86 #define isquote(c) ((c) == '"' || (c) == '\'') macro
57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro