Home
last modified time | relevance | path

Searched refs:isquote (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/boot/common/
HDinterp_parse.c73 isquote(int ch) in isquote() function
106 } else if (isquote(*p)) { in parse()
/NextBSD/contrib/dialog/
HDrc.c76 #define isquote(c) (c == '"' || c == '\'') macro
560 if (!isquote(value[0]) || !isquote(lastch(value)) in dlg_parse_rc()
/NextBSD/contrib/file/src/
HDreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro
765 if (!isprint(c) || isquote(c)) in do_core_note()