Home
last modified time | relevance | path

Searched defs:GETLOCAL (Results 1 – 25 of 27) sorted by relevance

12

/dports/shells/ksh93/ast-93u/src/lib/librecsort/
H A Drshdr.h102 #define GETLOCAL(rs,l) ((l = (rs->type&RS_LOCAL)), (rs->type &= ~RS_LOCAL), l) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/librecsort/
H A Drshdr.h102 #define GETLOCAL(rs,l) ((l = (rs->type&RS_LOCAL)), (rs->type &= ~RS_LOCAL), l) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/librecsort/
H A Drshdr.h101 #define GETLOCAL(rs,l) ((l = (rs->type&RS_LOCAL)), (rs->type &= ~RS_LOCAL), l) macro
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libevm/
H A DInstruction.h178 GETLOCAL, ///< push local variable to top of stack enumerator
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dceval.c675 #define GETLOCAL(i) (fastlocals[i]) in PyEval_EvalFrameEx() macro
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dceval.c675 #define GETLOCAL(i) (fastlocals[i]) in PyEval_EvalFrameEx() macro
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmhdr.h123 #define GETLOCAL(vd,l) (((l) = (vd)->mode&VM_LOCAL), ((vd)->mode &= ~VM_LOCAL) ) macro
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A Dsfhdr.h511 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode &= ~SF_LOCAL, (void)(v)) macro
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dsfhdr.h532 #define GETLOCAL(f, v) \ macro
/dports/lang/python27/Python-2.7.18/Python/
H A Dceval.c967 #define GETLOCAL(i) (fastlocals[i]) in PyEval_EvalFrameEx() macro
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dceval.c967 #define GETLOCAL(i) (fastlocals[i]) in PyEval_EvalFrameEx() macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dceval.c856 #define GETLOCAL(i) (fastlocals[i]) in PyEval_EvalFrameEx() macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/sfio/
H A Dsfhdr.h899 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode &= ~SF_LOCAL, (v)) macro
/dports/shells/ksh93/ast-93u/src/lib/libast/sfio/
H A Dsfhdr.h899 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode &= ~SF_LOCAL, (v)) macro
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/sfio/
H A Dsfhdr.h914 #define GETLOCAL(f,v) ((v) = ((f)->mode&SF_LOCAL), (f)->mode &= ~SF_LOCAL, (v)) macro
/dports/lang/python37/Python-3.7.12/Python/
H A Dceval.c792 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dops.rs624 pub const GETLOCAL: u8 = 0x20; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dops.rs624 pub const GETLOCAL: u8 = 0x20; const
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dops.rs624 pub const GETLOCAL: u8 = 0x20; const
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dceval.c997 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dceval.c997 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dceval.c997 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro
/dports/lang/python38/Python-3.8.12/Python/
H A Dceval.c997 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dceval.c997 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro
/dports/lang/python39/Python-3.9.9/Python/
H A Dceval.c1172 #define GETLOCAL(i) (fastlocals[i]) in _PyEval_EvalFrameDefault() macro

12