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

  /external/elfutils/src/src/
ldlex.l 63 static int prepdepth;
107 assert (prepdepth > 0);
108 if (prepstate[prepdepth - 1] == skip_if)
111 assert (prepdepth == 1);
115 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
116 if (prepstate[prepdepth - 1] == skip_if)
270 if (prepdepth >= MAX_PREPDEPTH)
274 prepstate[prepdepth++] = state;
281 if (prepdepth == 0)
284 --prepdepth;
    [all...]
ldlex.c 1139 static int prepdepth; variable
    [all...]

Completed in 187 milliseconds