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

/ast/src/lib/libtksh/tcl/
H A DtclCmdIL.c547 int count, firstIsEnd;
555 firstIsEnd = 1;
558 firstIsEnd = 0;
576 if ((first > last) && !firstIsEnd) {
591 if (firstIsEnd) {
653 int i, first, last, count, result, size, firstIsEnd;
661 firstIsEnd = 1;
664 firstIsEnd = 0;
698 if ((*next == 0) && firstIsEnd) {
539 int count, firstIsEnd; local
644 int i, first, last, count, result, size, firstIsEnd; local

Completed in 13 milliseconds