Home
last modified time | relevance | path

Searched defs:IS_CODE (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mdp/mdp-1.0.15/include/
H A Dmarkdown.h49 IS_CODE, enumerator
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Ddata.h74 #define IS_CODE(r) (IS_OBJ(r) && PTR(r).obj->type == T_CODE) macro
/dports/emulators/jzintv/jzintv-20200712-src/src/util/
H A Ddasm0256.c839 #define IS_CODE(m,a,l) ((bitmem_getattr((m), (a), (l)) & AT_CODE ) != 0) macro
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsymt.h582 #define IS_CODE(x) (IS_SPEC(x) && SPEC_SCLS(x) == S_CODE) macro