Home
last modified time | relevance | path

Searched refs:thisCmd (Results 1 – 5 of 5) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/console/
H A DGenericConsole.java150 public String completeCommand(String thisCmd) { in completeCommand() argument
151 if (thisCmd.length() == 0) in completeCommand()
153 String strCommand = (nTab <= 0 || incompleteCmd == null ? thisCmd in completeCommand()
156 String[] splitCmd = GenericConsole.splitCommandLine(thisCmd); in completeCommand()
/dports/lang/itcl4/itcl4.2.2/generic/
H A DitclInt.h253 Tcl_Command thisCmd; /* needed for deletion of class */ member
H A DitclClass.c453 iclsPtr->thisCmd = Tcl_CreateObjCommand(interp, Tcl_DStringValue(&buffer), in Itcl_CreateClass()
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/generic/
H A DitclInt.h253 Tcl_Command thisCmd; /* needed for deletion of class */ member
H A DitclClass.c453 iclsPtr->thisCmd = Tcl_CreateObjCommand(interp, Tcl_DStringValue(&buffer), in Itcl_CreateClass()