Lines Matching defs:begin
5 * the Tcl built-in commands whose names begin with the letters
546 char *begin, *end, c, *dummy, *next;
584 for (count = 0, begin = argv[1]; count < first; begin = next, count++) {
585 result = TclFindElement(interp, begin, &dummy, &next, (int *) NULL,
594 begin = next;
599 for (count = first, end = begin; (count <= last) && (*end != 0);
607 if (end == begin) {
615 while ((end != begin) && (isspace(UCHAR(end[-1])))
616 && (((end-1) == begin) || (end[-2] != '\\'))) {
621 Tcl_SetResult(interp, begin, TCL_VOLATILE);