Home
last modified time | relevance | path

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

/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeutil.cpp367 int IsQuoteChar(const char* s) { in IsQuoteChar() function
395 if(IsQuoteChar(ptr)) in is_quote()
400 while (*ptr && !IsQuoteChar(ptr) && in is_quote()
405 if ((ptr < endptr) && IsQuoteChar(ptr)) in is_quote()
452 if (IsQuoteChar(ptr) || (*ptr == CR) || !*ptr) in is_quote2()
534 if(IsQuoteChar(&buf[i])) in quotecolor()
581 while (!IsQuoteChar(lp)) lp++; in GetQuotestr()
582 while (IsQuoteChar(lp)) lp++; in GetQuotestr()
H A Dgeprot.h463 int IsQuoteChar(const char* s);
H A Dgetpls.cpp799 if(not IsQuoteChar(ptr)) { in TemplateToText() local
802 if(IsQuoteChar(ptr)) in TemplateToText()