Lines Matching refs:prepdepth
1048 static int prepdepth;
1366 assert (prepdepth > 0);
1367 if (prepstate[prepdepth - 1] == skip_if)
1370 assert (prepdepth == 1);
1381 { assert (prepdepth > 0);
1382 if (prepstate[prepdepth - 1] == skip_if)
2580 if (prepdepth >= MAX_PREPDEPTH)
2584 prepstate[prepdepth++] = state;
2591 if (prepdepth == 0)
2594 --prepdepth;
2596 return prepdepth == 0 ? INITIAL : IGNORE;