Home
last modified time | relevance | path

Searched refs:isquote (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/common/
H A Dinterp_parse.c71 isquote(int ch) in isquote() function
112 } else if (isquote(*p)) { in parse()
/freebsd/contrib/file/src/
H A Dreadelf.c58 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro
958 if (!isprint(c) || isquote(c)) in do_core_note()