Home
last modified time | relevance | path

Searched refs:DQUOTE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DListParser.java61 private static final char DQUOTE = /* NOI18N */ '"'; field in ListParser
209 } else if (list < buf.length && buf[list] == DQUOTE) { in findElement()
310 case DQUOTE: in findElement()
652 (buf[p] == DQUOTE) || (buf[p] == 0)) { in scanElement()
777 case DQUOTE: in convertElement()
949 case DQUOTE: in quote()
973 dst[p++] = DQUOTE; in quote()
977 case DQUOTE: in quote()
1006 dst[p++] = DQUOTE; in quote()
/titanic_41/usr/src/cmd/sh/
H A Dmacro.c152 case DQUOTE: in skipto()
153 skipto(DQUOTE); in skipto()
399 else if (d == DQUOTE && trimflag)
587 while (c = (getch(DQUOTE, 0))) /* read characters from here document in subst()
H A Dsym.h66 #define DQUOTE '"' macro