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

/ast/src/lib/libtksh/include/
H A Dtksh.h205 char resultSpace[TCL_RESULT_SIZE+1];
H A Dtcl.h262 #define TCL_RESULT_SIZE 200 macro
/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c1420 int dstSpace = TCL_RESULT_SIZE;
1671 if (dstSpace != TCL_RESULT_SIZE) {
1698 if (dstSpace != TCL_RESULT_SIZE) {
1717 if (dstSpace != TCL_RESULT_SIZE) {
H A DtclUtil.c991 if (length > TCL_RESULT_SIZE) {
1863 } else if (dsPtr->length < TCL_RESULT_SIZE) {
H A DtclCmdIL.c337 if (size >= TCL_RESULT_SIZE) {

Completed in 19 milliseconds