Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2822 … bool leftFlanking; /// whether the delimiter is left-flanking, as defined by the CommonMark spec member
4812 …const leftFlanking = (rightC != '\0' && !isspace(rightC)) && (!ispunct(rightC) || leftC == '\0' ||… in highlightText() local