Home
last modified time | relevance | path

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

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