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

  /xsrc/external/mit/xedit/dist/lisp/
internal.h 539 } LispFunType;
558 #define LispFunType int
566 LispFunType funtype : 4; /* this is subject to change in the future */
656 #undef LispFunType
665 LispFunType type;
717 LispObj *LispNewLambda(LispObj*, LispObj*, LispObj*, LispFunType);
private.h 420 LispArgList *LispCheckArguments(LispFunType, LispObj*, const char*, int);
lisp.c 1850 LispCheckArguments(LispFunType type, LispObj *list, const char *name, int builtin)
2925 LispNewLambda(LispObj *name, LispObj *code, LispObj *data, LispFunType type)

Completed in 7 milliseconds