Searched refs:protect (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Ddecsed.pl34 # 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/
H A Dstruct.c181 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;
H A Dprivate.h262 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 */
H A Dlisp.c562 {LispMacro, Lisp_UnwindProtect, "unwind-protect protect &rest cleanup"},
834 lisp__data.protect.length = 0;
934 /* protect environment */
940 /* protect multiple return values */
946 /* protect stack of arguments to builtin functions */
952 /* protect temporary data used by builtin functions */
953 for (pentry = lisp__data.protect.objects,
954 eentry = pentry + lisp__data.protect.length;
2154 int length = lisp__data.protect
3833 int protect; local in function:LispEvalBackquote
[all...]
H A Dinternal.h451 #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 */
H A Dcore.c250 --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
5936 int protect; local in function:LispMergeSort
6674 LispObj *protect, *cleanup, **pcleanup = &cleanup; local in function:Lisp_UnwindProtect
[all...]
H A Dbytecode.c1296 /* 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
[all...]
H A Dformat.c1567 lisp__data.protect.objects[gc__protect] = strings;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_tv.c333 unsigned char protect; local in function:VIA_SaveTVDepentVGAReg
353 protect = INB(0x3C5);
402 /* protect */
404 OUTB(0x3C5, protect);
409 unsigned char protect; local in function:VIA_RestoreTVDependVGAReg
429 protect = INB(0x3C5);
475 /* protect */
477 OUTB(0x3C5, protect);
484 unsigned char protect; local in function:VIA_TVInit
572 protect
644 unsigned char protect; local in function:VIA_DumpReg
[all...]
H A Dtrident_dac.c238 CARD8 protect = 0; local in function:TridentInit
249 protect = INB(0x3C5);
748 OUTB(0x3C5, protect);
H A Dtrident_driver.c513 CARD8 temp = 0, protect = 0; local in function:TRIDENTEnableMMIO
531 protect = inb(pTrident->PIOBase + 0x3C5);
546 OUTB(0x3C5, protect);
556 CARD8 temp = 0, protect = 0; local in function:TRIDENTDisableMMIO
576 protect = INB(0x3C5);
588 outb(pTrident->PIOBase + 0x3C5, protect);
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dgen_gl_wrappers.py36 protect=True variable
67 protect = False variable
114 protectFile = protect,
115 protectFeature = protect,
116 protectProto = protect,
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A D10-tmpdirs.cpp55 # if $dir exists and is a symlink (ie protect against a race
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.1.rst148 - gallium/hud: protect against and initialization race
H A D19.3.0.rst2949 - panfrost: protect access to shared bo cache and transient pool
H A D7.10.rst2002 - evergreeng: protect against null constant buffers
H A D20.1.0.rst829 - gitlab-ci: protect usage of shell variables with double quotes
H A D20.3.0.rst4459 - mesa/st: use a lock to protect access to variants when updating them
H A D21.1.0.rst3404 - winsys/amdgpu: pack amdgpu_winsys_bo::is_shared and protect it by a mutex
/xsrc/external/mit/libX11/dist/
H A Dconfigure.ac295 # don't have either issetugid() or getresuid(), and you need to protect
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json14287 "description": "util/u_process: protect entrypoints for c++",
17950 "description": "util/u_trace: protect against reentrant calls",
24691 "description": "genxml: protect _length defines in genX_bits.h",
28984 "description": "llvmpipe: protect from doing FB fetch of missing buffers",
[all...]

Completed in 425 milliseconds