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

  /xsrc/external/mit/xedit/dist/lisp/
internal.h 284 #define NUMBERP(object) \
290 if (!NUMBERP(object)) \
helper.c 522 if (NUMBERP(object))
math.c 1134 numberp object
1141 return (NUMBERP(object) ? T : NIL);
compile.c 749 numberp object
1037 com_Bytecode(com, NUMBERP(object) ? XBC_T : XBC_NIL);
bytecode.c 1178 case XBP_NUMBERP: strcpy(ptr, "NUMBERP"); break;
3686 reg0 = NUMBERP(reg0) ? T : NIL;
core.c 1024 NUMBERP(form) ||

Completed in 9 milliseconds