Lines Matching refs:why
129 all over your program whenever a bit is set, cleared, or checked. So why do
1666 # keep args unless they are numeric (XXX why?)
2034 So why have two labels to restart the loop? Because sometimes, it's easier to
2118 # _could_, but why make it even more complicated?)
3168 # as separators (which is why we escaped them in
4094 # Clever test. If you're a mathematician, it's obvious why this
5485 # XXX Okay... why'd we do that?
5917 try to diagnose why.
5943 my $why = shift;
5946 print_help(<<EOP) if $why == 1;
5951 print_help(<<EOP) if $why == 2;
5957 print_help(<<EOP) if $why != 4;
6720 # Hey, dumpit() formats a hash nicely, so why not use it?