Home
last modified time | relevance | path

Searched defs: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
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c68 #define isquote(c) ((c) == SQ || (c) == DQ) macro
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c322 isquote(int ch) in isquote() function
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c67 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro