Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dinterp_parse.c72 isquote(int ch) in isquote() function
111 } else if (isquote(*p)) { in parse()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c68 #define isquote(c) ((c) == SQ || (c) == DQ) macro
561 if (isquote(c)) { in str_to_sv()
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c67 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro
323 while (*token && (isspace(*token) || isquote(*token))) in match_entry()
328 while (n > 0 && (*p == '\n' || isspace(*p) || isquote(*p))) { in match_entry()
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c322 isquote(int ch) in isquote() function
361 } else if (isquote(*p)) { in parse()