Lines Matching defs:quote
673 if (READLABELP(object->data.quote))
674 object->data.quote =
675 LispReadLabelCircle(object->data.quote, info);
677 object = object->data.quote;
1052 LispObj *quote = LispDoRead(info), *result;
1054 if (INVALIDP(quote))
1057 result = QUOTE(quote);
1111 int ch, length, backslash, size, quote, unreadable, collon;
1115 backslash = quote = unreadable = collon = 0;
1122 quote = ch;
1133 quote = ch;
1152 if (quote) {
1153 /* if quote, file ended with an open quoted object */
1165 if (quote == '"') {
1175 else if (ch == quote)
1177 else if (!quote && !backslash) {
1228 else if (quote == '"')
1241 else if (quote == '|' || (unreadable && !collon)) {
2039 feature = feature->data.quote;