Lines Matching refs:sword

34   sword = word;
157 Date, Filler1, Time, Filler2: sword;
163 req_version: sword;
164 def_zone: sword;
165 haveshare: sword;
177 zone: sword;
178 net: sword;
179 node: sword;
180 point: sword;
196 utc_ofs: sword;
197 filler1: sword; // dword align
200 filler2: sword; // dword align
205 CloseArea: function(mh: PAreaHandle): sword; cdecl;
206 OpenMsg: function(mh: PAreaHandle; mode: sword; n: dword): PMsgHandle; cdecl;
207 CloseMsg: function(msgh: PMsgHandle): sword; cdecl;
209 …on(msgh: PMsgHandle; append: sword; msg: PXMSG; text: PChar; textlen: dword; totlen: dword; clen: …
210 KillMsg: function(mh: PAreaHandle; msgnum: dword): sword; cdecl;
211 Lock: function(mh: PAreaHandle): sword; cdecl;
212 UnLock: function(mh: PAreaHandle): sword; cdecl;
213 SetCurPos: function(msgh: PMsgHandle; pos: dword): sword; cdecl;
216 UidToMsgn: function(mh: PAreaHandle; UMsgId: TUMsgId; _type: sword): dword; cdecl;
218 SetHighWater: function(mh: PAreaHandle; hwm: dword): sword; cdecl;
226 len: sword;
227 _type: sword;
232 sz_xmsg: sword;
288 function MsgGetMsgApiErr: sword; cdecl;
300 function MsgCloseArea(_AreaHandle: PAreaHandle): sword; cdecl;
340 function MsgOpenMsg(_AreaHandle: PAreaHandle; _Mode: sword; _MsgNum: dword): PMsgHandle; cdecl;
348 function MsgCloseMsg(_MsgHandle: PMsgHandle): sword; cdecl;
559 function MsgWriteMsg(_MsgHandle: PMsgHandle; _Append: sword; _XMsg: PXMSG; in MsgWriteMsg()
561 _Control: PChar): sword; cdecl;
578 function MsgKillMsg(_AreaHandle: PAreaHandle; _MsgNum: dword): sword; cdecl; in MsgKillMsg()
580 function MsgLock(mh: PAreaHandle): sword; cdecl; in MsgLock()
581 function MsgUnLock(mh: PAreaHandle): sword; cdecl; in MsgUnLock()
594 function MsgSetCurPos(_MsgHandle: PMsgHandle; _Pos: dword): sword; cdecl; in MsgSetCurPos()
645 function MsgUidToMsgn(_AreaHandle: PAreaHandle; _UMsgId: TUMsgId; _Type: sword): dword; cdecl; in MsgUidToMsgn()
664 function MsgSetHighWater(_AreaHandle: PAreaHandle; _HighWater: dword): sword; cdecl; in MsgSetHighWater()
772 function MsgOpenApi(_MInf: PMINF): sword; cdecl; in MsgOpenApi()
780 function MsgCloseApi: sword; cdecl; in MsgCloseApi()