HomeSort by: relevance | last modified time | path
    Searched defs:NIL (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_debug_util.h 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_debug_util.h 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /xsrc/external/mit/xedit/dist/lisp/
helper.c 61 LispObj *result = left == right ? T : NIL;
118 FEQUAL) != NIL) {
124 FEQUALP) == NIL)
164 rentry->keys[i]) == NIL ||
167 FEQUALP) == NIL)
281 if (start == UNSPEC || start == NIL)
289 if (end == UNSPEC || end == NIL)
312 if (sequence == NIL)
360 return (NIL);
376 else if (object == NIL)
    [all...]
internal.h 155 #define NIL (LispObj*)0x00000001
174 #define LISTP(object) (object == NIL || CONSP(object))
646 LispObj *name; /* name of function, or NIL */
lisp.c 173 static LispObjSeg objseg = {NULL, NIL};
174 static LispObjSeg atomseg = {NULL, NIL};
673 LispDebugger(LispDebugCallWatch, NIL, NIL);
674 LispDebugger(LispDebugCallFatal, NIL, NIL);
782 COD = NIL;
785 DBG = NIL;
869 freeobj = NIL;
1622 LispObj *list = NIL, *result = NIL
    [all...]

Completed in 42 milliseconds