Searched defs:isquote (Results 1 – 2 of 2) sorted by relevance
77 isquote(int ch) in isquote() function
63 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro