[BACK]Return to ox.sm1 CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Doc

Diff for /OpenXM/src/kan96xx/Doc/ox.sm1 between version 1.20 and 1.21

version 1.20, 2002/08/03 06:02:35 version 1.21, 2002/11/08 14:18:00
Line 1 
Line 1 
 %%%%%%%%%%%  $OpenXM: OpenXM/src/kan96xx/Doc/ox.sm1,v 1.19 2001/12/28 08:05:44 takayama Exp $  %%%%%%%%%%%  $OpenXM: OpenXM/src/kan96xx/Doc/ox.sm1,v 1.20 2002/08/03 06:02:35 takayama Exp $
   
 /ox.sm1.loaded 1 def  /ox.sm1.loaded 1 def
 %%%%%%%%%%%% Configuration: Specify your server path  %%%%%%%%%%%% Configuration: Specify your server path
Line 145  ox.version [(Version)] system_variable gt 
Line 145  ox.version [(Version)] system_variable gt 
  (oxpopcmo1, oxpopcmo2,  sm1connect2, sm1connect3)   (oxpopcmo1, oxpopcmo2,  sm1connect2, sm1connect3)
  (sm1connectr ox_launch, ox_launch_nox)   (sm1connectr ox_launch, ox_launch_nox)
  (oxNoX : set an environment to invoke oxlog without xterm and to call oxlog with >& /dev/null)   (oxNoX : set an environment to invoke oxlog without xterm and to call oxlog with >& /dev/null)
    (oxresetAll,  oxIsInterruptable, [(oxGetClientList)] extension )
  $        ex 1.  (ox.sm1) run oxNoX sm1connectr $   $        ex 1.  (ox.sm1) run oxNoX sm1connectr $
  $        ex 2.  (oxasir.sm1) run oxNoX (x^2-1). fctr pmat ; $   $        ex 2.  (oxasir.sm1) run oxNoX (x^2-1). fctr pmat ; $
  ]   ]
Line 1073  ox.verbose {
Line 1074  ox.verbose {
   ] pop    ] pop
   popVariables    popVariables
   arg1    arg1
   } def
   
   /oxIsInterruptable {
     /arg1 set  % Client Object
     [/in-ox_get_server_name /mcap /ans /sname] pushVariables
     [
       /mcap arg1 def
       /ans 0 def
       mcap tag 6 eq {
        mcap 10 get tag 6 eq {
         mcap 10 get 1 get 0 get 1 get /sname set
        }{ /sname (  ) def } ifelse
       }{
         /sname (  ) def
       } ifelse
       (ox_sm1) sname isSubstr -1 eq {
       } { /ans 1 def } ifelse
       (ox_asir) sname isSubstr -1 eq {
       } { /ans 1 def } ifelse
       /arg1 ans def
     ] pop
     popVariables
     arg1
   } def
   
   /oxresetAll {
    [(oxGetClientList)] extension
    { dup oxIsInterruptable { oxreset } { pop } ifelse } map
 } def  } def
   
 [(ostype)] extension  0 get  [(ostype)] extension  0 get

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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