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

  /external/elfutils/src/
ldlex.l 54 static int prepdepth;
98 assert (prepdepth > 0);
99 if (prepstate[prepdepth - 1] == skip_if)
102 assert (prepdepth == 1);
106 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
107 if (prepstate[prepdepth - 1] == skip_if)
260 if (prepdepth >= MAX_PREPDEPTH)
264 prepstate[prepdepth++] = state;
271 if (prepdepth == 0)
274 --prepdepth;
    [all...]
ldlex.c 1048 static int prepdepth; variable
    [all...]

Completed in 63 milliseconds