Home
last modified time | relevance | path

Searched refs:ltmp (Results 1 – 8 of 8) sorted by relevance

/dragonfly/games/hack/
H A Dhack.shk.c459 if (!ltmp) { in dopay()
469 pay(ltmp, shkp); in dopay()
512 ltmp = 1000; in dopay()
515 ltmp = u.ugold; in dopay()
518 pay(ltmp, shkp); in dopay()
579 ltmp += ltmp / 3; in dopayobj()
588 doname(obj), ltmp, plur(ltmp)); in dopayobj()
752 ltmp /= 3; in subfrombill()
755 ltmp /= 2; in subfrombill()
765 if (!ltmp) in subfrombill()
[all …]
/dragonfly/contrib/nvi2/vi/
H A Dv_increment.c53 long change, ltmp, lval; in v_increment() local
188 ltmp = vp->character == '-' ? -change : change; in v_increment()
189 if (lval > 0 && ltmp > 0 && !NPFITS(LONG_MAX, lval, ltmp)) { in v_increment()
193 if (lval < 0 && ltmp < 0 && !NNFITS(LONG_MIN, lval, ltmp)) { in v_increment()
197 lval += ltmp; in v_increment()
/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_lib.c92 LHASH_OF(CONF_VALUE) *ltmp; in LHASH_OF()
101 ltmp = CONF_load_bio(conf, in, eline); in LHASH_OF()
104 return ltmp; in LHASH_OF()
111 LHASH_OF(CONF_VALUE) *ltmp; in LHASH_OF()
117 ltmp = CONF_load_bio(conf, btmp, eline); in LHASH_OF()
119 return ltmp; in LHASH_OF()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_name.c611 int i, len, ltmp; in i2d_name_canon() local
618 ltmp = ASN1_item_ex_i2d(&v, in, in i2d_name_canon()
620 if (ltmp < 0) in i2d_name_canon()
621 return ltmp; in i2d_name_canon()
622 len += ltmp; in i2d_name_canon()
/dragonfly/crypto/libressl/apps/openssl/
H A Dcms.c380 long ltmp; in cms_opt_secretkey() local
384 if ((cms_config.secret_key = string_to_hex(arg, &ltmp)) == NULL) { in cms_opt_secretkey()
388 cms_config.secret_keylen = (size_t)ltmp; in cms_opt_secretkey()
395 long ltmp; in cms_opt_secretkeyid() local
399 if ((cms_config.secret_keyid = string_to_hex(arg, &ltmp)) == NULL) { in cms_opt_secretkeyid()
403 cms_config.secret_keyidlen = (size_t)ltmp; in cms_opt_secretkeyid()
/dragonfly/contrib/nvi2/ex/
H A Dex.c199 long ltmp; in ex_cmd() local
1062 nget_slong(&ltmp, ecp->cp, &t, 10)) != NUM_OK) { in ex_cmd()
1066 if (ltmp == 0 && *np != '0') { in ex_cmd()
1084 ecp->addr2.lno = ecp->addr1.lno + ltmp - 1; in ex_cmd()
1086 ecp->count = ltmp; in ex_cmd()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_mul.c1111 BN_ULONG *ltmp; in bn_mul_normal() local
1116 ltmp = a; in bn_mul_normal()
1118 b = ltmp; in bn_mul_normal()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtrans-mem.c2427 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn; in expand_assign_tm() local
2433 ltmp = create_tmp_var (TREE_TYPE (lhs)); in expand_assign_tm()
2434 lhs_addr = build_fold_addr_expr (ltmp); in expand_assign_tm()
2471 if (ltmp) in expand_assign_tm()
2473 gcall = gimple_build_assign (lhs, ltmp); in expand_assign_tm()