Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ndrgen/
H A Dndr_lex.c64 #define isquote(c) ((c) == SQ || (c) == DQ) macro
556 if (isquote(c)) { in str_to_sv()
/titanic_44/usr/src/cmd/modload/
H A Ddrvsubr.c64 #define isquote(c) (((c) == '"') || ((c) == '\'')) macro
311 while (*token && (isspace(*token) || isquote(*token))) in match_entry()
316 while (n > 0 && (*p == '\n' || isspace(*p) || isquote(*p))) { in match_entry()