Lines Matching defs:blank
6 * The option '-badp' forces a blank line between the first set of declarations
7 * in a function and the next comment or statement. It produces a blank line
12 /* An empty function body does not need a blank line. */
25 /* If an empty function body already has a blank line, it is kept. */
28 blank(void)
81 * A function body with a declaration and a statement gets a blank line between
106 /* If there already is a blank line in the right place, it is kept. */
122 /* Additional blank lines are kept. To remove them, see the '-sob' option. */
141 * The blank line is only inserted at the top of a function body, not in nested
172 * add a blank line after them.
271 /* Combining -bad and -badp only adds a single blank line. */