Lines Matching refs:prepdepth
1146 static int prepdepth; variable
1498 assert (prepdepth > 0);
1499 if (prepstate[prepdepth - 1] == skip_if)
1502 assert (prepdepth == 1);
1514 { assert (prepdepth > 0);
1515 if (prepstate[prepdepth - 1] == skip_if)
2849 if (prepdepth >= MAX_PREPDEPTH) in push_state()
2853 prepstate[prepdepth++] = state; in push_state()
2860 if (prepdepth == 0) in pop_state()
2863 --prepdepth; in pop_state()
2865 return prepdepth == 0 ? INITIAL : IGNORE; in pop_state()