comparison src/variables.cc @ 1646:23ff3d50ab76

[project @ 1995-12-14 09:44:52 by jwe]
author jwe
date Thu, 14 Dec 1995 09:46:42 +0000
parents 5e108d51e370
children 68c5b639e6e6
comparison
equal deleted inserted replaced
1645:44ed237bdc1e 1646:23ff3d50ab76
1736 1736
1737 DEFVAR ("gnuplot_has_multiplot", SBV_gnuplot_has_multiplot, 1737 DEFVAR ("gnuplot_has_multiplot", SBV_gnuplot_has_multiplot,
1738 with_multiplot, 0, gnuplot_has_multiplot, 1738 with_multiplot, 0, gnuplot_has_multiplot,
1739 "true if gnuplot supports multiplot, false otherwise"); 1739 "true if gnuplot supports multiplot, false otherwise");
1740 1740
1741 DEFVAR ("history_file", SBV_history_file,
1742 default_history_file (), 0, sv_history_file,
1743 "name of command history file");
1744
1745 DEFVAR ("history_size", SBV_history_size,
1746 default_history_size (), 0, history_size,
1747 "number of commands to save in the history list");
1748
1741 DEFCONST ("i", SBV_i, Complex (0.0, 1.0), 1, 0, 1749 DEFCONST ("i", SBV_i, Complex (0.0, 1.0), 1, 0,
1742 "sqrt (-1)"); 1750 "sqrt (-1)");
1743 1751
1744 DEFVAR ("ignore_function_time_stamp", 1752 DEFVAR ("ignore_function_time_stamp",
1745 SBV_ignore_function_time_stamp, "system", 0, 1753 SBV_ignore_function_time_stamp, "system", 0,