Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ndrgen/
H A Dndr_lex.c64 #define isquote(c) ((c) == SQ || (c) == DQ) macro
/titanic_50/usr/src/cmd/modload/
H A Ddrvsubr.c64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro