Lines Matching defs:block
6 * C11 distinguishes block comments and end-of-line comments. Indent further
7 * distinguishes box comments that are a special kind of block comments.
24 * - block comment starting with '/' '*' '-'
25 * - block comment starting with '/' '*' '*'
26 * - block comment starting with '/' '*' '\n'
29 * - block comment starting with '/' '*' 'x', so without leading space
31 * - block/end-of-line comment to the right of a label
32 * - block/end-of-line comment to the right of code
33 * - block/end-of-line comment to the right of label with code
137 * The other Christmas tree is a standalone block comment, therefore the
170 * The other Christmas tree is a standalone block comment, therefore the
441 /* This is a traditional C block comment. */
468 /* This is a traditional C block comment. */
502 /* This is a traditional C block comment. */
527 /* This is a traditional C block comment. */
705 /* $ recognize the continuation lines as continued comments. For block */
989 * Test for an edge cases in comment handling, having a block comment inside
995 /* block comment */
1130 int block; /* comment line 1
1139 int block; /* comment line 1 comment line 2 */