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

/netbsd-current/usr.bin/gzip/
H A Dunpack.c255 int thislevel, thiscode, thisbyte, inlevelindex; local
268 thislevel = 0;
285 if (thiscode >= unpackd->inodesin[thislevel]) {
287 thiscode - unpackd->inodesin[thislevel];
288 if (inlevelindex > unpackd->symbolsin[thislevel])
292 &(unpackd->tree[thislevel][inlevelindex]);
301 thislevel = 0; thiscode = 0;
303 thislevel++;
304 if (thislevel > unpackd->treelevels)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4153 bool thislevel = false;
4168 thislevel = true;
4171 if (thislevel_only && !thislevel)
4184 if (thislevel)
4135 bool thislevel = false; local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4217 bool thislevel = false;
4232 thislevel = true;
4235 if (thislevel_only && !thislevel)
4248 if (thislevel)
4199 bool thislevel = false; local

Completed in 291 milliseconds