Home
last modified time | relevance | path

Searched refs:osb_depth (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.h722 #define CURRENT_OSB(C) (C)->osb_number [(C)->osb_depth]
742 int osb_depth; /* Current depth of [ in an expression */ member
Dparse.y2193 ctxp->osb_depth = -1;
2196 else if (ctxp->osb_depth+1 == ctxp->osb_limit)
2208 ctxp->osb_depth++;
2655 if (ctxp->osb_depth < 0)
2659 ctxp->osb_depth--;
Dparse.c5389 ctxp->osb_depth = -1; in yyparse()
5392 else if (ctxp->osb_depth+1 == ctxp->osb_limit) in yyparse()
5404 ctxp->osb_depth++; in yyparse()
6220 if (ctxp->osb_depth < 0)
6224 ctxp->osb_depth--;
DChangeLog9906 (struct parser_ctxt): New fields osb_depth, osb_limit.