Lines Matching refs:LH
57 open(my $LH, "> $limith") or die "can't open $limith";
81 for my $fh ($H, $LH) {
130 print $LH <<EOF
144 print $LH "#define CCS_L_FL_SAME_REG " . bit_def(0) . "\n\n";
146 print $LH <<EOF
349 print $LH tabconv sprintf "#define %-63s%s\n",
408 print $LH tabconv sprintf "#define %-63s%s\n",
423 print $LH tabconv sprintf "#define %-63s%s\n", "CCS_L_LAST", $limitcount;
425 print $LH "\n#endif /* __${uc_limith}__ */\n";
434 close($LH);