Searched defs:isquote (Results 1 - 4 of 4) 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/tools/ndrgen/
H A Dndr_lex.c64 #define isquote(c) ((c) == SQ || (c) == DQ) macro
556 if (isquote(c)) {
/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))) {
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c333 isquote(int ch) function
372 } else if (isquote(*p)) {

Completed in 68 milliseconds