Home | History | Annotate | Download | only in printer

Lines Matching refs:BREAK

43 	noExtraLinebreak                   // disables extra line break after /*-style comment
362 break
380 // separate with at least one line break
414 break
435 // make sure there is at least one line break
442 // use formfeeds to break columns before a comment;
663 // without a line break after the last line
675 // writeCommentSuffix writes a line break after a comment if indicated
676 // and processes any leftover indentation information. If a line break
677 // is needed, the kind of break (newline vs formfeed) depends on the
691 // if we need a line break, keep exactly one
706 // make sure we have a line break
744 // ensure that there is a line break after a //-style comment,
775 // A line break immediately followed by a "correcting"
778 // the line break and the label, the unindent is not
922 case token.BREAK, token.CONTINUE, token.FALLTHROUGH, token.RETURN,