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

/freebsd-10.0-release/sys/boot/common/
H A Dinterp_parse.c73 isquote(int ch) function
106 } else if (isquote(*p)) {
/freebsd-10.0-release/contrib/dialog/
H A Drc.c76 #define isquote(c) (c == '"' || c == '\'') macro
560 if (!isquote(value[0]) || !isquote(lastch(value))
/freebsd-10.0-release/contrib/file/
H A Dreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro
754 if (!isprint(c) || isquote(c))

Completed in 237 milliseconds