Searched refs:right (Results 51 - 75 of 149) sorted by relevance

123456

/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h55 { Dtlink_t* right; /* right child */ member in struct:_dtlink_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
289 #define dtlink(d,e) (((Dtlink_t*)(e))->right)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm127 # - left/right context
251 # it doesn't know about right sides and left sides, so say if you
260 # 22 right **
261 # 21 right ! ~ \ and unary + and -
274 # 8 right ?:
275 # 7 right = += -= *= etc.
278 # 4 right not
1858 my(%left, %right);
1916 %right = ('pow' => 22,
1935 my($op, $right,
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c173 * Append the runlist @src after element @loc in @dst. Merge the right end of
188 BOOL right = FALSE; /* Right end of @src needs merging */ local
198 /* First, check if the right hand end needs merging. */
200 right = ntfs_rl_are_mergeable(src + ssize - 1, dst + loc + 1);
203 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right);
211 /* First, merge the right hand end, if necessary. */
212 if (right)
219 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
338 * right end
353 BOOL right = FALSE; /* Right end of @src needs merging */ local
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_field.c121 /* right - return active field on page right of f */
123 right(FIELD *f) function
244 return (_set_current_field(f, right(C(f))));
H A Dllib-lform45 link_fieldtype(left, right)
47 FIELDTYPE *right;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL181 I<quotes> is a single character, it is used as both the left and right
183 left quote and the second as the right quoted; and if I<quotes> is four
185 the right quote.
208 The column at which to wrap text on the right-hand side. Defaults to 76,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dcmp.t43 my ($test, $left, $threeway, $right, $result, $i, $j, $boolean) = @_;
45 print "not ok $test # ($left <=> $right) gives: $result \$i=$i \$j=$j, $boolean disagrees\n";
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c275 if (memp_fget(mpf, &argp->right, 0, &rp) != 0)
308 /* Allocate and initialize new left/right child pages. */
315 ISINTERNAL(sp) ? PGNO_INVALID : argp->right,
317 P_INIT(_rp, file_dbp->pgsize, argp->right,
323 ISINTERNAL(sp) ? PGNO_INVALID : argp->right,
325 P_INIT(_rp, file_dbp->pgsize, argp->right,
352 /* If the right child is wrong, update it. */
354 &argp->right, DB_MPOOL_CREATE, &rp)) != 0) {
355 (void)__db_pgerr(file_dbp, argp->right);
406 PREV_PGNO(np) = argp->right;
[all...]
H A Dbtree_auto.c359 fileid, left, llsn, right, rlsn, indx,
368 db_pgno_t right;
393 + sizeof(right)
418 memcpy(bp, &right, sizeof(right));
419 bp += sizeof(right);
491 printf("\tright: %lu\n", (u_long)argp->right);
542 memcpy(&argp->right, bp, sizeof(argp->right));
543 bp += sizeof(argp->right);
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dau_open.c159 au_close(int d, int right, au_event_t e_type, au_emod_t e_mod) argument
190 if (right != AU_TO_WRITE) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c94 * think the expression is of the right type: croak actually does a Siglongjmp.
1731 Perl_bind_match(pTHX_ I32 type, OP *left, OP *right) argument
1740 char *desc = PL_op_desc[(right->op_type == OP_SUBST ||
1741 right->op_type == OP_TRANS)
1742 ? right->op_type : OP_MATCH];
1751 if (right->op_type == OP_CONST &&
1752 cSVOPx(right)->op_private & OPpCONST_BARE &&
1753 cSVOPx(right)->op_private & OPpCONST_STRICT)
1755 no_bareword_allowed(right);
1758 if (!(right
3172 Perl_newASSIGNOP(pTHX_ I32 flags, OP *left, I32 optype, OP *right) argument
3592 Perl_newRANGE(pTHX_ I32 flags, OP *left, OP *right) argument
3844 OP* right = left->op_sibling; local
4821 OP * right = left->op_sibling; local
[all...]
H A Dpp_sort.c607 the middle element of a partition to be the same as the right or left -
627 /* hold left and right index values of a partition waiting to be sorted (the
628 partition includes both left and right - right is NOT one past the end or
633 int right; member in struct:partition_stack_entry
796 and one to the right.
799 u_left - the leftmost index of the right side's uncompared set
804 same goes for the rightmost edge of the right partition
809 right once u_left > part_right. When both these conditions
814 the left side and greater than the pivot value on the right
[all...]
H A Ddoop.c1054 should have been utf8-ized already, right?
1142 Perl_do_vop(pTHX_ I32 optype, SV *sv, SV *left, SV *right) argument
1159 bool right_utf = DO_UTF8(right);
1163 sv_utf8_upgrade(right);
1170 rsave = rc = SvPV(right, rightlen);
1173 if ((left_utf || right_utf) && (sv == left || sv == right)) {
1215 if (sv == left || sv == right)
1243 if (sv == left || sv == right)
H A Dpp_ctl.c1015 /* This code tries to decide if "$left .. $right" should use the
1019 #define RANGE_IS_NUMERIC(left,right) ( \
1021 SvNIOKp(right) || (SvOK(right) && !SvPOKp(right)) || \
1022 (((!SvOK(left) && SvOK(right)) || (looks_like_number(left) && \
1023 SvPOKp(left) && *SvPVX(left) != '0')) && looks_like_number(right)))
1037 if (SvGMAGICAL(right))
1038 mg_get(right);
1040 if (RANGE_IS_NUMERIC(left,right)) {
1712 SV *right = (SV*)cx->blk_loop.iterary; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c640 const struct device *right = (const struct device *) b;
642 if (left->kernel && right->kernel)
644 int ret = strcmp (left->kernel, right->kernel);
649 return strcmp (left->stable, right->stable);
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h208 struct Element *right; member in struct:Element
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.pm25 family of calls. This, however, may not be the right thing to do if
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s71 shrl $16, %ecx / right shift 16-bit
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemchr.s74 shrl $16, %edx / right shift 16-bit
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c172 * cursor_left/right.
180 static t_steps right = { __MOVE_TAB, __MOVE_RIGHT, __MOVE_LEFT }; local
191 dir = &right;
295 /* try out parameterized left or right motion */
379 /* Force absolute position at bottom right because we */
/osnet-11/usr/src/cmd/hal/hald/
H A Dutil.c280 gint left, right; local
320 right = 0;
328 right *= 16;
331 right += digit;
336 right *= 16;
338 *result = left * 256 + (right & 255);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm61 'gt' => '>', # right chevron, greater-than
131 "raquo" => "\xBB", # right pointing double angle quotation mark
731 indented; for the latter, see the I<indent> option. To set the right
737 single character, it is used as both the left and right quote; if it is two
739 the right quoted; and if it is four characters, the first two are used as
740 the left quote and the second two as the right quote.
754 The column at which to wrap text on the right-hand side. Defaults to 76.
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y117 %right DT_TOK_ASGN DT_TOK_ADD_EQ DT_TOK_SUB_EQ DT_TOK_MUL_EQ DT_TOK_DIV_EQ
132 %right DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
134 %right DT_TOK_DEREF DT_TOK_ADDROF DT_TOK_SIZEOF DT_TOK_STRINGOF DT_TOK_XLATE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm45 far more likely chance of getting the numbers right. This includes
148 structure does not have AF_INET in the right place.
172 have AF_UNIX in the right place.
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c838 n = parse(env, rex->re.group.expr.binary.right, &catcher, s);
848 r = parse(env, rex->re.group.expr.binary.right, cont, s);
1019 catcher.re.conj_left.right = rex->re.group.expr.binary.right;
1028 rex = rex->re.conj_left.right;
1284 if (q = rex->re.group.expr.binary.right)
1286 catcher.re.cond_catch.next[0] = q->re.group.expr.binary.right;
1811 listnode(e->re.group.expr.binary.right, level + 1);
1898 if (len < e->re.bm.right)
1900 DEBUG_TEST(0x0080,(sfprintf(sfstdout, "AHA#%04d REG_NOMATCH %d %d\n", __LINE__, len, e->re.bm.right)),(
[all...]

Completed in 1571 milliseconds

123456