Searched refs:isquote (Results 1 – 2 of 2) sorted by relevance
71 isquote(int ch) in isquote() function112 } else if (isquote(*p)) { in parse()
58 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro958 if (!isprint(c) || isquote(c)) in do_core_note()