[BACK]Return to usage.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/usage.c between version 1.7 and 1.11

version 1.7, 2001/05/04 01:06:26 version 1.11, 2002/11/10 07:00:05
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/Kan/usage.c,v 1.6 2000/06/08 08:35:03 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/Kan/usage.c,v 1.10 2002/11/04 10:53:56 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 #include "datatype.h"  #include "datatype.h"
 #include "stackm.h"  #include "stackm.h"
Line 151  void Kusage2(fp,s)
Line 151  void Kusage2(fp,s)
     fppp(fp,"  [(forkExec) argList fdList sigblock] extension pid\n");      fppp(fp,"  [(forkExec) argList fdList sigblock] extension pid\n");
     fppp(fp,"  [(getchild)] extension listOfPid (generated by forkExec)\n");      fppp(fp,"  [(getchild)] extension listOfPid (generated by forkExec)\n");
     fppp(fp,"  [(keywords) ] extension array-of-names-of-primitives \n");      fppp(fp,"  [(keywords) ] extension array-of-names-of-primitives \n");
       fppp(fp,"  [(nobody) ] extension null \n");
     fppp(fp,"  [(getUniqueFileName) path] extension newName \n");      fppp(fp,"  [(getUniqueFileName) path] extension newName \n");
     fppp(fp,"  [(outputObjectToFile) path obj] extension null \n");      fppp(fp,"  [(outputObjectToFile) path obj] extension null \n");
       fppp(fp,"  [(ostype)] extension list \n");
       fppp(fp,"  [(regionMatches) string stringArray] extension list \n");
     /* fppp(fp,"  [(asir0) string] extension result-object \n"); */      /* fppp(fp,"  [(asir0) string] extension result-object \n"); */
     fppp(fp,"See also plugin-* in ??. \n");      fppp(fp,"See also plugin-* in ??. \n");
   }else if (strcmp(s,"file")==0) {    }else if (strcmp(s,"file")==0) {
Line 464  void Kusage2(fp,s)
Line 467  void Kusage2(fp,s)
     fppp(fp,"                              The 4th differential operator.\n");      fppp(fp,"                              The 4th differential operator.\n");
     fppp(fp,"         [(PrintDollar) 0] system_variable\n");      fppp(fp,"         [(PrintDollar) 0] system_variable\n");
     fppp(fp,"                          Set the global variable PrintDollar to 0\n");      fppp(fp,"                          Set the global variable PrintDollar to 0\n");
     }else if (strcmp(s,"tlimit")==0) {
       fppp(fp,"<< { ... } t tlimit results >>\n");
       fppp(fp,"Limit the execution time to t seconds.\n");
       fppp(fp,"When t is not positive, tlimit pushes the execution time.\n");
   }else if (strcmp(s,"to_records")==0) {    }else if (strcmp(s,"to_records")==0) {
     fppp(fp,"<< ({arg1,arg2,...,argn})  to_records (arg1) ... (argn) n >>\n");      fppp(fp,"<< ({arg1,arg2,...,argn})  to_records (arg1) ... (argn) n >>\n");
     fppp(fp,"Example: ({x,y2}) to_records ===> (x) (y2) 2\n");      fppp(fp,"Example: ({x,y2}) to_records ===> (x) (y2) 2\n");

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>