• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/net/

Lines Matching +defs:nt +defs:type

145 (unless (memq system-type '(cygwin windows-nt))
188 :type 'integer)
193 :type 'boolean)
210 :type '(repeat (cons (regexp :tag "Regexp matching filename")
228 :type '(repeat
242 :type '(choice (const nil)
246 (if (memq system-type '(windows-nt))
268 :type '(file :must-match t))
277 :type 'string)
285 :type 'boolean)
301 :type '(file :must-match t))
316 ;;- :type '(repeat character))
632 :type '(repeat
661 :type '(repeat string))
686 :type '(repeat (list string function string)))
726 :type 'string)
742 :type '(repeat (list (regexp :tag "Host regexp")
748 (unless (memq system-type '(windows-nt))
755 (unless (memq system-type '(windows-nt))
772 (unless (memq system-type '(windows-nt))
778 (unless (memq system-type '(windows-nt))
863 :type 'string)
878 :type 'string)
892 :type '(repeat string))
901 :type 'regexp)
914 :type 'regexp)
923 :type 'regexp)
945 :type 'regexp)
956 :type 'regexp)
968 :type 'regexp)
974 "Terminal type\\? \\[.*\\]"
980 :type 'regexp)
989 :type 'regexp)
1000 :type 'regexp)
1010 :type 'regexp)
1020 :type 'string)
1026 :type 'boolean)
1038 ;; This might be the wrong way to test whether the widget type
1040 :type (if (get 'alist 'widget-type)
1041 '(alist :key-type string :value-type string)
1049 :type 'string)
1056 :type 'regexp)
1062 :type 'regexp)
1072 :type 'string)
1080 :type 'regexp)
1088 :type 'string)
1096 :type 'regexp)
1104 :type 'string)
1112 :type 'regexp)
1118 :type 'regexp)
1125 :type 'string)
1132 :type 'regexp)
1138 :type 'regexp)
1144 :type 'regexp)
1151 :type 'string)
1158 :type 'regexp)
1164 :type 'regexp)
1194 :type '(list (regexp :tag "File name regexp")
1234 :type 'regexp)
1265 :type 'regexp)
1297 :type '(list (regexp :tag "File name regexp")
1317 :type '(list (regexp :tag "Hop regexp")
1352 :type '(list string string string))
1354 (defcustom tramp-terminal-type "dumb"
1360 :type 'string)
1370 :type 'boolean)
1394 :type '(repeat (list variable function)))
1405 :type '(repeat (list variable function)))
1418 :type '(repeat (list variable function)))
1434 :type '(repeat string))
1443 (memq system-type '(hpux)))
1505 :type '(choice (const nil) integer))
1508 ;; Emacs on MacOS X has process-connection-type set to nil by default,
1511 (defcustom tramp-process-connection-type t
1512 "Overrides `process-connection-type' for connections from Tramp.
1513 Tramp binds process-connection-type to the value given here before
1516 :type '(choice (const nil) (const t) (const pty)))
1641 (defvar tramp-test-groks-nt nil
1642 "Whether the `test' command groks the `-nt' switch.
1643 \(`test A -nt B' tests if file A is newer than file B.)
1673 $type = readlink($ARGV[0]);
1674 $type = \"\\\"$type\\\"\";
1678 $type = \"t\";
1682 $type = \"nil\"
1688 $type,
1719 $type = readlink($filename);
1720 $type = \"\\\"$type\\\"\";
1724 $type = \"t\";
1728 $type = \"nil\"
1735 $type,
1882 (defconst tramp-file-mode-type-map '((0 . "-") ; Normal file (SVID-v2 and XPG2)
2581 ;; expansion will also provide a `test' command which groks `-nt' (for
2627 (if (tramp-get-test-groks-nt
2629 (zerop (tramp-run-test2 "test" file1 file2 "-nt"))
2826 ;; directories), and `find . -type d \! -name . -prune' to get a list
5497 "Tell the remote host which terminal type to use.
5498 The terminal type can be configured with `tramp-terminal-type'."
5499 (tramp-message 9 "Setting `%s' as terminal type."
5500 tramp-terminal-type)
5502 (process-send-string nil (concat tramp-terminal-type
5699 (setenv "TERM" tramp-terminal-type)
5780 (setenv "TERM" tramp-terminal-type)
5832 (setenv "TERM" tramp-terminal-type)
5897 (setenv "TERM" tramp-terminal-type)
6166 ;; Emacs makes a hack when this host type is detected locally. It cannot
6169 (tramp-message 9 "Checking remote host type for `send-process-string' bug")
6309 ;; Does `test A -nt B' work? Use abominable `find' construct if it
6313 (make-local-variable 'tramp-test-groks-nt)
6315 "( test / -nt / )")
6318 (setq tramp-test-groks-nt
6320 (unless tramp-test-groks-nt
6606 (let ((process-connection-type tramp-process-connection-type))
6907 (let ((type (cdr (assoc (logand (lsh mode -12) 15) tramp-file-mode-type-map)))
6917 (concat type user group other)))
7132 (defun tramp-get-test-groks-nt (multi-method method user host)
7136 tramp-test-groks-nt))
7370 (defun tramp-coding-system-change-eol-conversion (coding-system eol-type)
7375 (list coding-system eol-type)))
7380 (cond ((eq eol-type 'dos) 'crlf)
7381 ((eq eol-type 'unix) 'lf)
7382 ((eq eol-type 'mac) 'cr)
7385 eol-type
7431 ;; kludges section, we bind `system-type' in such a way that
7443 (let ((system-type 'not-windows))
7529 tramp-test-groks-nt
7562 tramp-terminal-type
7714 'part 'type "text/plain" 'encoding "base64"
7863 ;; operating system (windows-nt) in `tramp-completion-function-alist'.