Searched refs:CAFESTOP_ONLY_IF_FSEMUL (Results 1 – 2 of 2) sorted by relevance
37 CAFESTOP_ONLY_IF_FSEMUL=0 # by default, always call cafestop1001 …f ) CAFESTOP_ONLY_IF_FSEMUL=1;; # only call cafestop if FSEmul is not running (option for…1155 if [ $CAFESTOP_ONLY_IF_FSEMUL -eq 0 -o "`ps | grep FSEmul`" != "" ]
71 internal static EnvVar CAFESTOP_ONLY_IF_FSEMUL = new EnvVar("CAFESTOP_ONLY_IF_FSEMUL"); field in CafeX.Program1937 CAFESTOP_ONLY_IF_FSEMUL.value = "0"; in run()2646 CAFESTOP_ONLY_IF_FSEMUL.value = "1"; in run()3129 …if ((CAFESTOP_ONLY_IF_FSEMUL.value == "0" || (fsEmulProcesses != null && fsEmulProcesses.Length > … in run()