Home
last modified time | relevance | path

Searched refs:AppleEvent (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/macosx/PowerMacintosh/tclAE2.0/Contents/Resources/
H A Doserrors.tcl72 set error::OSErr(-1706) {AppleEvent -1706 {Need a newer version of the AppleEvent manager.}}
78 set error::OSErr(-1712) {AppleEvent -1712 {AppleEvent timed out.}}
82 set error::OSErr(-1716) {AppleEvent -1716 {Unknown AppleEvent address type.}}
86 set error::OSErr(-1720) {AppleEvent -1720 {Invalid range.}}
91 set error::OSErr(-1727) {AppleEvent -1727 {Expected a reference.}}
95 set error::OSErr(-1731) {AppleEvent -1731 {Unknown object type.}}
97 set error::OSErr(-1751) {AppleEvent -1751 {Invalid script id.}}
99 set error::OSErr(-1753) {AppleEvent -1753 {Script error.}}
101 set error::OSErr(-1755) {AppleEvent -1755 {Invalid access.}}
102 set error::OSErr(-1756) {AppleEvent -1756 {Source not available.}}
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/macosx/i386/tclAE/
H A Doserrors.tcl73 set error::OSErr(-1706) {AppleEvent -1706 {Need a newer version of the AppleEvent manager.}}
79 set error::OSErr(-1712) {AppleEvent -1712 {AppleEvent timed out.}}
83 set error::OSErr(-1716) {AppleEvent -1716 {Unknown AppleEvent address type.}}
87 set error::OSErr(-1720) {AppleEvent -1720 {Invalid range.}}
92 set error::OSErr(-1727) {AppleEvent -1727 {Expected a reference.}}
96 set error::OSErr(-1731) {AppleEvent -1731 {Unknown object type.}}
98 set error::OSErr(-1751) {AppleEvent -1751 {Invalid script id.}}
100 set error::OSErr(-1753) {AppleEvent -1753 {Script error.}}
102 set error::OSErr(-1755) {AppleEvent -1755 {Invalid access.}}
103 set error::OSErr(-1756) {AppleEvent -1756 {Source not available.}}
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-appleevent.cpp30 static pascal OSErr AEoapp (const AppleEvent *, AppleEvent *, long);
31 static pascal OSErr AErapp (const AppleEvent *, AppleEvent *, long);
32 static pascal OSErr AEpdoc (const AppleEvent *, AppleEvent *, long);
33 static pascal OSErr AEquit (const AppleEvent *, AppleEvent *, long);
34 static pascal OSErr AEodoc (const AppleEvent *, AppleEvent *, long);
37 static pascal OSErr AEoapp (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEoapp()
56 static pascal OSErr AErapp (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AErapp()
83 static pascal OSErr AEpdoc (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEpdoc()
88 static pascal OSErr AEquit (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEquit()
99 static pascal OSErr AEodoc (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEodoc()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-appleevent.cpp204 static pascal OSErr AEoapp (const AppleEvent *, AppleEvent *, long);
205 static pascal OSErr AErapp (const AppleEvent *, AppleEvent *, long);
206 static pascal OSErr AEpdoc (const AppleEvent *, AppleEvent *, long);
207 static pascal OSErr AEquit (const AppleEvent *, AppleEvent *, long);
208 static pascal OSErr AEodoc (const AppleEvent *, AppleEvent *, long);
211 static pascal OSErr AEoapp (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEoapp()
230 static pascal OSErr AErapp (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AErapp()
257 static pascal OSErr AEpdoc (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEpdoc()
262 static pascal OSErr AEquit (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEquit()
273 static pascal OSErr AEodoc (const AppleEvent *theEvent, AppleEvent *theReply, long refCon) in AEodoc()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DAEHandlers.h30 OSErr RequiredCheck(AppleEvent *theAppleEvent);
31 pascal OSErr HandleOAPP(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
32 pascal OSErr HandleODOC(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
33 pascal OSErr HandlePDOC(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
34 pascal OSErr HandleQUIT(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
H A DAEHandlers.c45 OSErr RequiredCheck(AppleEvent *theAppleEvent ) in RequiredCheck()
62 pascal OSErr HandleOAPP(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandleOAPP() argument
73 pascal OSErr HandleODOC(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandleODOC() argument
118 pascal OSErr HandlePDOC(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandlePDOC() argument
129 pascal OSErr HandleQUIT(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandleQUIT() argument
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Diappmac.c49 static void do_ae_open_document(const AppleEvent *message);
51 static OSStatus MissingParameterCheck(const AppleEvent *inputEvent);
52 static pascal OSErr DoOpenApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRe…
53 static pascal OSErr DoQuitApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRe…
54 static pascal OSErr DoOpenDocument(const AppleEvent *inputEvent, AppleEvent *outputEvent, long hand…
82 MissingParameterCheck(const AppleEvent *inputEvent) in MissingParameterCheck()
101 DoOpenApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRefCon) in DoOpenApp()
110 DoQuitApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRefCon) in DoQuitApp()
119 DoOpenDocument(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRefCon) in DoOpenDocument()
146 do_ae_open_document(const AppleEvent *message) in do_ae_open_document()
H A Dtkmac.c43 static Boolean missed_any_parameters(const AppleEvent *message);
44 static pascal OSErr do_ae_open_application(const AppleEvent *message, AppleEvent *reply, long refco…
45 static pascal OSErr do_ae_open_documents(const AppleEvent *message, AppleEvent *reply, long refcon);
46 static pascal OSErr do_ae_print_documents(const AppleEvent *message, AppleEvent *reply, long refcon…
47 static pascal OSErr do_ae_quit_application(const AppleEvent *message, AppleEvent *reply, long refco…
176 missed_any_parameters(const AppleEvent *message) in missed_any_parameters()
198 do_ae_open_application(const AppleEvent *message, AppleEvent *reply, long refcon) in do_ae_open_application()
218 do_ae_open_documents(const AppleEvent *message, AppleEvent *reply, long refcon) in do_ae_open_documents()
260 do_ae_print_documents(const AppleEvent *message, AppleEvent *reply, long refcon) in do_ae_print_documents()
269 do_ae_quit_application(const AppleEvent *message, AppleEvent *reply, long refcon) in do_ae_quit_application()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlmac.cc49 static void do_ae_open_document(const AppleEvent *message);
51 static OSStatus MissingParameterCheck(const AppleEvent *inputEvent);
52 static pascal OSErr DoOpenApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRe…
53 static pascal OSErr DoQuitApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRe…
54 static pascal OSErr DoOpenDocument(const AppleEvent *inputEvent, AppleEvent *outputEvent, long hand…
142 MissingParameterCheck(const AppleEvent *inputEvent) in MissingParameterCheck()
161 DoOpenApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRefCon) in DoOpenApp()
170 DoQuitApp(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRefCon) in DoQuitApp()
179 DoOpenDocument(const AppleEvent *inputEvent, AppleEvent *outputEvent, long handlerRefCon) in DoOpenDocument()
206 do_ae_open_document(const AppleEvent *message) in do_ae_open_document()
/dports/games/zoom/zoom-1.1.5/src/
H A Dcarbondisplay.h83 extern OSErr ae_opendocs_handler(const AppleEvent* evt,
84 AppleEvent* reply,
86 extern OSErr ae_open_handler (const AppleEvent* evt,
87 AppleEvent* reply,
89 extern OSErr ae_print_handler (const AppleEvent* evt,
90 AppleEvent* reply,
92 extern OSErr ae_quit_handler (const AppleEvent* evt,
93 AppleEvent* reply,
95 extern OSErr ae_reopen_handler (const AppleEvent* evt,
96 AppleEvent* reply,
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAEInteraction.pas251 function AESend( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; sendMode: AESendMo… in AESend()
328 function AEResetTimer( const (*var*) reply: AppleEvent ): OSErr; external name '_AEResetTimer'; in AEResetTimer()
409 function AESuspendTheCurrentEvent( const (*var*) theAppleEvent: AppleEvent ): OSErr; external name … in AESuspendTheCurrentEvent()
452 … AEResumeTheCurrentEvent( const (*var*) theAppleEvent: AppleEvent; const (*var*) reply: AppleEvent in AEResumeTheCurrentEvent()
467 function AEGetTheCurrentEvent( var theAppleEvent: AppleEvent ): OSErr; external name '_AEGetTheCurr… in AEGetTheCurrentEvent()
482 function AESetTheCurrentEvent( const (*var*) theAppleEvent: AppleEvent ): OSErr; external name '_AE… in AESetTheCurrentEvent()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/macos/
H A Di_main.c45 OSErr RequiredCheck (const AppleEvent *theAppleEvent) in RequiredCheck()
58 pascal OSErr HandleODOC (const AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon) in HandleODOC()
103 OSErr HandleQUIT (const AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon) in HandleQUIT()
122 OSErr HandleOAPP (const AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon) in HandleOAPP()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm10/llvm-10.0.1.src/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm11/llvm-11.0.1.src/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm90/llvm-9.0.1.src/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "no-frame-pointer-elim-…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm80/llvm-8.0.1.src/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "no-frame-pointer-elim-…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…

1234567891011