Lines Matching refs:code

32  * - block/end-of-line comment to the right of code
33 * - block/end-of-line comment to the right of label with code
133 * The first Christmas tree is to the right of the code, therefore the comment
134 * is moved to the code comment column; the follow-up lines of that comment
138 * comment starts in the code column.
166 * The first Christmas tree is to the right of the code, therefore the comment
167 * is moved to the code comment column; the follow-up lines of that comment
171 * comment starts in the code column.
623 * Comments to the right of code.
629 code(); /* code comment */
630 code(); /* code comment _________ to line length 78 */
631 code(); /* code comment __________ to line length 79 */
632 code(); /* code comment ___________ to line length 80 */
633 code(); /* code comment ____________ to line length 81 */
634 code(); /* code comment _____________ to line length 82 */
637 code(); /* code comment _________ to line length 78*/
638 code(); /* code comment __________ to line length 79*/
639 code(); /* code comment ___________ to line length 80*/
640 code(); /* code comment ____________ to line length 81*/
641 code(); /* code comment _____________ to line length 82*/
643 code(); /* short
645 * code
648 code(); /* long single-line code comment that is longer than the allowed line width */
650 code(); /* long multi-line code comment
654 code(); // C99 code comment
655 code(); // C99 code comment ________ to line length 78
656 code(); // C99 code comment _________ to line length 79
657 code(); // C99 code comment __________ to line length 80
658 code(); // C99 code comment ___________ to line length 81
659 code(); // C99 code comment ____________ to line length 82
666 code(); /* comment */
674 code(); /* code comment */
675 code(); /* code comment _________ to line length 78 */
676 code(); /* code comment __________ to line length 79
678 code(); /* code comment ___________ to line length 80
680 code(); /* code comment ____________ to line length 81
682 code(); /* code comment _____________ to line length
686 code(); /* code comment _________ to line length 78 */
687 code(); /* code comment __________ to line length 79
689 code(); /* code comment ___________ to line length 80
691 code(); /* code comment ____________ to line length 81
693 code(); /* code comment _____________ to line length
696 code(); /* short multi-line code comment */
698 code(); /* long single-line code comment that is
701 code(); /* long multi-line code comment that is longer
707 code(); // C99 code comment
708 code(); // C99 code comment ________ to line length 78
709 code(); // C99 code comment _________ to line length 79
710 code(); // C99 code comment __________ to line length 80
711 code(); // C99 code comment ___________ to line length 81
712 code(); // C99 code comment ____________ to line length 82
719 code(); /* comment */
800 * support these comments until 2021 and instead messed up the code in
850 * very basically. It messed up the following code, repeating the identifier
1124 * Line comments are only related to a code snippet if they are on the same