Erase all contents and reset ps to its default configuration.
(vl-ps-full-reset &key (ps 'ps)) → ps
Function:
(defun vl-ps-full-reset-fn (ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard t)) (let ((__function__ 'vl-ps-full-reset)) (declare (ignorable __function__)) (vl-ps-seq (vl-ps-update-rchars nil) (vl-ps-update-col 0) (vl-ps-update-autowrap-col 80) (vl-ps-update-autowrap-ind 5) (vl-ps-update-htmlp nil) (vl-ps-update-tabsize 8) (vl-ps-update-package 'a-symbol-that-is-not-imported) (vl-ps-update-base 10))))