Searched refs:point (Results 1 - 25 of 87) sorted by relevance

1234

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dpoint.c37 point(short xi, short yi) { function
H A Dllib-l30066 /*point.c*/
67 void point(short, short);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dpoint.c37 point(short xi, short yi) function
H A Dllib-l300s66 /*point.c*/
67 void point(short, short);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dpoint.c36 point(short xi, short yi) function
H A Dllib-l45066 /*point.c*/
67 void point(short, short);
/osnet-11/usr/src/lib/libplot/plot/common/
H A Dpoint.c38 point(short xi, short yi) function
H A Dllib-lplot44 void point(short, short);
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dpoint.c37 point(short xi, short yi) function
H A Dllib-l401466 /*point.c*/
67 void point(short, short);
/osnet-11/usr/src/lib/libplot/
H A Dplot.h48 extern void point(short, short);
66 extern void point();
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dllib-lvt066 /*point.c*/
67 void point(short, short);
H A Dpoint.c38 point(short xi, short yi) function
/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.s42 * we'll be jumping directy to it's main entry point. In any case,
57 movq %rsi, %rbx / Brand app entry point in %rbx
58 subq $8, %rax / Top of stack - must point at argc
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s42 * we'll be jumping directy to it's main entry point. In any case,
57 movl 8(%esp), %ebx / Brand app entry point in %ebx
58 subl $4, %eax / Top of stack - must point at argc
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Drunexe.s44 * we'll be jumping directy to it's main entry point. In any case,
75 jmp %o1 ! jump to the target processes entry point
/osnet-11/usr/src/lib/libplot/plot/
H A DMakefile.com32 point.o putsi.o space.o
/osnet-11/usr/src/lib/libplot/t300/
H A DMakefile.com32 point.o space.o subr.o
/osnet-11/usr/src/lib/libplot/t300s/
H A DMakefile.com32 point.o space.o subr.o
/osnet-11/usr/src/lib/libplot/t4014/
H A DMakefile.com32 point.o space.o subr.o
/osnet-11/usr/src/lib/libplot/t450/
H A DMakefile.com32 point.o space.o subr.o
/osnet-11/usr/src/lib/libplot/vt0/
H A DMakefile.com32 point.o space.o subr.o
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm96 code code point with at least four hexdigits
281 With a B<code point argument> charblock() returns the I<block> the character
287 If supplied with an argument that can't be a code point, charblock() tries
290 I<start-of-range>, I<end-of-range> code point pairs. You can test whether a
291 code point is in a range using the L</charinrange> function. If the
344 With a B<code point argument> charscript() returns the I<script> the
349 If supplied with an argument that can't be a code point, charscript() tries
352 I<start-of-range>, I<end-of-range> code point pairs. You can test whether a
353 code point is in a range using the L</charinrange> function. If the
406 as the keys, and the code point range
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.pm29 the byte code and insert it into the compiled code at the appropriate point.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t167 # Harness will report missing test results at this point.
462 while (my ($point, $bearing) = each %compass) {
463 $header .= "#define $point $bearing\n"
616 while (my ($point, $bearing) = each %compass) {
617 $test_body .= "'$point' => $bearing, "
625 while (my ($point, $bearing) = each %compass) {
626 my $val = eval $point;
628 print "# $point: \$@='$@'\n";
631 print "# $point: \$val=undef\n";
634 print "# $point
[all...]

Completed in 85 milliseconds

1234