Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 22 of 22) sorted by relevance

/original-bsd/usr.bin/make/
H A Dcond.c492 char *rhs; local
561 rhs = "0";
573 rhs = condExpr;
575 if (*rhs == '"') {
593 qt = *rhs == '"' ? 1 : 0;
595 for (cp = &rhs[qt];
644 if (rhs == condExpr) {
660 if (*rhs == '$') {
675 if (rhs == condExpr)
679 if (!CondCvtArg(rhs, &right))
[all …]
H A Dvar.c118 char *rhs; /* Replacement string (w/ &'s removed) */ member
790 Str_SYSVSubst(buf, pat->rhs, ptr, len);
883 (Byte *)pattern->rhs);
900 Buf_AddBytes(buf, pattern->rightLen, (Byte *)pattern->rhs);
932 Buf_AddBytes(buf, pattern->rightLen, (Byte *)pattern->rhs);
964 Buf_AddBytes(buf, pattern->rightLen, (Byte *)pattern->rhs);
1547 pattern.rhs = (char *)Buf_GetAll(buf, &pattern.rightLen);
1569 free(pattern.rhs);
1645 pattern.rhs = cp;
1655 pattern.rightLen = cp - pattern.rhs;
[all …]
/original-bsd/usr.bin/pascal/src/
H A Drval.c456 p1 = rvalue(r->expr_node.rhs, NLNIL , RREQ );
550 p1 = rvalue( r->expr_node.rhs , p , RREQ );
661 p1 = rvalue(r->expr_node.rhs, NLNIL , RREQ );
705 rvalue(r->expr_node.rhs, NLNIL , RREQ );
731 p1 = rvalue(r->expr_node.rhs, NLNIL , RREQ );
769 p1 = rvalue(r->expr_node.rhs, p , RREQ );
818 p1 = rvalue( r->expr_node.rhs , p , LREQ );
838 p1 = rvalue( r->expr_node.rhs , p , RREQ );
941 rt = r->expr_node.rhs;
1012 postcset( r->expr_node.rhs , &csetd );
[all …]
H A Dtree_ty.h57 struct tnode *rhs; member
/original-bsd/usr.sbin/sendmail/src/
H A Dmap.c758 ndbm_map_store(map, lhs, rhs) in ndbm_map_store() argument
761 char *rhs;
774 data.dsize = strlen(rhs);
775 data.dptr = rhs;
1123 db_map_store(map, lhs, rhs) in db_map_store() argument
1126 char *rhs;
1140 data.size = strlen(rhs);
1141 data.data = rhs;
2264 char *rhs;
2269 s->s_alias = newstr(rhs);
[all …]
H A Dalias.c557 char *rhs; local
625 rhs = p;
692 rhssize = strlen(rhs);
693 map->map_class->map_store(map, al.q_user, rhs);
/original-bsd/contrib/gcc-2.3.3/
H A Dc-typeck.c3789 tree lhs, rhs; in build_modify_expr()
3808 rhs = TREE_OPERAND (rhs, 0);
3810 newrhs = rhs;
3827 rhs = save_expr (rhs);
3956 tree type, rhs; in convert_for_assignment()
3969 rhs = TREE_OPERAND (rhs, 0);
3973 rhs = default_conversion (rhs);
3975 rhstype = TREE_TYPE (rhs);
3982 return rhs;
4018 && !integer_zerop (rhs)
[all …]
/original-bsd/old/sed/
H A Dsed.h116 char *rhs; member
H A Dsed1.c350 dosub(ipc->rhs);
355 dosub(ipc->rhs);
H A Dsed0.c464 if((rep->rhs = p) > reend) { in fcomp()
469 if((p = compsub(rep->rhs)) == badp) { in fcomp()
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Doptim.c623 LOCAL buffcat(lhs, rhs) in buffcat() argument
625 register expptr rhs;
630 n = ncat(rhs);
635 buffct1(rhs, lp, cp, &n);
H A Dputpcc.c1126 LOCAL putcat(lhs, rhs) in putcat() argument
1128 register expptr rhs;
1134 n = ncat(rhs);
1139 putct1(rhs, lp, cp, &n, &ncomma);
H A Dexpr.c1139 expptr q, rhs, ap; local
1162 rhs = (expptr) (np->varxptr.vstfdesc->nextp);
1208 q = (expptr) mkconv(type, fixtype(cpexpr(rhs)) );
/original-bsd/usr.bin/f77/pass1.vax/
H A Doptim.c630 LOCAL expptr buffcat(lhs, rhs) in buffcat() argument
632 register expptr rhs;
638 n = ncat(rhs);
643 ep = buffct1(rhs, lp, cp, &n);
H A Dputpcc.c1120 LOCAL putcat(lhs, rhs) in putcat() argument
1122 register expptr rhs;
1128 n = ncat(rhs);
1133 putct1(rhs, lp, cp, &n, &ncomma);
H A Dexpr.c1191 expptr q, rhs, ap; local
1214 rhs = (expptr) (np->varxptr.vstfdesc->nextp);
1260 q = (expptr) mkconv(type, fixtype(cpexpr(rhs)) );
/original-bsd/usr.bin/spline/
H A Dspline.c158 rhs(i){ in rhs() function
185 r[i] = rhs(i)-hi*r[i-1]/d; in spline()
/original-bsd/usr.bin/ex/
H A Dex_cmdsub.c1081 char lhs[100], rhs[100]; /* max sizes resp. */ local
1134 for (p=rhs; ; ) {
1163 addmac(lhs,rhs,dname,mp);
H A DREAD_ME29 by using ^V<return> in the rhs. This takes care of the last
498 to do a global substitute with an escaped newline in the rhs, you
644 map lhs rhs
645 where lhs will be mapped to rhs.
649 rhs no longer than 100. To get " ", "\t", "|", or "\n"
650 into lhs or rhs, escape them with ctrl V. (It may be
863 to do a global substitute with an escaped newline in the rhs, you
/original-bsd/old/make/
H A Dgcos.c31 struct { int lhs:18, rhs:18; }; member
/original-bsd/old/pcc/ccom.vax/
H A DLOG3 led to a float-to-int conversion on the rhs of the assignment being
66 problem was that the rhs of a bitfield assignment was used as its
228 ^=, +-, -=) is smaller than int size, we can sometimes pun the rhs and
413 unsigned short lhs and a floating rhs to treat the lhs as signed was
438 floating rhs indicated register sharing for the wrong operand...
/original-bsd/usr.sbin/sendmail/doc/op/
H A Dspell.ok551 rhs