Searched refs:intValue (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | tclExpr.c | 57 long intValue; /* Integer value, if any. */ member in struct:__anon435 356 valuePtr->intValue = -((int)strtoul(start, &term, 0)); 359 valuePtr->intValue = strtoul(start, &term, 0); 362 valuePtr->intValue = strtoul(start, &term, 0); 475 valuePtr->intValue = strtoul(p, &term, 0); 519 valuePtr->intValue = 0; 535 valuePtr->intValue = 0; 796 valuePtr->intValue = -valuePtr->intValue; 813 valuePtr->intValue [all...] |
H A D | tclCmdAH.c | 1402 int intValue; /* Used to hold value to pass to sprintf, if 1408 int whichValue; /* Indicates which of intValue, ptrValue, 1608 if (Tcl_GetInt(interp, argv[argIndex], (int *) &intValue) 1620 if (Tcl_GetInt(interp, argv[argIndex], (int *) &intValue) 1686 sprintf(dst+dstSize, newFormat, (short) intValue); 1688 sprintf(dst+dstSize, newFormat, intValue); 1386 int intValue; /* Used to hold value to pass to sprintf, if local
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 270 Tcl_ValueType type; /* Indicates intValue or doubleValue is 272 long intValue; /* Integer value. */ member in struct:Tcl_Value
|
Completed in 14 milliseconds