Home | History | Annotate | Download | only in compress

Lines Matching defs:oreg

206 	int exists, isreg, oreg;
213 oreg = !exists || S_ISREG(sb.st_mode);
215 oreg = 0;
239 oreg <<= 1;
261 if (isreg && oreg) {
292 if (oreg == 2)
304 int exists, isreg, oreg;
311 oreg = !exists || S_ISREG(sb.st_mode);
313 oreg = 0;
346 oreg <<= 1;
370 if (isreg && oreg) {
380 if (oreg == 2)