Home
last modified time | relevance | path

Searched refs:isquote (Results 1 – 3 of 3) 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/dialog/
H A Drc.c86 #define isquote(c) ((c) == '"' || (c) == '\'') macro
612 if (!isquote(value[0]) || !isquote(lastch(value)) in dlg_parse_rc()
/freebsd/contrib/file/src/
H A Dreadelf.c57 #define isquote(c) (strchr("'\"`", (c)) != NULL) macro
942 if (!isprint(c) || isquote(c)) in do_core_note()