53 " with colon-separated list.");
149 getValCmd->
SetGuidance(
"Command is ignored if the UI command does not support GetCurrentValue().");
372 UI-> SetMacroSearchPath(newValue);
373 UI-> ParseMacroSearchPath();
378 UI-> ExecuteMacroFile(UI-> FindMacroPath(newValue));
425 if(std::getenv(newValue))
429 st += std::getenv(newValue);
435 ed <<
"<" << newValue <<
"> is not defined as a shell variable. Command ignored.";
454 { theValue = nextVal(); }
457 st += aliName +
" " + theValue;
466 int rc =
system(newValue);
470 ed <<
"<" << newValue <<
"> is not a valid shell command. Command ignored.";
512 if(comp==
">") x = (l>
r);
513 else if(comp==
">=") x = (l>=
r);
514 else if(comp==
"<") x = (l<
r);
515 else if(comp==
"<=") x = (l<=
r);
516 else if(comp==
"==") x = (l==
r);
517 else if(comp==
"!=") x = (l!=
r);
529 while(!((ca=next()).isNull()))
537 if(
c1(c1.length()-1)==
'"')
538 { strippedValue =
c1(1,c1.length()-2); }
540 { strippedValue =
c1(1,c1.length()-1); }
545 if(comp==
">") x = (l>
r);
546 else if(comp==
">=") x = (l>=
r);
547 else if(comp==
"<") x = (l<
r);
548 else if(comp==
"<=") x = (l<=
r);
549 else if(comp==
"==") x = (l==
r);
550 else if(comp==
"!=") x = (l!=
r);
621 if(comp==
"==") { x = (l==
r); }
622 else if(comp==
"!=") { x = (l!=
r); }
634 while(!((ca=next()).isNull()))
642 if(
c1(c1.length()-1)==
'"')
643 { strippedValue =
c1(1,c1.length()-2); }
645 { strippedValue =
c1(1,c1.length()-1); }
650 if(comp==
"==") { x = (l==
r); }
651 else if(comp==
"!=") { x = (l!=
r); }
678 currentValue = UI-> GetMacroSearchPath();