Searched refs:LispDebugFinish (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Ddebugger.h47 LispDebugFinish, /* evaluates until selected form is finished */ enumerator in enum:_LispDebugState
H A Ddebugger.c298 case LispDebugFinish:
395 if (lisp__data.debug == LispDebugFinish)
771 if (lisp__data.debug != LispDebugFinish) {
773 lisp__data.debug = LispDebugFinish;
H A Dlisp.c786 if (lisp__data.debug == LispDebugFinish)

Completed in 9 milliseconds