Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2485 …fer buf, ref size_t i, ref MarkdownList[] nestedLists, ref int quoteLevel, out int quoteMacroLevel) in endAllListsAndQuotes() argument
2487 quoteMacroLevel = 0; in endAllListsAndQuotes()
4215 int quoteMacroLevel = 0; in highlightText() local
4283 endAllListsAndQuotes(buf, i, nestedLists, quoteLevel, quoteMacroLevel); in highlightText()
4304 quoteMacroLevel = 0; in highlightText()
4403 if (!quoteMacroLevel) in highlightText()
4404 quoteMacroLevel = macroLevel; in highlightText()
4534 … i += endAllListsAndQuotes(buf, iLineStart, nestedLists, quoteLevel, quoteMacroLevel); in highlightText()
4700 … const delta = endAllListsAndQuotes(buf, iLineStart, nestedLists, quoteLevel, quoteMacroLevel); in highlightText()
4736 … i += endAllListsAndQuotes(buf, iLineStart, nestedLists, quoteLevel, quoteMacroLevel); in highlightText()
[all …]