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