Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c654 size_t codeIndent = 0; in getCodeIndent() local
657 codeIndent++; in getCodeIndent()
660 return codeIndent; in getCodeIndent()
2234 size_t codeIndent = 0; in highlightText() local
2404 codeIndent = 0; // inline code is not indented in highlightText()
2482 size_t j = codeIndent; in highlightText()
2509 codeIndent = istart - iLineStart; // save indent count in highlightText()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d848 size_t codeIndent = 0; in getCodeIndent() local
851 codeIndent++; in getCodeIndent()
854 return codeIndent; in getCodeIndent()
4228 size_t codeIndent = 0; in highlightText() local
4511 codeIndent = 0; // inline code is not indented in highlightText()
4670 size_t j = codeIndent; in highlightText()
4706 codeIndent = istart - iLineStart; // save indent count in highlightText()