eshell-rewrite-if-command
eshell-rewrite-if-command is a compiled Lisp function in `esh-cmd.el
'.
(eshell-rewrite-if-command TERMS)
Rewrite an `if' command into its equivalent Eshell command form.
Because the implementation of `if' relies upon conditional
evaluation of its argument (i.e., use of a Lisp special form), it
must be implemented via rewriting, rather than as a function.