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

  /xsrc/external/mit/xedit/dist/lisp/
compile.c 379 CompileStackLeave(com, 2, 0);
424 CompileStackLeave(com, 1, 1);
516 CompileStackLeave(com, 1, 1);
597 CompileStackLeave(com, count, 0);
661 CompileStackLeave(com, count, 0);
722 CompileStackLeave(com, 1, 1);
842 CompileStackLeave(com, 1, 1);
1671 CompileStackLeave(com, count - 1, 1);
1813 CompileStackLeave(com, alist->num_arguments, 1);
1866 CompileStackLeave(com, alist->num_arguments, 0)
    [all...]
bytecode.c 315 static void CompileStackLeave(LispCom*, int, int);
1639 CompileStackLeave(LispCom *com, int count, int builtin)

Completed in 40 milliseconds