Searched refs:fontstack (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in88 @fontstack = ();
133 push @fontstack, "tt";
137 push @fontstack, "i";
183 $f = pop @fontstack;
187 if ($#fontstack < 0) { $fontswitch = "\\fR"; }
188 elsif ($fontstack[$#fontstack] eq "tt") { $fontswitch = "\\fB"; }
193 $f = pop @fontstack;
197 if ($#fontstack < 0) { $fontswitch = "\\fR"; }
198 elsif ($fontstack[
[all...]

Completed in 62 milliseconds