Home
last modified time | relevance | path

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

/linux/scripts/
H A Dunifdef.c558 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0'; in flushline() local
559 if (blankline && compblank && blankcount != blankmax) { in flushline()
567 blankmax = blankcount = blankline ? blankcount + 1 : 0; in flushline()
/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py259 blankline = "\n" variable in RestFormat
562 blankline = "" variable in ManFormat