Searched refs:here (Results 51 - 75 of 134) sorted by relevance

123456

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfsync.c147 f->here -= (f->endb-f->next);
150 (void)SFSK(f,f->here,SEEK_SET,f->disc);
H A Dsfclose.c128 f->here = 0;
H A Dsfread.c73 f->here += n;
H A Dsfwrite.c78 f->here += n;
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s29 ! Bootstrap routine for alias ld.so. Control arrives here either directly
146 ! Call the startup function to get the real loader in here.
242 ! During construction -- the assembly output of _rtld.c2s is placed here.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader251 * Any changes here will be lost!
340 * Any changes here will be lost!
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t101 #'now set it back (tick here fixes vim syntax highlighting ;)
H A DConstant.t74 # Can't get here.
356 # Having this qw( in the here doc confuses cperl mode far too much to be
412 my $here;
415 $here = $dummytest;
420 $dummytest - $here];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib_pm.PL194 For each directory in LIST (called $dir here) the lib module also
213 For each directory in LIST (called $dir here) the lib module also
H A Dinteger.pm17 This tells the compiler to use integer operations from here to the end
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtview.c89 if(!dt->walk || obj != _DTOBJ(dt->walk->data->here, dt->walk->disc->link) )
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.s31 mov 4(%esp), %ecx / src string here
109 add $0x01010101, %ecx / restore registers here
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s83 bz,a %ncc, .bytepad ! yes, at least one byte to pad here
159 ! here there is a least one more byte to zero out: otherwise we would
173 ! here we know that there at least another 8 bytes to pad, since
174 ! we don't get here unless there were >= 16 bytes to pad to begin
264 ba .done ! here n must be zero, we are done
H A Dstrlcpy.s169 add %i2, %g4, %i2 ! we want a single dst pointer here
171 add %i3, %g4, %i3 ! we want a single src pointer here
232 ! here: %i1 points to src start
330 ! here: %i3 points to current src byte
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL7 # List explicitly here the variables you want Configure to
239 of variation here, however; some systems (like Solaris) use 4 for file
284 For those not sure of the proper layout of a man page, here are some notes
383 errno, a full list of the possible errno values should be given here.
455 instructions here.
457 If the package has a web site, include a URL here.
487 a modification log here. If the log gets overly long or detailed,
509 As documented here and in L<Pod::Man>, you can safely leave Perl variables,
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c137 long here; member in struct:Save
553 seekdir(this->fd, this->here);
892 sp->here = telldir(sp->fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc247 # The checks here are loosened a bit to allow BigInt or BigFloats to pass
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c798 * here backwards.
1146 here(fcode_env_t *env) function
1998 char *next, *dest, *here = ""; local
2001 here = env->input->scanptr;
2002 while (*here == env->input->separator) here++;
2003 next = strchr(here, env->input->separator);
2005 len = next - here;
2008 len = strlen(here);
2009 next = here
[all...]
H A Dinterface.c231 env->here = src->base - (uchar_t *)src + env->base;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm89 probably use 0666 here. (See L<perlfunc/umask>.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm89 probably use 0666 here. (See L<perlfunc/umask>.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm92 probably use 0666 here. (See L<perlfunc/umask>.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dnetent.pm119 This seems a bug, but here's how to deal with it:
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcdio.c64 (f->here%di->dio.d_miniosz) == 0 && n >= di->dio.d_miniosz )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm753 _failmsg qq{Missing here doc terminator ('$label') after "} .
1776 =head2 C<extract_quotelike> and "here documents"
1778 C<extract_quotelike> can successfully extract "here documents" from an input
1781 Unlike other types of quote-like literals, a here document is rarely
1783 here document might look like this:
1793 the two separate pieces of the here document are successfully extracted and
1802 "<<'EOMSG'\nThis is the message.\nEOMSG\n" (i.e. the full extracted here document,
1819 "'EOMSG'" (i.e. the left delimiter of the here document, including any quotes),
1823 "This is the message.\n" (i.e. the text of the here document),
1827 "EOMSG" (i.e. the right delimiter of the here documen
[all...]

Completed in 55 milliseconds

123456