OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brace_depth
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-tcl.c
248
static int
brace_depth
;
variable
253
int previous_depth =
brace_depth
;
254
brace_depth
= 1;
261
brace_depth
= previous_depth;
275
++
brace_depth
;
277
--
brace_depth
;
282
++
brace_depth
;
285
if (--
brace_depth
== 0)
305
--
brace_depth
;
309
++
brace_depth
;
[
all
...]
/src/external/bsd/flex/dist/src/
scan.l
168
int
brace_depth
=0, brace_start_line=0;
183
brace_depth
= 1;
288
if( --
brace_depth
== 0){
296
brace_depth
++;
initscan.c
2223
int
brace_depth
=0, brace_start_line=0;
variable
2314
brace_depth
= 1;
2514
if( --
brace_depth
== 0){
2524
brace_depth
++;
/src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc
3759
unsigned
brace_depth
= 0;
3773
&& !
brace_depth
&& !paren_depth && !square_depth && !condop_depth)
3797
if (!
brace_depth
)
3802
++
brace_depth
;
3805
if (!
brace_depth
--)
3810
if (!
brace_depth
)
3815
if (!
brace_depth
&& !paren_depth--)
3824
if (!
brace_depth
&& !paren_depth && !square_depth)
3829
if (!
brace_depth
&& !paren_depth && !square_depth && condop_depth > 0)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
parser.cc
3963
unsigned
brace_depth
= 0;
3977
&& !
brace_depth
&& !paren_depth && !square_depth && !condop_depth)
4001
if (!
brace_depth
)
4006
++
brace_depth
;
4009
if (!
brace_depth
--)
4014
if (!
brace_depth
)
4019
if (!
brace_depth
&& !paren_depth--)
4028
if (!
brace_depth
&& !paren_depth && !square_depth)
4033
if (!
brace_depth
&& !paren_depth && !square_depth && condop_depth > 0)
[
all
...]
Completed in 133 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026