HomeSort by relevance Sort by last modified time
    Searched refs:prepdepth (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ldlex.l 71 static int prepdepth;
115 assert (prepdepth > 0);
116 if (prepstate[prepdepth - 1] == skip_if)
119 assert (prepdepth == 1);
123 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
124 if (prepstate[prepdepth - 1] == skip_if)
278 if (prepdepth >= MAX_PREPDEPTH)
282 prepstate[prepdepth++] = state;
289 if (prepdepth == 0)
292 --prepdepth;
    [all...]
ldlex.c 1146 static int prepdepth; variable
    [all...]

Completed in 136 milliseconds