Searched refs:ID_SYSMSG (Results 1 – 2 of 2) sorted by relevance
798 const char* const *S = (MsgId == ID_SYSMSG) ? OpSysSymbolic : OpGsSymbolic; in getMsgOpId()799 const int F = (MsgId == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in getMsgOpId()800 const int L = (MsgId == ID_SYSMSG) ? OP_SYS_LAST_ : OP_GS_LAST_; in getMsgOpId()820 case ID_SYSMSG: in isValidMsgOp()829 return (MsgId == ID_SYSMSG)? OpSysSymbolic[OpId] : OpGsSymbolic[OpId]; in getMsgOpName()851 return MsgId == ID_GS || MsgId == ID_GS_DONE || MsgId == ID_SYSMSG; in msgRequiresOp()
270 ID_SYSMSG = 15, enumerator