Home
last modified time | relevance | path

Searched refs:storeExitType (Results 1 – 3 of 3) sorted by relevance

/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dcdk_int.h76 #define storeExitType(d) ObjOf(d)->exitType = (d)->exitType macro
77 #define initExitType(d) storeExitType(d) = vNEVER_ACTIVATED
79 #define copyExitType(d,s) storeExitType(d) = ExitTypeOf(s)
86 storeExitType(w) = EarlyExitOf(w)
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdk_int.h76 #define storeExitType(d) ObjOf(d)->exitType = (d)->exitType macro
77 #define initExitType(d) storeExitType(d) = vNEVER_ACTIVATED
79 #define copyExitType(d,s) storeExitType(d) = ExitTypeOf(s)
86 storeExitType(w) = EarlyExitOf(w)
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dcdk_int.h76 #define storeExitType(d) ObjOf(d)->exitType = (d)->exitType macro
77 #define initExitType(d) storeExitType(d) = vNEVER_ACTIVATED
79 #define copyExitType(d,s) storeExitType(d) = ExitTypeOf(s)
86 storeExitType(w) = EarlyExitOf(w)