Variable: proced-refinements
proced-refinements is a buffer-local variable defined in proced.el.gz.
Documentation
Information about the current buffer refinements.
It should be a list of elements of the form (REFINER PID KEY GRAMMAR), where
REFINER and GRAMMAR are as described in proced-grammar-alist, PID is the
process ID of the process used to create the refinement, and KEY the attribute
of the process. A value of nil indicates that there are no active refinements.
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defvar-local proced-refinements nil
"Information about the current buffer refinements.
It should be a list of elements of the form (REFINER PID KEY GRAMMAR), where
REFINER and GRAMMAR are as described in `proced-grammar-alist', PID is the
process ID of the process used to create the refinement, and KEY the attribute
of the process. A value of nil indicates that there are no active refinements.")