Searched defs:isquote (Results 1 - 3 of 3) sorted by path

/freebsd-10.0-release/contrib/dialog/
H A Drc.c76 #define isquote(c) (c == '"' || c == '\'') macro
/freebsd-10.0-release/contrib/file/
H A Dreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro
/freebsd-10.0-release/sys/boot/common/
H A Dinterp_parse.c73 isquote(int ch) function

Completed in 120 milliseconds