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

/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c224 int lineLen; /* Length of line just read. */
248 lineLen = Tcl_Gets(chan, &ds);
249 if (lineLen < 0) {
257 lineLen = -1;
268 sprintf(buf, "%d", lineLen);
221 int lineLen; /* Length of line just read. */ local
/ast/src/lib/libtksh/src/
H A DtclIO.c3727 int lineLen; /* Length of line read, including the
3769 lineLen = GetEOL(chanPtr);
3770 if (lineLen < 0) {
3773 if (lineLen == 0) {
3780 Tcl_DStringSetLength(lineRead, lineLen + offset);
3783 for (copiedTotal = 0; copiedTotal < lineLen; copiedTotal += copiedNow) {
3785 lineLen - copiedTotal);
3815 lineLen = sfvalue(chanPtr->sfPtr); /* Length of line including newline */
3816 Tcl_DStringSetLength(lineRead, offset + lineLen + crFlag);
3818 memcpy(dbuf, buf, lineLen);
3692 int lineLen; /* Length of line read, including the local
[all...]

Completed in 22 milliseconds