Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DReaderExtendedLiteral.java223 boolean sawQuote = false; in readContent()
235 if (sawQuote) in readContent()
236 sawQuote = false; in readContent()
238 sawQuote = true; in readContent()
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dcutil.c2395 short sawQuote = 0; local
2485 sawQuote = 1;
2501 if (word->used <= 1 && !sawQuote) {
2509 if (word->used <= 1 && !sawQuote) {
2517 if (word->used <= 1 && !sawQuote) {
2534 if (word->used > 1 || sawQuote)