Searched refs:tramp (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp-util.el2 ;;; tramp-util.el --- Misc utility functions to use with Tramp
34 (require 'tramp)
35 (add-hook 'tramp-util-unload-hook
37 (when (featurep 'tramp)
38 (unload-feature 'tramp 'force))))
48 (defvar tramp-minor-mode))
52 (defvar tramp-minor-mode-map (make-sparse-keymap)
55 (define-minor-mode tramp-minor-mode "Tramp minor mode for utility functions."
56 :group 'tramp
60 :keymap tramp
[all...]
H A Drcompile.el120 ;; We use the Tramp internal functions `with-parsed-tramp-file-name'
121 ;; and `tramp-make-tramp-file-name'. Better would be, if there are
131 (let ((parsed (and (featurep 'tramp)
135 (funcall (symbol-function 'with-parsed-tramp-file-name)
169 (parsed (and (featurep 'tramp)
180 (funcall (symbol-function 'with-parsed-tramp-file-name)
190 (when (featurep 'tramp)
192 (funcall (symbol-function 'tramp-make-tramp
[all...]
H A Dtramp-ftp.el0 ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP -*- coding: iso-8859-1; -*-
28 ;; Most of them are displaced from tramp.el.
32 (require 'tramp)
51 (defun tramp-disable-ange-ftp ()
54 `tramp-file-name-structure-unified' and
55 `tramp-file-name-structure-separate' for details. Requests suitable
57 `tramp-ftp-method', `tramp-default-method', and
58 `tramp-default-method-alist'.
68 '(when (functionp 'tramp
[all...]
H A Dtramp.el2 ;;; tramp.el --- Transparent Remote Access, Multiple Protocol
34 ;; the local and the remote host, whereas tramp.el uses a combination
48 ;; loaded before tramp.el. Could you please test this and tell me about
54 ;; http://ftp.gnu.org/gnu/tramp/
57 ;; tramp-devel@gnu.org
59 ;; http://lists.gnu.org/mailman/listinfo/tramp-devel
63 ;; http://savannah.gnu.org/projects/tramp/
72 (add-hook 'tramp-unload-hook
97 (autoload 'tramp-uuencode-region "tramp
180 (defgroup tramp nil function
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dffi_darwin.c503 unsigned int *tramp; local
513 tramp = (unsigned int *) &closure->tramp[0];
514 tramp[0] = 0x7c0802a6; /* mflr r0 */
515 tramp[1] = 0x429f000d; /* bcl- 20,4*cr7+so,0x10 */
516 tramp[4] = 0x7d6802a6; /* mflr r11 */
517 tramp[5] = 0x818b0000; /* lwz r12,0(r11) function address */
518 tramp[6] = 0x7c0803a6; /* mtlr r0 */
519 tramp[7] = 0x7d8903a6; /* mtctr r12 */
520 tramp[
[all...]
H A Dffi.c841 void **tramp = (void **) &closure->tramp[0]; local
845 memcpy (tramp, (char *) ffi_closure_LINUX64, 16);
846 tramp[2] = (void *) closure;
848 unsigned int *tramp;
852 tramp = (unsigned int *) &closure->tramp[0];
853 tramp[0] = 0x7c0802a6; /* mflr r0 */
854 tramp[1] = 0x4800000d; /* bl 10 <trampoline_initial+0x10> */
855 tramp[
[all...]
/macosx-10.9.5/libffi-18.1/powerpc/
H A Dppc-ffi_darwin.c717 unsigned int* tramp = (unsigned int*)&closure->tramp[0]; local
720 tramp[0] = 0x7c0802a6; // mflr r0
721 tramp[1] = 0x429f0005; // bcl 20,31,+0x8
722 tramp[2] = 0x7d6802a6; // mflr r11
723 tramp[3] = 0x7c0803a6; // mtlr r0
724 tramp[4] = 0xe98b0018; // ld r12,24(r11)
725 tramp[5] = 0x7d8903a6; // mtctr r12
726 tramp[6] = 0xe96b0020; // ld r11,32(r11)
727 tramp[
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-ffi_darwin.c729 unsigned int* tramp = (unsigned int*)&closure->tramp[0]; local
732 tramp[0] = 0x7c0802a6; // mflr r0
733 tramp[1] = 0x429f0005; // bcl 20,31,+0x8
734 tramp[2] = 0x7d6802a6; // mflr r11
735 tramp[3] = 0x7c0803a6; // mtlr r0
736 tramp[4] = 0xe98b0018; // ld r12,24(r11)
737 tramp[5] = 0x7d8903a6; // mtctr r12
738 tramp[6] = 0xe96b0020; // ld r11,32(r11)
739 tramp[
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-ffi_darwin.c726 unsigned int* tramp = (unsigned int*)&closure->tramp[0]; local
729 tramp[0] = 0x7c0802a6; // mflr r0
730 tramp[1] = 0x429f0005; // bcl 20,31,+0x8
731 tramp[2] = 0x7d6802a6; // mflr r11
732 tramp[3] = 0x7c0803a6; // mtlr r0
733 tramp[4] = 0xe98b0018; // ld r12,24(r11)
734 tramp[5] = 0x7d8903a6; // mtctr r12
735 tramp[6] = 0xe96b0020; // ld r11,32(r11)
736 tramp[
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/x86/
H A Dffi64.c441 volatile unsigned short *tramp; local
443 tramp = (volatile unsigned short *) &closure->tramp[0];
445 tramp[0] = 0xbb49; /* mov <code>, %r11 */
446 *(void * volatile *) &tramp[1] = ffi_closure_unix64;
447 tramp[5] = 0xba49; /* mov <data>, %r10 */
448 *(void * volatile *) &tramp[6] = closure;
452 tramp[10] = cif->flags & (1 << 11) ? 0x49f9 : 0x49f8;
454 tramp[11] = 0xe3ff; /* jmp *%r11 */
H A Dffi.c345 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \
382 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV,
H A Dffi_darwin.c418 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \
506 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV,
/macosx-10.9.5/libffi-18.1/x86/
H A Dx86-ffi64.c510 volatile unsigned short* tramp = local
511 (volatile unsigned short*)&closure->tramp[0];
513 tramp[0] = 0xbb49; /* mov <code>, %r11 */
514 *(void* volatile*)&tramp[1] = ffi_closure_unix64;
515 tramp[5] = 0xba49; /* mov <data>, %r10 */
516 *(void* volatile*)&tramp[6] = closure;
520 tramp[10] = cif->flags & (1 << 11) ? 0x49f9 : 0x49f8;
521 tramp[11] = 0xe3ff; /* jmp *%r11 */
H A Dx86-ffi_darwin.c327 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \
365 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c488 volatile unsigned short* tramp = local
489 (volatile unsigned short*)&closure->tramp[0];
491 tramp[0] = 0xbb49; /* mov <code>, %r11 */
492 *(void* volatile*)&tramp[1] = ffi_closure_unix64;
493 tramp[5] = 0xba49; /* mov <data>, %r10 */
494 *(void* volatile*)&tramp[6] = closure;
498 tramp[10] = cif->flags & (1 << 11) ? 0x49f9 : 0x49f8;
499 tramp[11] = 0xe3ff; /* jmp *%r11 */
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c488 volatile unsigned short* tramp = local
489 (volatile unsigned short*)&closure->tramp[0];
491 tramp[0] = 0xbb49; /* mov <code>, %r11 */
492 *(void* volatile*)&tramp[1] = ffi_closure_unix64;
493 tramp[5] = 0xba49; /* mov <data>, %r10 */
494 *(void* volatile*)&tramp[6] = closure;
498 tramp[10] = cif->flags & (1 << 11) ? 0x49f9 : 0x49f8;
499 tramp[11] = 0xe3ff; /* jmp *%r11 */
H A Dx86-ffi_darwin.c327 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \
365 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV,
/macosx-10.9.5/emacs-92/emacs/man/
H A Dmakefile.w32-in43 $(infodir)/url $(infodir)/speedbar $(infodir)/tramp \
52 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
310 $(infodir)/tramp: tramp.texi
311 $(MAKEINFO) tramp.texi
312 tramp.dvi: tramp.texi
313 $(ENVADD) $(TEXI2DVI) $(srcdir)/tramp.texi
370 $(infodir)/speedbar* $(infodir)/tramp* \
H A DMakefile.in44 ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
52 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
315 ../info/tramp: tramp.texi trampver.texi
316 cd $(srcdir); $(MAKEINFO) -D emacs tramp.texi
317 tramp.dvi: tramp.texi trampver.texi
318 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/include/
H A Dffi.h232 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:__anon3454
245 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:__anon3455
H A Dffi.h.in217 char tramp[FFI_TRAMPOLINE_SIZE];
230 char tramp[FFI_TRAMPOLINE_SIZE];
/macosx-10.9.5/libffi-18.1/include/
H A Dffi.h262 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:ffi_closure
276 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:ffi_raw_closure
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h254 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:ffi_closure
268 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:ffi_raw_closure
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/include/
H A Dffi.h254 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:ffi_closure
268 char tramp[FFI_TRAMPOLINE_SIZE]; member in struct:ffi_raw_closure
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-block-trampolines.mm41 #define TRAMP(tramp) \
42 static inline uintptr_t tramp(void) { \
43 extern void *_##tramp; \
44 return ((uintptr_t)&_##tramp) & ~1UL; \

Completed in 303 milliseconds

12