Home
last modified time | relevance | path

Searched refs:LOAD_MEMBER (Results 1 – 4 of 4) sorted by relevance

/dports/net/spread4/spread-src-4.2.0/examples/
H A Dsp_time_memb.c54 enum { LOAD_MEMBER = 0, DELTA = 1, DIE_MESS = 2048 }; enumerator
95 exe, LOAD_MEMBER, DELTA); in printUsage()
247 } else if (user_type == LOAD_MEMBER) { in main()
H A Dfl_time_memb.c54 enum { LOAD_MEMBER = 0, DELTA = 1, DIE_MESS = 2048 }; enumerator
97 exe, LOAD_MEMBER, DELTA); in printUsage()
253 } else if (user_type == LOAD_MEMBER) { in main()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/
H A Dopcodes.py353 class LOAD_MEMBER(OP_CODE): class
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/
H A Dopcodes.py353 class LOAD_MEMBER(OP_CODE): class