Home
last modified time | relevance | path

Searched refs:in_quote1 (Results 1 – 1 of 1) sorted by last modified time

/dports/lang/gnu-apl/apl-1.8/src/
H A DUCS_string.cc693 bool in_quote1 = false; in double_quote_count() local
700 if (!in_quote2) in_quote1 = ! in_quote1; in double_quote_count()
704 if (!in_quote1) in double_quote_count()
717 if (!(in_quote1 || in_quote2)) return count; in double_quote_count()
729 bool in_quote1 = false; in double_quote_first() local
737 if (!in_quote2) in_quote1 = ! in_quote1; in double_quote_first()
741 if (!in_quote1) return s; in double_quote_first()
750 if (in_quote1 || in_quote2) ; // ignore # and ⍝ in atrings in double_quote_first()
766 bool in_quote1 = false; in double_quote_last() local
774 if (!in_quote2) in_quote1 = ! in_quote1; in double_quote_last()
[all …]