Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dinterp_parse.c77 isquote(int ch) in isquote() function
/netbsd-src/external/bsd/file/dist/src/
H A Dreadelf.c63 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro