Lines Matching refs:option
84 option, variable
171 option |= HOGFACTOR; in main()
174 option |= IORW; in main()
177 option |= KCOREMIN; in main()
180 option |= MEANSIZE; in main()
186 option |= SEPTIME; in main()
189 option |= CPUFACTOR; in main()
495 if(option & SEPTIME) in printhd()
497 if(option & IORW){ in printhd()
501 if(option & CPUFACTOR) in printhd()
503 if(option & HOGFACTOR) in printhd()
505 if(!option || (option & MEANSIZE)) in printhd()
507 if(option & KCOREMIN) in printhd()
511 if(option & SEPTIME) { in printhd()
516 if(option & IORW) { in printhd()
520 if(option & CPUFACTOR) in printhd()
522 if(option & HOGFACTOR) in printhd()
524 if(!option || (option & MEANSIZE)) in printhd()
526 if(option & KCOREMIN) in printhd()
570 if(option & SEPTIME) { in println()
575 if(option & IORW) in println()
577 if(option & CPUFACTOR) in println()
579 if(option & HOGFACTOR) in println()
581 if(!option || (option & MEANSIZE)) in println()
583 if(option & KCOREMIN) in println()