Searched refs:asgn (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dnode.c280 goto asgn;
285 goto asgn;
290 goto asgn;
295 goto asgn;
300 asgn:
H A Dparse.c15926 NODE *asgn; local
15932 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
15934 asgn->nd_aid = vid;
15939 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
15942 asgn = lhs;
15943 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
15947 asgn = NEW_BEGIN(0);
15949 return asgn;
15955 NODE *asgn; local
15963 asgn
15971 NODE *asgn; local
[all...]
H A Dparse.y9430 NODE *asgn;
9436 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
9438 asgn->nd_aid = vid;
9443 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
9446 asgn = lhs;
9447 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
9451 asgn = NEW_BEGIN(0);
9453 return asgn;
9459 NODE *asgn;
9467 asgn
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantIntegers.c858 { int asgn = a->sign, bsgn = b->sign; local
859 if(asgn == 0) return;
864 if((asgn < 0) == (bsgn < 0)) {
897 int asgn = a->sign, bsgn = b->sign; local
898 if(asgn == 0) return;
904 if((asgn < 0) != (bsgn < 0)) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantIntegers.c858 { int asgn = a->sign, bsgn = b->sign; local
859 if(asgn == 0) return;
864 if((asgn < 0) == (bsgn < 0)) {
897 int asgn = a->sign, bsgn = b->sign; local
898 if(asgn == 0) return;
904 if((asgn < 0) != (bsgn < 0)) {
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c16016 NODE *asgn; local
16022 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
16024 asgn->nd_aid = vid;
16029 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
16032 asgn = lhs;
16033 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
16037 asgn = NEW_BEGIN(0);
16039 return asgn;
16045 NODE *asgn; local
16053 asgn
16061 NODE *asgn; local
[all...]
H A Dripper.y9430 NODE *asgn;
9436 asgn = NEW_OP_ASGN_OR(gettable(vid), lhs);
9438 asgn->nd_aid = vid;
9443 asgn = NEW_OP_ASGN_AND(gettable(vid), lhs);
9446 asgn = lhs;
9447 asgn->nd_value = NEW_CALL(gettable(vid), op, NEW_LIST(rhs));
9451 asgn = NEW_BEGIN(0);
9453 return asgn;
9459 NODE *asgn;
9467 asgn
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c1004 int asgn = a->sign, bsgn = b->sign; local
1006 if (asgn == 0)
1013 if ((asgn < 0) == (bsgn < 0))
1059 int asgn = a->sign, bsgn = b->sign; local
1061 if (asgn == 0)
1069 if ((asgn < 0) != (bsgn < 0))
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c1004 int asgn = a->sign, bsgn = b->sign; local
1006 if (asgn == 0)
1013 if ((asgn < 0) == (bsgn < 0))
1059 int asgn = a->sign, bsgn = b->sign; local
1061 if (asgn == 0)
1069 if ((asgn < 0) != (bsgn < 0))

Completed in 261 milliseconds