Searched refs:paren_depth (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dparser-defs.h199 extern int paren_depth;
H A Dm2-exp.y857 paren_depth++;
862 if (paren_depth == 0)
864 paren_depth--;
869 if (comma_terminates && paren_depth == 0)
H A Djv-exp.y944 paren_depth++;
949 if (paren_depth == 0)
951 paren_depth--;
956 if (comma_terminates && paren_depth == 0)
H A Dm2-exp.c2372 paren_depth++;
2377 if (paren_depth == 0)
2379 paren_depth--;
2384 if (comma_terminates && paren_depth == 0)
H A Dobjc-exp.y1329 paren_depth++;
1334 if (paren_depth == 0)
1336 paren_depth--;
1341 if (comma_terminates && paren_depth == 0)
H A Dp-exp.y1157 paren_depth++;
1162 if (paren_depth == 0)
1164 paren_depth--;
1169 if (comma_terminates && paren_depth == 0)
H A Dc-exp.y1417 paren_depth++;
1422 if (paren_depth == 0)
1424 paren_depth--;
1430 && paren_depth == 0
H A Djv-exp.c2334 paren_depth++;
2339 if (paren_depth == 0)
2341 paren_depth--;
2346 if (comma_terminates && paren_depth == 0)
H A Dparse.c97 int paren_depth;
1052 paren_depth = 0;
95 int paren_depth; variable
H A Dc-exp.c3072 paren_depth++;
3077 if (paren_depth == 0)
3079 paren_depth--;
3085 && paren_depth == 0
H A Dobjc-exp.c2995 paren_depth++;
3000 if (paren_depth == 0)
3002 paren_depth--;
3007 if (comma_terminates && paren_depth == 0)
H A Dp-exp.c2503 paren_depth++;
2508 if (paren_depth == 0)
2510 paren_depth--;
2515 if (comma_terminates && paren_depth == 0)

Completed in 133 milliseconds