Lines Matching refs:protect
1296 /* Allocate the minimum required number of cons cells to protect objects */
2968 pbase = lisp__data.protect.length;
2986 /* protect stack */
2989 if (lisp__data.protect.length + phead > lisp__data.protect.space) {
2992 while (lisp__data.protect.length + phead >= lisp__data.protect.space);
3014 lisp__data.protect.objects[lisp__data.protect.length++] = NIL;
3603 lisp__data.protect.objects[phead++] = reg0;
3608 reg0 = CONS(lisp__data.protect.objects[--phead], reg0);
3615 lisp__data.protect.objects[phead++] = reg1;
3617 lisp__data.protect.objects[phead++] = reg1;
3622 reg1 = lisp__data.protect.objects[phead - 2];
3624 lisp__data.protect.objects[phead - 2] = CDR(reg1);
3630 reg0 = lisp__data.protect.objects[phead + 1];
3667 lisp__data.protect.length = pbase;