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

  /xsrc/external/mit/xedit/dist/lisp/
struct.c 192 !(XSYMBOLP(struc) || XFUNCTIONP(struc)) ||
307 !(XSYMBOLP(name) || XFUNCTIONP(name)) ||
361 !(XSYMBOLP(name) || XFUNCTIONP(name)) ||
internal.h 323 #define XFUNCTIONP(object) ((object)->type == LispFunction_t)
324 #define FUNCTIONP(object) (POINTERP(object) && XFUNCTIONP(object))
core.c 3364 if (POINTERP(function) && !XSYMBOLP(function) && !XFUNCTIONP(function)) {

Completed in 8 milliseconds