Searched refs:whichValue (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c1408 int whichValue; /* Indicates which of intValue, ptrValue,
1457 whichValue = PTR_VALUE;
1612 whichValue = INT_VALUE;
1624 whichValue = INT_VALUE;
1636 whichValue = DOUBLE_VALUE;
1682 if (whichValue == DOUBLE_VALUE) {
1684 } else if (whichValue == INT_VALUE) {
1392 int whichValue; /* Indicates which of intValue, ptrValue, local

Completed in 258 milliseconds