Searched refs:fontswitch (Results 1 - 1 of 1) sorted by path

/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in187 if ($#fontstack < 0) { $fontswitch = "\\fR"; }
188 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }
189 else { $fontswitch = "\\fI"; }
190 print MANOUT "$fontswitch";
197 if ($#fontstack < 0) { $fontswitch = "\\fR"; }
198 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }
199 else { $fontswitch = "\\fI"; }
200 print MANOUT "$fontswitch";

Completed in 136 milliseconds