Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2110 private int getMarkdownIndent(ref OutBuffer buf, size_t from, size_t to) in getMarkdownIndent() function
2983 const indent = getMarkdownIndent(buf, i + 1, iAfterSpaces); in handleSiblingOrEndingList()
3020 const delimiterIndent = getMarkdownIndent(buf, iLineStart, i); in parseUnorderedListItem()
3021 const contentIndent = getMarkdownIndent(buf, iLineStart, iContentStart); in parseUnorderedListItem()
3049 const delimiterIndent = getMarkdownIndent(buf, iLineStart, i); in parseOrderedListItem()
3050 const contentIndent = getMarkdownIndent(buf, iLineStart, iContentStart); in parseOrderedListItem()
4412 const indent = getMarkdownIndent(buf, iLineStart, i); in highlightText()