Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_retroicor.c198 char * histstring; in PRIC_main() local
329 histstring = PLUTO_commandstring(plint); in PRIC_main()
330 tross_Append_History(new_dset, histstring); in PRIC_main()
331 free(histstring); in PRIC_main()
/dports/science/cdo/cdo-2.0.0/src/
H A Dcdo_history.cc46 cdo_append_history(int vlistID, const char *histstring) in cdo_append_history() argument
81 history += histstring; in cdo_append_history()
H A Dcdo_history.h4 void cdo_append_history(int vlistID, const char *histstring);
/dports/editors/emacs/emacs-27.2/src/
H A Dminibuf.c362 Lisp_Object histstring; in read_minibuf() local
692 histstring = val; in read_minibuf()
694 histstring = defalt; in read_minibuf()
696 histstring = XCAR (defalt); in read_minibuf()
698 histstring = Qnil; in read_minibuf()
707 if (! (NILP (Vhistory_add_new_input) || NILP (histstring))) in read_minibuf()
708 call2 (intern ("add-to-history"), histvar, histstring); in read_minibuf()
H A DChangeLog.1128753 (read_minibuf): If defalt is cons, set histstring to its car.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dminibuf.c588 Lisp_Object histstring; in read_minibuf() local
935 histstring = val; in read_minibuf()
937 histstring = defalt; in read_minibuf()
939 histstring = XCAR (defalt); in read_minibuf()
941 histstring = Qnil; in read_minibuf()
960 if (! (NILP (Vhistory_add_new_input) || NILP (histstring))) in read_minibuf()
961 call2 (Qadd_to_history, histvar, histstring); in read_minibuf()
H A DChangeLog.1128753 (read_minibuf): If defalt is cons, set histstring to its car.