Home
last modified time | relevance | path

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

/titanic_51/usr/src/boot/sys/boot/common/
H A Dinterp_parse.c73 isquote(int ch) in isquote() function
/titanic_51/usr/src/tools/ndrgen/
H A Dndr_lex.c64 #define isquote(c) ((c) == SQ || (c) == DQ) macro
/titanic_51/usr/src/common/ficl/emu/
H A Dloader_emu.c333 isquote(int ch) in isquote() function
/titanic_51/usr/src/cmd/modload/
H A Ddrvsubr.c64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro