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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp_parse.c73 isquote(int ch) function
112 } else if (isquote(*p)) {
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro
311 while (*token && (isspace(*token) || isquote(*token)))
316 while (n > 0 && (*p == '\n' || isspace(*p) || isquote(*p))) {

Completed in 99 milliseconds