Searched refs:thislevel (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/gzip/
H A Dunpack.c251 int thislevel, thiscode, thisbyte, inlevelindex; local
264 thislevel = 0;
279 if (thiscode >= unpackd->inodesin[thislevel]) {
281 thiscode - unpackd->inodesin[thislevel];
282 if (inlevelindex > unpackd->symbolsin[thislevel])
286 &(unpackd->tree[thislevel][inlevelindex]);
295 thislevel = 0; thiscode = 0;
297 thislevel++;
298 if (thislevel > unpackd->treelevels)
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c2712 int thislevel = 0;
2727 thislevel = 1;
2730 if (thislevel_only && !thislevel)
2743 if (thislevel)
2700 int thislevel = 0; local

Completed in 156 milliseconds