Searched refs:text (Results 151 - 175 of 273) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libcmd/common/
H A Dcksum.c88 "[T:text?Read files in text mode (i.e., treat \b\\r\\n\b as \b\\n\b).]"
136 int text; /* \r\n == \n */ member in struct:State_s
197 if (state->text)
470 state.text = 0;
528 state.text = 1;
/osnet-11/usr/src/lib/libfru/libfru/
H A DnameSyntaxYacc.y88 if ( strcmp ($3->def->name, $1->def->enumTable[i].text) == 0 )
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dcdboot.S33 .text
H A Dstartup_raw.S30 .text
117 .text
/osnet-11/usr/src/grub/grub2/grub-core/boot/sparc64/ieee1275/
H A Ddiskboot.S23 .text
H A Dboot.S22 .text
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dview.c242 char *text = view->progress_message_text; local
244 if (! text)
257 /* Center the text. */
258 int text_width = grub_font_get_string_width (font, text);
262 grub_font_draw_string (text, font, color, x, y);
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/pc/
H A Dstartup.S50 .text
/osnet-11/usr/src/lib/common/amd64/
H A Dgcrt1.s69 .section .text
/osnet-11/usr/src/lib/common/i386/
H A Dfsr.s97 .section .text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DConfig.t109 bless(\(my $text), $_[0]);
H A Dutf8.pm48 program text in the current lexical scope (allow UTF-EBCDIC on EBCDIC based
50 the source text as literal bytes in the current lexical scope.
55 source text.
62 Until UTF-8 becomes the default format for source text, either this
78 Bytes in the source text that have their high-bit set will be treated
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm128 # - copy comments (look at real text with $^P?)
651 my @text;
653 push @text, $self->next_todo;
655 print $self->indent(join("", @text)), "\n" if @text;
877 my @text;
892 push @text, "\f".$self->const_sv($kid)->PV;
897 push @text, "\f".join(", ", @exprs)."\n" if @exprs;
900 return join("", @text) . "\f.";
957 my($text,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/x86_64/efi/
H A Dcallwrap.S36 .text
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiehandle.t85 @expect = (PRINT => $ob,"some","text");
89 @expect = (PRINTF => $ob,"%s","text");
93 $text = (@data = ("the line\n"))[0];
96 is($ln, $text);
151 @expect = (PRINT => $ob,"some","text");
160 @expect = (PRINT => $ob,"some","text");
224 $r = warn("some", "text", "\n");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm1 # Pod::Text::Termcap -- Convert POD data to ASCII text with format escapes.
10 # output the right termcap escape sequences for formatted text on the current
133 Pod::Text::Termcap - Convert POD data to ASCII text with format escapes
149 text using the correct termcap escape sequences for the current terminal.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm149 my($cmd,$out,$text) = @_;
150 print STDERR $cmd,($out ? '>>> ' : '<<< '), $cmd->debug_text($out,$text);
629 Returns the text message returned from the last command
678 the text being sent. The method should return the text to be printed
693 Sets the status code to 580 and the response text to 'Unsupported command'.
718 Unget a line of text from the server.
H A DNNTP.pm88 my $text = shift;
90 if((ref($nntp) and $nntp->code == 350 and $text =~ /^(\S+)/)
91 || ($text =~ /^(authinfo\s+pass)/io))
93 $text = "$1 ....\n"
96 $text;
747 Retrieve the header, a blank line, then the body (text) of the
789 text is returned. When selecting by message number within a group,
791 sending text.
920 each value contains the description text for the group.
951 match C<PATTERN> and each value is the description text fo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm590 separator). For example, C<\label{text}> becomes C<\label{Label_text}>.
989 # Store a copy of the raw text in case we are in a =for
1063 # With =for we will get the text for the full paragraph
1098 Verbatim text
1140 Plain text paragraph.
1446 # it into a real item header and some bold text.
1547 Output text to the output filehandle. This method must be always be called
1548 to output parsed text.
1550 $parser->_output($text);
1559 my $text
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex196 % that the text looks ok even though it passes the margin).
201 % surround any changed text. This approach does *not* work if the
223 % This is the space between the bar and the text.
669 % the text is small, which looks bad.
694 % manual), we don't worry about eating any user text.
699 % \baselineskip glue before it, and (when the next line of text is done)
792 % @exdent text....
793 % outputs text on separate line in roman font, starting at standard page margin
843 \def\lefttext{#1}% have only one text
855 % @include file insert text o
[all...]
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfru.h209 char *text; member in struct:__anon1665
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.S36 .text
141 .section ".text-physical", "ax"
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dsetjmp.S76 .text
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h186 u_int8_t text[0]; member in struct:rock_ridge::__anon314::SL::SL_component
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm82 in order to preserve text layout as much as possible.

Completed in 53 milliseconds

1234567891011