Searched refs:M_TYPE (Results 1 – 6 of 6) sorted by relevance
124 #define M_TYPE 0x0080 /* 'm' event type */ macro
683 if (flags & M_TYPE) {684 checkflags |= M_TYPE;
455 if (flags & M_TYPE) { in proc_type() 459 flags |= M_TYPE; in proc_type()
96 #define M_TYPE 8 /* ${@var} */ macro1062 type = M_TYPE; in varsub()1320 else if(type==M_TYPE) in varsub()1365 else if(type==M_TYPE) in varsub()
106 #define M_TYPE 8 /* ${@var} */ macro 1127 type = M_TYPE; in varsub() 1420 else if(type==M_TYPE) in varsub() 1468 else if(type==M_TYPE) in varsub()
20981 #define M_TYPE 0xffffU macro 20983 #define G_TYPE(x) (((x) >> S_TYPE) & M_TYPE)