| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | 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/ |
| H A D | 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;
|
| H A D | 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 */
|
| H A D | lisp.c | 562 {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 D | internal.h | 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 */
|
| H A D | 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 5936 int protect; local in function:LispMergeSort 6674 LispObj *protect, *cleanup, **pcleanup = &cleanup; local in function:Lisp_UnwindProtect [all...] |
| H A D | bytecode.c | 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 [all...] |
| H A D | format.c | 1567 lisp__data.protect.objects[gc__protect] = strings;
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_tv.c | 333 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 D | trident_dac.c | 238 CARD8 protect = 0; local in function:TridentInit 249 protect = INB(0x3C5); 748 OUTB(0x3C5, protect);
|
| H A D | trident_driver.c | 513 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 D | 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/ |
| H A D | 10-tmpdirs.cpp | 55 # if $dir exists and is a symlink (ie protect against a race
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 13.0.1.rst | 148 - gallium/hud: protect against and initialization race
|
| H A D | 19.3.0.rst | 2949 - panfrost: protect access to shared bo cache and transient pool
|
| H A D | 7.10.rst | 2002 - evergreeng: protect against null constant buffers
|
| H A D | 20.1.0.rst | 829 - gitlab-ci: protect usage of shell variables with double quotes
|
| H A D | 20.3.0.rst | 4459 - mesa/st: use a lock to protect access to variants when updating them
|
| H A D | 21.1.0.rst | 3404 - winsys/amdgpu: pack amdgpu_winsys_bo::is_shared and protect it by a mutex
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | configure.ac | 295 # don't have either issetugid() or getresuid(), and you need to protect
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 14287 "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...] |