Home
last modified time | relevance | path

Searched defs:atParagraphStart (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2824 bool atParagraphStart; /// whether the delimiter is at the start of a paragraph member
4853 const atParagraphStart = leadingBlank && iParagraphStart >= iLineStart; in highlightText() local