version 1.40, 2003/11/11 06:14:08 |
version 1.42, 2004/01/07 06:25:42 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/parse/glob.c,v 1.39 2003/10/20 09:17:52 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/parse/glob.c,v 1.41 2003/12/03 09:32:36 noro Exp $ |
*/ |
*/ |
#include "ca.h" |
#include "ca.h" |
#include "al.h" |
#include "al.h" |
Line 179 void notdef(VL vl,Obj a,Obj b,Obj *c) |
|
Line 179 void notdef(VL vl,Obj a,Obj b,Obj *c) |
|
|
|
int do_asirrc; |
int do_asirrc; |
int do_file; |
int do_file; |
|
char *do_filename; |
int do_message; |
int do_message; |
int do_fep; |
int do_fep; |
int read_exec_file; |
int read_exec_file; |
|
int asir_setenv; |
static int buserr_sav; |
static int buserr_sav; |
static char asir_history[BUFSIZ]; |
static char asir_history[BUFSIZ]; |
|
|
Line 334 void process_args(int ac,char **av) |
|
Line 336 void process_args(int ac,char **av) |
|
asir_terminate(1); |
asir_terminate(1); |
} |
} |
do_file = 1; |
do_file = 1; |
|
do_filename = *(av+1); |
av += 2; ac -= 2; |
av += 2; ac -= 2; |
|
} else if ( !strcmp(*av,"-E") ) { |
|
asir_setenv = 1; av++; ac--; |
} else if ( !strcmp(*av,"-quiet") ) { |
} else if ( !strcmp(*av,"-quiet") ) { |
do_quiet = 1; av++; ac--; |
do_quiet = 1; av++; ac--; |
} else if ( !strcmp(*av,"-norc") ) { |
} else if ( !strcmp(*av,"-norc") ) { |
Line 738 void copyright() { |
|
Line 743 void copyright() { |
|
#endif |
#endif |
printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n"); |
printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n"); |
printf("Copyright 2000-2003, Risa/Asir committers, http://www.openxm.org/.\n"); |
printf("Copyright 2000-2003, Risa/Asir committers, http://www.openxm.org/.\n"); |
printf("GC 6.1(alpha5) copyright 2001, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n"); |
printf("GC 6.2(alpha6) copyright 1988-2003, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n"); |
#if PARI |
#if PARI |
#if 0 |
#if 0 |
printf("PARI 2.2.4, copyright (C) 2002 The PARI Group.\n"); |
printf("PARI 2.2.4, copyright (C) 2002 The PARI Group.\n"); |