Lines Matching refs:nest_depth
3207 uint16_t nest_depth; member
3224 uint16_t nest_depth = 0; in scan_for_captures() local
3419 nest_depth++; in scan_for_captures()
3447 nest_depth--; in scan_for_captures()
3475 top_nest->nest_depth = nest_depth; in scan_for_captures()
3534 nest_depth--; in scan_for_captures()
3536 (top_nest-1)->nest_depth == nest_depth) top_nest --; in scan_for_captures()
3537 else top_nest->nest_depth = nest_depth; in scan_for_captures()
3601 nest_depth++; in scan_for_captures()
3772 if (top_nest != NULL && top_nest->nest_depth == nest_depth && in scan_for_captures()
3785 if (top_nest != NULL && top_nest->nest_depth == nest_depth) in scan_for_captures()
3797 if (nest_depth == 0) /* Unmatched closing parenthesis */ in scan_for_captures()
3802 nest_depth--; in scan_for_captures()
3807 if (nest_depth == 0) in scan_for_captures()