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

Lines Matching refs:list

111 ;;   echo `(list ,lisp-symbol)
195 command's full argument list, which is a list of sexps (typically
208 "*A list of commands names or functions, that determine complexity.
210 and NAME is part of this list, it is invoked as a complex command.
212 command works fine without being part of this list, then it doesn't
250 "*A list of functions which might return an ansychronous process.
261 "*A list of `let' bindings for subcommand environments."
371 (list 'eshell-do-subjob
372 (list 'list (eshell-parse-pipeline cmd)))))
376 (list 'eshell-trap-errors cmd))))
381 (setcar cmd (list 'eshell-commands (car cmd))))
384 (append (list 'progn)
386 (list '(run-hooks 'eshell-pre-command-hook)))
389 (list
390 (list 'catch (quote 'top-level)
391 (append (list 'progn) commands))
394 (list 'eshell-commands commands)
416 (setcar terms (list 'eshell-convert
417 (list 'eshell-command-to-value
462 (list sym cmd (append (list 'list) (cdr terms)))
463 (list sym cmd))))
493 (list 'eshell-commands (cadr (cadr arg))
508 (list
509 'let (list (list 'for-items
511 (list 'append)
517 (list 'list elem))))
519 (list 'eshell-command-body
520 (list 'quote (list nil)))
521 (list 'eshell-test-body
522 (list 'quote (list nil))))
523 (list
525 (list
526 'while (list 'car (list 'symbol-value
527 (list 'quote 'for-items)))
528 (list
530 (list 'let
531 (list (list (intern (cadr terms))
532 (list 'car
533 (list 'symbol-value
534 (list 'quote 'for-items)))))
535 (list 'eshell-protect
537 (list 'setcar 'for-items
538 (list 'cadr
539 (list 'symbol-value
540 (list 'quote 'for-items))))
541 (list 'setcdr 'for-items
542 (list 'cddr
543 (list 'symbol-value
544 (list 'quote 'for-items))))))
545 (list 'eshell-close-handles
547 (list 'list (quote 'quote)
564 (list 'progn test
565 (list 'eshell-exit-success-p))))
571 ;; list), we should reverse it.
575 (setq test (list 'not test)))
579 (list
580 'let (list (list 'eshell-command-body
581 (list 'quote (list nil)))
582 (list 'eshell-test-body
583 (list 'quote (list nil))))
584 (list func test body else)
585 (list 'eshell-close-handles
587 (list 'list (quote 'quote)
600 (list 'eshell-protect
613 (list 'eshell-protect
619 (list 'eshell-protect
639 (results (list t))
654 (list
658 (list 'eshell-execute-pipeline
659 (list 'quote pieces))))))
672 (list 'eshell-protect (car results))
673 (list 'eshell-protect final)
691 (list 'eshell-as-subcommand
707 (list 'eshell-command-to-value
708 (list 'eshell-lisp-command (list 'quote obj)))
714 If REVERSED is non-nil, the list of separated term groups will be
716 will be set to a list of all the separator operators found (or '(list
718 (let ((sub-terms (list t))
719 (eshell-sep-terms (list t))
727 (nconc eshell-sep-terms (list (nth 1 (car terms))))
729 sub-terms (list t)))
730 (nconc sub-terms (list (car terms))))
764 ensconced in a list."
783 `(let ((eshell-this-command-hook (list 'ignore)))
993 (list (list 'let '((here (and (eobp) (point))))
995 (list 'insert-and-inherit
999 (list 'eshell-do-eval
1000 (list 'quote command)))))
1093 (list 'quote (eval form)))
1162 (list (eshell-do-eval
1168 (setcar args (list 'eshell-do-eval
1169 (list 'quote (car args))
1197 ;; (eshell-named-command "echo" (list "Hello" "world"))
1228 (list 'quote result))))))))))))
1417 (eshell-close-handles 0 (list 'quote result)))))