=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/builtin/ctrl.c,v retrieving revision 1.16 retrieving revision 1.23 diff -u -p -r1.16 -r1.23 --- OpenXM_contrib2/asir2000/builtin/ctrl.c 2002/01/04 17:08:22 1.16 +++ OpenXM_contrib2/asir2000/builtin/ctrl.c 2003/10/19 02:54:41 1.23 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.15 2001/08/06 01:48:32 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/builtin/ctrl.c,v 1.22 2003/06/07 16:40:24 saito Exp $ */ #include "ca.h" #include "parse.h" @@ -64,6 +64,7 @@ extern int do_message; extern int ox_batch,ox_check,ox_exchange_mathcap; extern int f4_nocheck; extern int StrassenSize; +extern int outputstyle; extern int fortran_output; extern int real_digit; #if defined(INTERVAL) @@ -72,6 +73,7 @@ extern int zerorewrite; extern int double_output; extern int use_new_hensel; extern int print_quote; +extern int show_crossref; static struct { char *key; @@ -80,10 +82,11 @@ static struct { {"cputime",&prtime}, {"nez",&nez}, {"echo",&echoback}, -#if DO_PLOT +#if defined(DO_PLOT) {"bigfloat",&bigfloat}, #endif {"verbose",&Verbose}, + {"quiet_mode",&do_quiet}, {"hideargs",&hideargs}, {"hex",&hex_output}, {"debug_window",&do_server_in_X11}, @@ -95,11 +98,13 @@ static struct { {"ox_exchange_mathcap",&ox_exchange_mathcap}, {"f4_nocheck",&f4_nocheck}, {"StrassenSize",&StrassenSize}, + {"outputstyle",&outputstyle}, {"double_output",&double_output}, {"real_digit",&real_digit}, {"fortran_output",&fortran_output}, {"new_hensel",&use_new_hensel}, {"print_quote",&print_quote}, + {"show_crossref",&show_crossref}, #if defined(INTERVAL) {"zerorewrite",&zerorewrite}, #endif