Searched refs:osb_depth (Results 1 – 4 of 4) sorted by relevance
722 #define CURRENT_OSB(C) (C)->osb_number [(C)->osb_depth]742 int osb_depth; /* Current depth of [ in an expression */ member
2193 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--;
5389 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--;
9906 (struct parser_ctxt): New fields osb_depth, osb_limit.