Searched refs:ID_SYSMSG (Results 1 – 2 of 2) sorted by relevance
1256 const char* const *S = (MsgId == ID_SYSMSG) ? OpSysSymbolic : OpGsSymbolic; in getMsgOpId()1257 const int F = (MsgId == ID_SYSMSG) ? OP_SYS_FIRST_ : OP_GS_FIRST_; in getMsgOpId()1258 const int L = (MsgId == ID_SYSMSG) ? OP_SYS_LAST_ : OP_GS_LAST_; in getMsgOpId()1280 case ID_SYSMSG: in isValidMsgOp()1289 return (MsgId == ID_SYSMSG)? OpSysSymbolic[OpId] : OpGsSymbolic[OpId]; in getMsgOpName()1313 return MsgId == ID_GS || MsgId == ID_GS_DONE || MsgId == ID_SYSMSG; in msgRequiresOp()
306 ID_SYSMSG = 15, enumerator