Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py259 blankline = "\n" global() variable in RestFormat
562 blankline = "" global() variable in ManFormat
/linux/scripts/
H A Dunifdef.c558 bool blankline = tline[strspn(tline, " \t\r\n")] == '\0'; in flushline() local