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

  /xsrc/external/mit/xterm/dist/vttests/
decsed.pl 34 # Exercise DECSED (erase display) with or without DECSCA (protect against
49 sub protect($) { subroutine
116 -p protect screen against erasure using DECSCA (DECALN is unprotected)
136 &protect(1) if ($opt_p);
158 &protect(0) if ($opt_p);
  /xsrc/external/mit/xedit/dist/lisp/
struct.c 181 int nfld, ncvt, length = lisp__data.protect.length;
250 if (length + 1 >= lisp__data.protect.space)
252 lisp__data.protect.objects[lisp__data.protect.length++] = fields;
283 lisp__data.protect.length = length;
private.h 262 LispBlockProtect, /* used by unwind-protect */
271 int protect; member in struct:_LispBlock
318 } protect; member in struct:_LispMac
390 LispObj *prolist; /* protect objects list */
395 int destroyed; /* reached LispDestroy, used by unwind-protect */
458 lisp__data.protect.length = (block)->protect; \
461 /* if unwind-protect active, jump to cleanup code, else do nothing */
lisp.c 562 {LispMacro, Lisp_UnwindProtect, "unwind-protect protect &rest cleanup"},
834 lisp__data.protect.length = 0;
892 /* Protect all packages */
897 /* Protect cons cell */
900 /* Protect the package cell */
903 /* Protect package name */
906 /* Protect package nicknames */
909 /* Protect global symbols */
934 /* protect environment *
3833 int protect; local
    [all...]
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 */
core.c 250 --lisp__data.protect.length;
4098 offsets[i] = lisp__data.protect.length;
4144 LispSetAtomObjectProperty(atom, lisp__data.protect.objects
4165 /* check if there is an unwind-protect block */
4168 /* no unwind-protect block, return to the toplevel */
5654 LispSetVar(symbol, lisp__data.protect.objects[base++]);
5689 /* it really should not be required to protect any object
5806 value = lisp__data.protect.objects[base++];
5814 int xbase = lisp__data.protect.length;
5833 lisp__data.protect.length = xbase
5936 int protect; local
6674 LispObj *protect, *cleanup, **pcleanup = &cleanup; local
    [all...]
bytecode.c 1280 /* Protect this in case the function is redefined */
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
    [all...]
format.c 1567 lisp__data.protect.objects[gc__protect] = strings;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_tv.c 333 unsigned char protect; local
353 protect = INB(0x3C5);
402 /* protect */
404 OUTB(0x3C5, protect);
409 unsigned char protect; local
429 protect = INB(0x3C5);
475 /* protect */
477 OUTB(0x3C5, protect);
484 unsigned char protect; local
572 protect = INB(0x3C5)
644 unsigned char protect; local
    [all...]
trident_dac.c 238 CARD8 protect = 0; local
249 protect = INB(0x3C5);
748 OUTB(0x3C5, protect);
1041 /* Protect registers */
trident_driver.c 513 CARD8 temp = 0, protect = 0; local
531 protect = inb(pTrident->PIOBase + 0x3C5);
543 /* Protect registers */
546 OUTB(0x3C5, protect);
556 CARD8 temp = 0, protect = 0; local
576 protect = INB(0x3C5);
585 /* Protect registers */
588 outb(pTrident->PIOBase + 0x3C5, protect);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
gen_gl_wrappers.py 36 protect=True variable
67 protect = False variable
114 protectFile = protect,
115 protectFeature = protect,
116 protectProto = protect,
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
10-tmpdirs.cpp 55 # if $dir exists and is a symlink (ie protect against a race

Completed in 19 milliseconds