Searched refs:isquote (Results 1 – 3 of 3) sorted by relevance
71 isquote(int ch) in isquote() function112 } else if (isquote(*p)) { in parse()
86 #define isquote(c) ((c) == '"' || (c) == '\'') macro612 if (!isquote(value[0]) || !isquote(lastch(value)) in dlg_parse_rc()
57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro942 if (!isprint(c) || isquote(c)) in do_core_note()