[BACK]Return to math2.tm CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/math2.tm between version 1.5 and 1.9

version 1.5, 1999/11/07 12:12:55 version 1.9, 2000/01/22 06:29:17
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_math/math2.tm,v 1.4 1999/11/04 19:33:17 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/math2.tm,v 1.8 2000/01/20 15:32:21 ohara Exp $ */
   
 /* サーバとの通信路を開く */  
 int OX_start P((const char *));  int OX_start P((const char *));
 :Begin:  :Begin:
 :Function: OX_start  :Function: OX_start
Line 11  int OX_start P((const char *));
Line 10  int OX_start P((const char *));
 :ReturnType: Integer  :ReturnType: Integer
 :End:  :End:
   
   int OX_start_remote_ssh P((const char *, const char *));
   :Begin:
   :Function: OX_start_remote_ssh
   :Pattern: OxStartRemoteSSH[s_String, host_String]
   :Arguments: {s, host}
   :ArgumentTypes: {String, String}
   :ReturnType: Integer
   :End:
   
 int OX_start_insecure P ((const char *, int, int));  int OX_start_insecure P ((const char *, int, int));
 :Begin:  :Begin:
 :Function: OX_start_insecure  :Function: OX_start_insecure
Line 20  int OX_start_insecure P ((const char *, int, int));
Line 28  int OX_start_insecure P ((const char *, int, int));
 :ReturnType: Integer  :ReturnType: Integer
 :End:  :End:
   
 int OX_executeStringByLocalParser P((const char *));  int OX_execute_string P((const char *));
   
 :Begin:  :Begin:
 :Function: OX_executeStringByLocalParser  :Function: OX_execute_string
 :Pattern: OxExecute[s_String]  :Pattern: OxExecuteString[s_String]
 :Arguments: {s}  :Arguments: {s}
 :ArgumentTypes: {String}  :ArgumentTypes: {String}
 :ReturnType: Integer  :ReturnType: Integer
Line 48  char *OX_popString P(());
Line 56  char *OX_popString P(());
 :Arguments: {}  :Arguments: {}
 :ArgumentTypes: {}  :ArgumentTypes: {}
 :ReturnType: String  :ReturnType: String
   :End:
   
   void OX_popCMO P(());
   
   :Begin:
   :Function: OX_popCMO
   :Pattern: OxPopCMO[]
   :Arguments: {}
   :ArgumentTypes: {}
   :ReturnType: Manual
   :End:
   
   void OX_get P(());
   
   :Begin:
   :Function: OX_get
   :Pattern: OxGet[]
   :Arguments: {}
   :ArgumentTypes: {}
   :ReturnType: Manual
 :End:  :End:
   
 int OX_close P(());  int OX_close P(());

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.9

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