search for: frame_lock_mask

Displaying 2 results from an estimated 2 matches for "frame_lock_mask".

2018 Oct 10
1
unlockEnvironment()?
...t? Bill Dunlap TIBCO Software wdunlap tibco.com $ { find . -type f -print0 | xargs -0 grep -n -C 2 ENVFLAGS ; } 2>/dev/null ./R6/tests/manual/encapsulation.R-5-unlockEnvironment <- cfunction(signature(env = "environment"), body = ' ./R6/tests/manual/encapsulation.R-6- #define FRAME_LOCK_MASK (1<<14) ./R6/tests/manual/encapsulation.R:7: #define FRAME_IS_LOCKED(e) (ENVFLAGS(e) & FRAME_LOCK_MASK) ./R6/tests/manual/encapsulation.R:8: #define UNLOCK_FRAME(e) SET_ENVFLAGS(e, ENVFLAGS(e) & (~ FRAME_LOCK_MASK)) ./R6/tests/manual/encapsulation.R-9- ./R6/tests/manual/encapsulatio...
2012 Mar 13
0
111 FIXMEs in main/src
...int infinite_match = 1; -- grep.c:/* FIXME: use UCP for upper/lower conversion */ grep.c-static -- grep.c: /* FIXME perhaps we ought to check validity here */ grep.c- len = strlen(string); -- inspect.c:/* FIXME: envir.c keeps this private - it should probably go to Defn.h */ inspect.c-#define FRAME_LOCK_MASK (1<<14) -- main.c:/* FIXME: this should be re-written to use Rf_ReplIteration main.c- since it gets out of sync with it over time */ -- main.c: /* <FIXME> may need to reinstall this if we do recover. */ main.c- struct sigaction sa; -- memory.c:/* FIXME: consider inlining here */...