Searched defs:isquote (Results 1 - 4 of 4) sorted by relevance

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

Completed in 64 milliseconds