/src/usr.bin/make/unit-tests/ |
opt-debug-for.mk | 12 # XXX: The "loop body" should print the nesting level as well. 15 # the "begin" and "end" events are not balanced and the nesting level
|
opt-debug-for.mk | 12 # XXX: The "loop body" should print the nesting level as well. 15 # the "begin" and "end" events are not balanced and the nesting level
|
opt-debug-for.mk | 12 # XXX: The "loop body" should print the nesting level as well. 15 # the "begin" and "end" events are not balanced and the nesting level
|
directive-if-nested.mk | 4 # .if directives is pre-allocated, any deeper nesting is reallocated.
|
directive-if-nested.mk | 4 # .if directives is pre-allocated, any deeper nesting is reallocated.
|
directive-if-nested.mk | 4 # .if directives is pre-allocated, any deeper nesting is reallocated.
|
varmod-match.mk | 193 # ( while parsing the pattern, starts a nesting level 194 # ) while parsing the pattern, ends a nesting level 195 # { while parsing the pattern, starts a nesting level 196 # } while parsing the pattern, ends a nesting level
|
varmod-match.mk | 193 # ( while parsing the pattern, starts a nesting level 194 # ) while parsing the pattern, ends a nesting level 195 # { while parsing the pattern, starts a nesting level 196 # } while parsing the pattern, ends a nesting level
|
varmod-match.mk | 193 # ( while parsing the pattern, starts a nesting level 194 # ) while parsing the pattern, ends a nesting level 195 # { while parsing the pattern, starts a nesting level 196 # } while parsing the pattern, ends a nesting level
|
varmod-edge.mk | 111 # counts for the nesting level and matches with the first closing brace. 126 # Again, the ( takes place in the nesting level, and there is no way to
|
varmod-edge.mk | 111 # counts for the nesting level and matches with the first closing brace. 126 # Again, the ( takes place in the nesting level, and there is no way to
|
/src/bin/ksh/ |
syn.c | 18 int start_token; /* token than began nesting (eg, FOR) */ 19 int start_line; /* line nesting began on */ 57 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state 722 if (nesting.start_token) { 723 c = nesting.start_token; 724 source->errline = nesting.start_line; 764 *save = nesting; 765 nesting.start_token = tok; 766 nesting.start_line = source->line; 773 nesting = *saved [all...] |
syn.c | 18 int start_token; /* token than began nesting (eg, FOR) */ 19 int start_line; /* line nesting began on */ 57 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state 722 if (nesting.start_token) { 723 c = nesting.start_token; 724 source->errline = nesting.start_line; 764 *save = nesting; 765 nesting.start_token = tok; 766 nesting.start_line = source->line; 773 nesting = *saved [all...] |
syn.c | 18 int start_token; /* token than began nesting (eg, FOR) */ 19 int start_line; /* line nesting began on */ 57 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state 722 if (nesting.start_token) { 723 c = nesting.start_token; 724 source->errline = nesting.start_line; 764 *save = nesting; 765 nesting.start_token = tok; 766 nesting.start_line = source->line; 773 nesting = *saved [all...] |
/src/usr.bin/mail/ |
support.c | 429 int nesting = 1; local in function:skip_comment 431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) { 438 nesting++; 441 nesting--;
|
support.c | 429 int nesting = 1; local in function:skip_comment 431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) { 438 nesting++; 441 nesting--;
|
support.c | 429 int nesting = 1; local in function:skip_comment 431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) { 438 nesting++; 441 nesting--;
|
names.c | 98 int nesting = 0; local in function:yankword 103 nesting++; 106 --nesting; 109 if (nesting <= 0)
|
names.c | 98 int nesting = 0; local in function:yankword 103 nesting++; 106 --nesting; 109 if (nesting <= 0)
|
names.c | 98 int nesting = 0; local in function:yankword 103 nesting++; 106 --nesting; 109 if (nesting <= 0)
|
mime_decode.c | 150 int nesting; local in function:get_param 167 nesting = 1; 168 while (nesting > 0 && *++cp) { 172 nesting++; 174 nesting--;
|
mime_decode.c | 150 int nesting; local in function:get_param 167 nesting = 1; 168 while (nesting > 0 && *++cp) { 172 nesting++; 174 nesting--;
|
mime_decode.c | 150 int nesting; local in function:get_param 167 nesting = 1; 168 while (nesting > 0 && *++cp) { 172 nesting++; 174 nesting--;
|
/src/tests/usr.bin/indent/ |
t_errors.sh | 329 'error: code.c:1: Statement nesting error' \ 342 'error: code.c:1: Statement nesting error' \ 383 error: code.c:4: Statement nesting error
|
t_errors.sh | 329 'error: code.c:1: Statement nesting error' \ 342 'error: code.c:1: Statement nesting error' \ 383 error: code.c:4: Statement nesting error
|