Lines Matching refs:text

51 # quotes to use for C<> text, designated by @LQOUTE@ and @RQUOTE@.  $PREAMBLE
66 .de Vb \" Begin verbatim text
71 .de Ve \" End verbatim text
345 # Figure out what quotes we'll be using for C<> text.
497 my ($text, $line, $paragraph) = @_;
500 $text =~ s/\n+\z//;
501 $text = " $text" if ($text =~ /^\S/);
502 warn qq($file:$line: Unknown command paragraph "=$command$text"\n);
526 # Called for a regular text block. Gets the paragraph, the line number, and a
536 my $text = shift;
537 $text = $self->parse ($text, @_);
538 $text =~ s/\n\s*$/\n/;
550 $self->output (protect $self->textmapfonts ($text));
556 # returns a reference to a scalar. This scalar is the final formatted text.
558 # above us know that the text has already been processed.
564 # this code is nested inside an L<> code, return the literal raw text of
608 my ($text, $type) = (parselink ($_))[1,4];
609 return '' unless $text;
611 $text = $self->parse ($text, $line);
612 $text = '<' . $text . '>' if $type eq 'url';
613 return [ $text ];
774 $type = /^\*\s*\Z/ ? 'bullet' : 'text';
829 # it switched back to normal text rather than bold. We take care of this by
866 # around this, use a separate textmapfonts for text blocks where the default
893 # Takes a parse tree, a flag saying whether or not to treat it as literal text
895 # things up for *roff, and returns the concatenation of all of the text
906 # require plain text and don't understand *roff markup. We still need to
931 # Takes a text block to perform guesswork on; this is guaranteed not to
932 # contain any formatting codes. Returns the text block with remapping done.
1007 # Handles C<> text, deciding whether to put \*C` around it or not. This is a
1035 # If we didn't return, go ahead and quote the text.
1077 # Output text to the output device.
1095 # quotes around C<> text, since they may expand to " and if they do this
1220 The fixed-width font to use for vertabim text and code. Defaults to CW.
1252 Sets the quote marks used to surround CE<lt>> text. If the value is a
1259 marks are added around CE<lt>> text (but the font is still changed for troff
1350 unmarked text appropriately, and sometimes it isn't wanted (particularly