Home
last modified time | relevance | path

Searched refs:equal_fvd (Results 1 – 2 of 2) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dforeign.d1085 local bool equal_fvd (object fvd1, object fvd2);
1092 local bool equal_fvd (object fvd1, object fvd2) in equal_fvd() function
1117 if (!equal_fvd(TheSvector(fvd1)->data[1], in equal_fvd()
1141 if (!equal_fvd(TheSvector(argfvds1)->data[len], in equal_argfvds()
1168 return equal_fvd(fvd1,fvd2); in equalp_fvd()
1202 if (!(equal_fvd(resulttype,TheFfunction(fun)->ff_resulttype) in check_cc_match()
1235 if (equal_fvd(resulttype,Car(acons)) in convert_function_to_foreign()
1241 ASSERT(equal_fvd(resulttype,TheFfunction(ffun)->ff_resulttype)); in convert_function_to_foreign()
2841 if (equal_fvd(fvd,TheFvariable(obj)->fv_type)) { in convert_to_foreign()
2995 } else if (!equal_fvd(TheFvariable(fvar)->fv_type,*fvd)) { in lookup_foreign_variable()
H A DChangeLog21243 parse-c-function, to preserve EQ tests (cf. foreign.d:equal_fvd).