Home
last modified time | relevance | path

Searched refs:histvar (Results 1 – 7 of 7) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/
H A Deieio-opt.el107 (defun eieio-read-class (prompt &optional histvar instantiable-only)
114 (or histvar 'eieio-read-class))))
116 (defun eieio-read-subclass (prompt class &optional histvar instantiable-only)
125 (or histvar 'eieio-read-class))))
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/
H A Deieio-opt.el107 (defun eieio-read-class (prompt &optional histvar instantiable-only)
114 (or histvar 'eieio-read-class))))
116 (defun eieio-read-subclass (prompt class &optional histvar instantiable-only)
125 (or histvar 'eieio-read-class))))
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dminibuf.c577 Lisp_Object histvar, Lisp_Object histpos, Lisp_Object defalt, in read_minibuf() argument
755 Vminibuffer_history_variable = histvar; in read_minibuf()
766 histval = find_symbol_value (histvar); in read_minibuf()
769 Fset (histvar, Qnil); in read_minibuf()
961 call2 (Qadd_to_history, histvar, histstring); in read_minibuf()
1334 Lisp_Object histvar, histpos, val; variable
1346 histvar = hist;
1351 histvar = Fcar_safe (hist);
1354 if (NILP (histvar))
1355 histvar = Qminibuffer_history;
[all …]
H A DChangeLog.36692 * minibuf.c (read_minibuf): Two additional args histvar and histpos.
/dports/editors/emacs/emacs-27.2/src/
H A Dminibuf.c353 Lisp_Object histvar, Lisp_Object histpos, Lisp_Object defalt, in read_minibuf() argument
499 Vminibuffer_history_variable = histvar; in read_minibuf()
708 call2 (intern ("add-to-history"), histvar, histstring); in read_minibuf()
920 Lisp_Object histvar, histpos, val; variable
930 histvar = hist;
935 histvar = Fcar_safe (hist);
938 if (NILP (histvar))
939 histvar = Qminibuffer_history;
945 histvar, histpos, default_value,
H A DChangeLog.36692 * minibuf.c (read_minibuf): Two additional args histvar and histpos.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.324325 Further simplifications along the way: Prefer re-using local var `histvar`