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

/freebsd-10.0-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-10.0-release/contrib/gcc/
H A Dc-decl.c2700 int thislevel = 0;
2715 thislevel = 1;
2718 if (thislevel_only && !thislevel)
2731 if (thislevel)
2688 int thislevel = 0; local

Completed in 178 milliseconds