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

  /xsrc/external/mit/xedit/dist/lisp/modules/
xaw.c 577 PROTECT(owidget, data->object);
xt.c 403 PROTECT(widget, data);
466 PROTECT(input, data);
  /xsrc/external/mit/xedit/dist/lisp/
internal.h 111 #define PROTECT(key, list) LispProtect(key, list)
451 #define GC_ENTER() int gc__protect = lisp__data.protect.length
454 if (lisp__data.protect.length >= lisp__data.protect.space) \
456 lisp__data.protect.objects[lisp__data.protect.length++] = object
458 #define GC_LEAVE() lisp__data.protect.length = gc__protect
598 LispObj *data; /* extra data to protect */

Completed in 12 milliseconds