HomeSort by: relevance | last modified time | path
    Searched refs:LAMBDAP (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xedit/dist/lisp/
internal.h 329 #define LAMBDAP(object) (POINTERP(object) && XLAMBDAP(object))
compile.c 1887 if (LAMBDAP(function)) {
core.c 1784 return (FUNCTIONP(object) || LAMBDAP(object) ? T : NIL);
6572 result = LAMBDAP(object) ? T : NIL;
lisp.c 4714 if (LAMBDAP(function)) {

Completed in 11 milliseconds