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