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

1234567891011>>

/osnet-11/usr/src/lib/libcurses/screen/
H A D_subpad.c17 * fields enclosed by brackets "[]" replaced with your own identifying
36 * software developed by the University of California, Berkeley, and its
49 subpad(WINDOW *win, int l, int nc, int by, int bx) argument
51 return (derwin(win, l, nc, by, bx));
H A Dmvwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
36 * software developed by the University of California, Berkeley, and its
50 mvwin(WINDOW *win, int by, int bx) argument
52 if ((by + win->_maxy) > LINES || (bx + win->_maxx) > COLS ||
53 by < 0 || bx < 0)
56 win->_begy = (short) by;
H A Dderwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
36 * software developed by the University of California, Berkeley, and its
52 * by, bx: coordinates for upper-left corner of the derived
57 derwin(WINDOW *orig, int num_lines, int nc, int by, int bx) argument
67 if (by < 0 || (by + num_lines) > orig->_maxy || bx < 0 ||
73 num_lines = orig->_maxy - by;
76 if ((win = _makenew(num_lines, nc, by + orig->_begy,
84 win->_pary = (short) by;
92 int hby = by;
[all...]
H A Dsubwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
36 * software developed by the University of California, Berkeley, and its
48 subwin(WINDOW *win, int l, int nc, int by, int bx) argument
50 return (derwin(win, l, nc, by - win->_begy, bx - win->_begx));
H A Dnewwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
36 * software developed by the University of California, Berkeley, and its
51 newwin(int nlines, int ncols, int by, int bx) argument
57 nlines = LINES - by;
61 if ((by < 0) || (bx < 0) || ((win = _makenew(nlines, ncols, by,
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
23 * Copyright (c) 1995, by Sun Microsystems, Inc.
34 * Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
53 mvwin(w, by, bx)
55 int by, bx;
61 __m_trace("mvwin(%p, %d, %d)", w, by, bx);
65 if (by < 0 || bx < 0)
70 if (lines < by + w->_maxy || columns < bx + w->_maxx)
74 if (parent->_begy + parent->_maxy < by + w->_maxy
81 dy = by
[all...]
H A Dgetwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
23 * Copyright (c) 1995, by Sun Microsystems, Inc.
34 * Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
81 int by, bx, my, mx; local
88 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4)
94 if ((w = newwin(my, mx, by, bx)) == (WINDOW *) 0)
98 by = fscanf(
103 if (by < 7)
109 by = fscanf( fp, "BG=%hx,%hd,%[^\n] ", &w->_bg._at, &w->_bg._co, mbs);
110 if (by <
[all...]
/osnet-11/usr/src/lib/libxcurses/src/tabs/
H A DMakefile17 # fields enclosed by brackets "[]" replaced with your own identifying
25 # Copyright (c) 1996, by Sun Microsystems, Inc.
34 # Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
71 @echo this tabs is not currently used by Solaris
/osnet-11/usr/src/lib/libxcurses/src/terminfo/
H A DMakefile17 # fields enclosed by brackets "[]" replaced with your own identifying
25 # Copyright (c) 1996, by Sun Microsystems, Inc.
32 @echo these terminfo entries are not currently used by Solaris
/osnet-11/usr/src/lib/libxcurses/src/tput/
H A DMakefile17 # fields enclosed by brackets "[]" replaced with your own identifying
25 # Copyright (c) 1996, by Sun Microsystems, Inc.
34 # Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
70 @echo this tput is not currently used by Solaris
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A DMakefile17 # fields enclosed by brackets "[]" replaced with your own identifying
25 # Copyright (c) 1996, by Sun Microsystems, Inc.
34 # Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
77 @echo this tic and untic is not currently used by Solaris
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
23 * Copyright (c) 1995-1998 by Sun Microsystems, Inc.
36 * Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
56 mvwin(WINDOW *w, int by, int bx) argument
62 if (by < 0 || bx < 0)
67 if (lines < by + w->_maxy || columns < bx + w->_maxx)
71 if (parent->_begy + parent->_maxy < by + w->_maxy ||
79 dy = by - parent->_begy;
86 w->_begy = (short) by;
H A Dgetwin.c17 * fields enclosed by brackets "[]" replaced with your own identifying
23 * Copyright (c) 1995-1998 by Sun Microsystems, Inc.
36 * Copyright 1990, 1995 by Mortice Kern Systems Inc. All rights reserved.
83 int by, bx, my, mx; local
86 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4)
92 if ((w = newwin(my, mx, by, bx)) == NULL)
96 by = fscanf(fp,
100 if (by < 7)
106 by = fscanf(fp, "BG=%hx,%hd,%[^\n] ", &w->_bg._at, &w->_bg._co, mbs);
107 if (by <
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm30 my ($bx,$by);
47 # two's complement: inc and flip all "bits" in $by
48 $by = $y->copy()->binc()->as_hex(); # -1 => 0, -2 => 1, -3 => 2 etc
49 $by =~ s/-?0x//;
50 $by =~ tr/0123456789abcdef/\x0f\x0e\x0d\x0c\x0b\x0a\x09\x08\x07\x06\x05\x04\x03\x02\x01\x00/;
54 $by = $y->as_hex(); # get binary representation
55 $by =~ s/-?0x//;
56 $by =~ tr/fedcba9876543210/\x0f\x0e\x0d\x0c\x0b\x0a\x09\x08\x07\x06\x05\x04\x03\x02\x01\x00/;
60 $by = reverse $by;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DConfig.pm163 Encode::Config -- internally used by Encode
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe3.t30 ok( $@ =~ /^'?addition \(\+\)'? trapped by operation mask/,
44 ok( $@ =~ /^'?addition \(\+\)'? trapped by operation mask/,
H A Dsafewrap.t20 # compiled (by the outer) at runtime and so is subject to runtime opmask
27 like $@, qr/eval .* trapped by operation mask/;
39 like $@, qr/eval .* trapped by operation mask/;
H A Dsafeops.t2 # Tests that all ops can be trapped by a Safe compartment
52 like($@, qr/'\Q$opname\E' trapped by operation mask/, $op);
65 # optree modified by the optimizer -- Safe checks are done before the
75 gvsv SKIP (set by optimizer) $x
96 rcatline SKIP (set by optimizer) $x .= <F>
103 substcont SKIP (set by optimizer)
116 i_preinc SKIP (set by optimizer)
118 i_predec SKIP (set by optimizer)
120 i_postinc SKIP (set by optimizer)
122 i_postdec SKIP (set by optimize
[all...]
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s16 * fields enclosed by brackets "[]" replaced with your own identifying
48 / to by struct timeval * argument.
53 movl $274877907, %eax / divide by 1000 as impl. by gcc
55 sarl $6, %edx / simplified by 0 <= nsec <= 1e9
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_mul64.s16 * fields enclosed by brackets "[]" replaced with your own identifying
32 / We essentially do multiply by longhand, using base 2**32 digits.
51 mull 16(%ebp) / Multiply A.hi by B.lo (produces ad)
55 mull 16(%ebp) / Multiply A.Lo by B.LO (dx:ax = bd.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t28 'found by Markov chain stress testing' );
49 like( $@, qr/error/, 'lexical block discarded by yacc' );
99 # ensure that the second print statement works, by playing a bit
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh24 devices=`hal-find-by-capability --capability $type`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dassembler.t9 The general idea is to test by assembling a choice set of assembler
11 round trip. Also, error checking of Assembler.pm is tested by feeding
14 Since Assembler.pm likes to assemble a file, we comply by writing a
21 An "operand category" is identified by the suffix of the PUT_/GET_
34 All files are kept in memory by using TIEHASH.
370 # check by comparing files line by line
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm10 # Items to export into callers namespace by default. Note: do not export
11 # names by default without a very good reason. Use EXPORT_OK instead.
14 # Export everything since these functions are only used by a test script
57 correctly by C<printf>.
65 Test that a C<long double> is formatted correctly by
75 Determine whether a C<long double> is supported by Perl. This should
82 Test that an C<NV> is formatted correctly by
91 Test that an C<IV> is formatted correctly by
100 Test that an C<UV> is formatted correctly by
109 Test that an C<int> is formatted correctly by
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm50 print BS "# This file was automatically generated by the\n";
73 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
89 That will be extended by $BSLOADLIBS, which was computed by
94 The C<*_BS> file can put some code into the generated C<*.bs> file by

Completed in 82 milliseconds

1234567891011>>