Home | History | Annotate | Download | only in mantools

Lines Matching refs:IP

63 	print "$delim .IP \"\\fB$name ($defval_text{$name})\\fR\"\n";
81 $block =~ s/<\/dl>/\n.RE\n.IP ""\n/g;
82 $block =~ s/<\/ul>/\n.RE\n.IP ""\n/g;
85 $block =~ s/<li>\s*/\n.IP \\(bu\n/g;
86 $block =~ s/<dt>\s*/\n.IP "/g;
103 $block =~ s/\.IP ""\n(\.sp\n)+/.IP ""\n/g;
104 $block =~ s/\.IP ""\n(\.[A-Z][A-Z])/\1/g;
105 $block =~ s/(.IP ""\n)+$//;
107 #$wantpp = !($block =~ /^\.(SH|IP)/);
120 print "$delim .IP \"\\fB$name ($defval)\\fR\"\n";
206 if ($incomment == 2 && /^(\/\*|#) +\.IP ""/) {
227 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
235 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fI([a-zA-Z0-9_]+)\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {