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

/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c1420 int dstSpace = TCL_RESULT_SIZE;
1662 if ((dstSize + size) > dstSpace) {
1671 if (dstSpace != TCL_RESULT_SIZE) {
1675 dstSpace = newSpace;
1698 if (dstSpace != TCL_RESULT_SIZE) {
1717 if (dstSpace != TCL_RESULT_SIZE) {
1404 int dstSpace = TCL_RESULT_SIZE; local

Completed in 8 milliseconds