| /mirbsd/src/sys/ddb/ |
| D | db_expr.c | 134 db_expr_t lhs, rhs; local 142 if (!db_term(&rhs)) { 147 lhs *= rhs; 149 if (rhs == 0) { 154 lhs /= rhs; 156 lhs %= rhs; 158 lhs = ((lhs+rhs-1)/rhs)*rhs; 171 db_expr_t lhs, rhs; local 179 if (!db_mult_expr(&rhs)) { 184 lhs += rhs; [all …]
|
| /mirbsd/src/usr.sbin/config/ |
| D | files.c | 380 int lhs, rhs; in expr_eval() local 392 rhs = expr_eval(expr->nv_next, fn, context); in expr_eval() 393 return (lhs & rhs); in expr_eval() 397 rhs = expr_eval(expr->nv_next, fn, context); in expr_eval() 398 return (lhs | rhs); in expr_eval() 410 struct nvlist *rhs; in expr_free() local 413 for (; expr != NULL; expr = rhs) { in expr_free() 430 rhs = expr->nv_next; in expr_free()
|
| /mirbsd/src/usr.bin/make/ |
| D | cond.c | 435 const char *rhs; in CondHandleComparison() local 459 rhs = "0"; in CondHandleComparison() 470 rhs = condExpr; in CondHandleComparison() 472 if (*rhs == '"') { in CondHandleComparison() 488 qt = *rhs == '"' ? 1 : 0; in CondHandleComparison() 490 for (cp = &rhs[qt]; in CondHandleComparison() 520 if (rhs == condExpr) { in CondHandleComparison() 536 if (*rhs == '$') { in CondHandleComparison() 540 string = Var_Parse(rhs, NULL, doEval,&len,&freeIt); in CondHandleComparison() 551 if (rhs == condExpr) in CondHandleComparison() [all …]
|
| D | varmodifiers.c | 109 char *rhs; /* Replacement string (w/ &'s removed) */ member 603 Str_SYSVSubst(buf, pat->rhs, ptr, len); in VarSYSVMatch() 650 pattern->rhs = Str_dupi(cp+1, cp2); in get_sysvpattern() 691 pattern->rhs); in VarSubstitute() 705 Buf_AddChars(buf, pattern->rightLen, pattern->rhs); in VarSubstitute() 731 Buf_AddChars(buf, pattern->rightLen, pattern->rhs); in VarSubstitute() 760 Buf_AddChars(buf, pattern->rightLen, pattern->rhs); in VarSubstitute() 1237 pattern->rhs = NULL; in common_get_patternarg() 1242 pattern->rhs = VarGetPattern(ctxt, err, &s, delim, delim, in common_get_patternarg() 1244 if (pattern->rhs != NULL) { in common_get_patternarg() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldexp.c | 285 segment_name = tree->binary.rhs->name.name; in fold_binary() 300 exp_fold_tree_1 (tree->binary.rhs); in fold_binary() 466 : tree->trinary.rhs); in fold_trinary() 799 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop() argument 805 value.binary.rhs = rhs; in exp_binop() 817 exp_trinop (int code, etree_type *cond, etree_type *lhs, etree_type *rhs) in exp_trinop() argument 824 value.trinary.rhs = rhs; in exp_trinop() 951 exp_print_tree (tree->binary.rhs); in exp_print_tree() 959 exp_print_tree (tree->trinary.rhs); in exp_print_tree()
|
| D | ldexp.h | 54 union etree_union *rhs; member 60 union etree_union *rhs; member
|
| D | ldlang.c | 1619 exp_init_os (exp->binary.rhs); in exp_init_os() 1625 exp_init_os (exp->trinary.rhs); in exp_init_os() 3183 scan_for_self_assignment (const char * dst, etree_type * rhs) in scan_for_self_assignment() argument 3185 if (rhs == NULL || dst == NULL) in scan_for_self_assignment() 3188 switch (rhs->type.node_class) in scan_for_self_assignment() 3191 return scan_for_self_assignment (dst, rhs->binary.lhs) in scan_for_self_assignment() 3192 || scan_for_self_assignment (dst, rhs->binary.rhs); in scan_for_self_assignment() 3195 return scan_for_self_assignment (dst, rhs->trinary.lhs) in scan_for_self_assignment() 3196 || scan_for_self_assignment (dst, rhs->trinary.rhs); in scan_for_self_assignment() 3201 if (strcmp (dst, rhs->assign.dst) == 0) in scan_for_self_assignment() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | arch-utils.h | 59 extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs); 60 extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs);
|
| D | arch-utils.c | 157 core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs) in core_addr_lessthan() argument 159 return (lhs < rhs); in core_addr_lessthan() 163 core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs) in core_addr_greaterthan() argument 165 return (lhs > rhs); in core_addr_greaterthan()
|
| D | mips-mdebug-tdep.c | 67 CORE_ADDR rhs = bfd_get_32 (the_bfd, (bfd_byte *) b); in compare_pdr_entries() local 69 if (lhs < rhs) in compare_pdr_entries() 71 else if (lhs == rhs) in compare_pdr_entries()
|
| D | language.h | 416 const char *rhs);
|
| D | cp-name-parser.y | 162 struct demangle_component *rhs) in fill_comp() argument 165 cplus_demangle_fill_component (ret, d_type, lhs, rhs); in fill_comp() 1281 d_binary (const char *name, struct demangle_component *lhs, struct demangle_component *rhs) in d_binary() argument 1284 fill_comp (DEMANGLE_COMPONENT_BINARY_ARGS, lhs, rhs)); in d_binary()
|
| D | gdbarch.h | 904 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs); 905 extern int gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs); 911 #define INNER_THAN(lhs, rhs) (gdbarch_inner_than (current_gdbarch, lhs, rhs)) argument
|
| D | utils.c | 2465 streq (const char *lhs, const char *rhs) in streq() argument 2467 return !strcmp (lhs, rhs); in streq()
|
| D | gdbarch.sh | 551 f:=:int:inner_than:CORE_ADDR lhs, CORE_ADDR rhs:lhs, rhs:0:0
|
| D | gdbarch.c | 1220 XSTRING (INNER_THAN (lhs, rhs))); in gdbarch_dump() 2924 gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs) in gdbarch_inner_than() argument 2930 return gdbarch->inner_than (lhs, rhs); in gdbarch_inner_than()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/ |
| D | flip-flop | 27 $a = lhs..rhs; 33 first| lhs rhs
|
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | alias.c | 646 char *rhs; local 741 rhs = p; 819 rhssize = strlen(rhs); 823 p = rhs; 835 map->map_class->map_store(map, al.q_user, rhs);
|
| D | map.c | 1766 ndbm_map_store(map, lhs, rhs) in ndbm_map_store() argument 1769 char *rhs; 1778 map->map_mname, lhs, rhs); 1792 data.dsize = strlen(rhs); 1793 data.dptr = rhs; 2467 db_map_store(map, lhs, rhs) in db_map_store() argument 2470 char *rhs; 2483 map->map_mname, lhs, rhs); 2497 data.size = strlen(rhs); 2498 data.data = rhs; [all …]
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.man/ |
| D | spell.ok | 115 rhs
|
| /mirbsd/src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| D | spell.ok | 278 rhs
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.000 | 136 s'$lhs'$rhs' now does no interpolation on either side. It used to 137 interplolate $lhs but not $rhs.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perltrap.pod | 1114 =item * C<s'$lhs'$rhs'> interpolates on either side 1116 C<s'$lhs'$rhs'> now does no interpolation on either side. It used to 1117 interpolate $lhs but not $rhs. (And still does not match a literal 1193 =item * C<s`lhs`rhs`> is now a normal substitution 1195 C<s`lhs`rhs`> (using backticks) is now a normal substitution, with no
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | sunos.em | 859 gld${EMULATION_NAME}_find_exp_assignment (exp->binary.rhs); 865 gld${EMULATION_NAME}_find_exp_assignment (exp->trinary.rhs);
|
| D | aix.em | 1211 gld${EMULATION_NAME}_find_exp_assignment (exp->binary.rhs); 1217 gld${EMULATION_NAME}_find_exp_assignment (exp->trinary.rhs);
|