Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/common/
H A Dinterp_parse.c73 isquote(int ch) in isquote() function
/dflybsd-src/contrib/dialog/
H A Drc.c84 #define isquote(c) ((c) == '"' || (c) == '\'') macro
/dflybsd-src/contrib/file/src/
H A Dreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro