end               121 gozilla/gozilla.c 		goto end;
end               126 gozilla/gozilla.c 			goto end;
end               131 gozilla/gozilla.c 			goto end;
end               157 gozilla/gozilla.c end:
end               682 gtags/gtags.c  			const char *start, *end, *p;
end               689 gtags/gtags.c  				end = start + strbuf_getlen(deletelist);
end               691 gtags/gtags.c  				for (p = start; p < end; p += strlen(p) + 1)
end               696 gtags/gtags.c  				end = start + strbuf_getlen(addlist_other);
end               698 gtags/gtags.c  				for (p = start; p < end; p += strlen(p) + 1) {
end               771 gtags/gtags.c  	const char *path, *start, *end;
end               828 gtags/gtags.c  	end = start + strbuf_getlen(addlist);
end               830 gtags/gtags.c  	for (path = start; path < end; path += strlen(path) + 1) {
end                46 htags/anchor.c static struct anchor *end;
end               121 htags/anchor.c 	end = CURRENT = NULL;
end               226 htags/anchor.c 	end = &table[vb->length];
end               237 htags/anchor.c 	for (a = start; a && a < end; a++) {
end               246 htags/anchor.c 	start = curp = end = NULL;
end               254 htags/anchor.c 	if (!start || start == end)
end               269 htags/anchor.c 	if (++CURRENT >= end)
end               296 htags/anchor.c 	for (; p < end && p->lineno < lineno; p++)
end               298 htags/anchor.c 	if (p >= end || p->lineno != lineno)
end               301 htags/anchor.c 	for (; p < end && p->lineno == lineno; p++)
end               328 htags/anchor.c 	for (; p < end && p->lineno < lineno; p++)
end               330 htags/anchor.c 	if (p >= end || p->lineno != lineno)
end               333 htags/anchor.c 	for (; p < end && p->lineno == lineno; p++)
end               356 htags/anchor.c 			for (c = start; c < end; c++)
end               370 htags/anchor.c 		for (p = c + 1; p < end; p++)
end               399 htags/anchor.c 	for (a = start; a < end ; a++)
end               677 htags/common.c 		for (p = ptable.part[PART_TAG].end; p < ptable.part[PART_PATH].start; p++)
end               682 htags/common.c 		for (p = ptable.part[PART_PATH].end; *p; p++) {
end                34 htags/incop.c  	char *t = lower, *end = lower + sizeof(lower);
end                37 htags/incop.c  		if (t == end)
end               663 libglibc/regex.c print_partial_compiled_pattern (start, end)
end               665 libglibc/regex.c     unsigned char *end;
end               670 libglibc/regex.c   unsigned char *pend = end;
end              1561 libglibc/regex.c 				  int arg, unsigned char *end));
end              1563 libglibc/regex.c 				  int arg1, int arg2, unsigned char *end));
end              3026 libglibc/regex.c insert_op1 (op, loc, arg, end)
end              3030 libglibc/regex.c     unsigned char *end;
end              3032 libglibc/regex.c   register unsigned char *pfrom = end;
end              3033 libglibc/regex.c   register unsigned char *pto = end + 3;
end              3045 libglibc/regex.c insert_op2 (op, loc, arg1, arg2, end)
end              3049 libglibc/regex.c     unsigned char *end;
end              3051 libglibc/regex.c   register unsigned char *pfrom = end;
end              3052 libglibc/regex.c   register unsigned char *pto = end + 5;
end              3514 libglibc/regex.c       regs->end = ends;
end              3520 libglibc/regex.c       regs->start = regs->end = (regoff_t *) 0;
end              3815 libglibc/regex.c 						    unsigned char *end,
end              3818 libglibc/regex.c 						  unsigned char *end,
end              3821 libglibc/regex.c 							unsigned char *end,
end              4192 libglibc/regex.c                   regs->end = TALLOC (regs->num_regs, regoff_t);
end              4193 libglibc/regex.c                   if (regs->start == NULL || regs->end == NULL)
end              4208 libglibc/regex.c                       RETALLOC (regs->end, regs->num_regs, regoff_t);
end              4209 libglibc/regex.c                       if (regs->start == NULL || regs->end == NULL)
end              4229 libglibc/regex.c                   regs->end[0] = (MATCHING_IN_FIRST_STRING
end              4240 libglibc/regex.c                     regs->start[mcnt] = regs->end[mcnt] = -1;
end              4245 libglibc/regex.c                       regs->end[mcnt]
end              4256 libglibc/regex.c                 regs->start[mcnt] = regs->end[mcnt] = -1;
end              5256 libglibc/regex.c group_match_null_string_p (p, end, reg_info)
end              5257 libglibc/regex.c     unsigned char **p, *end;
end              5264 libglibc/regex.c   while (p1 < end)
end              5351 libglibc/regex.c           if (!common_op_match_null_string_p (&p1, end, reg_info))
end              5365 libglibc/regex.c alt_match_null_string_p (p, end, reg_info)
end              5366 libglibc/regex.c     unsigned char *p, *end;
end              5372 libglibc/regex.c   while (p1 < end)
end              5387 libglibc/regex.c           if (!common_op_match_null_string_p (&p1, end, reg_info))
end              5402 libglibc/regex.c common_op_match_null_string_p (p, end, reg_info)
end              5403 libglibc/regex.c     unsigned char **p, *end;
end              5432 libglibc/regex.c       ret = group_match_null_string_p (&p1, end, reg_info);
end              5777 libglibc/regex.c       regs.end = regs.start + nmatch;
end              5795 libglibc/regex.c               pmatch[r].rm_eo = regs.end[r];
end               403 libglibc/regex.h   regoff_t *end;
end               848 libltdl/ltdl.c 	  char *end = p+1;
end               849 libltdl/ltdl.c 	  while (*end && !isspace((unsigned char) *end))
end               851 libltdl/ltdl.c 	      ++end;
end               856 libltdl/ltdl.c 	      char save = *end;
end               857 libltdl/ltdl.c 	      *end = 0; /* set a temporary string terminator */
end               862 libltdl/ltdl.c 	      *end = save;
end               869 libltdl/ltdl.c 	  p = end;
end               899 libltdl/ltdl.c 	  char *end = p+1;
end               900 libltdl/ltdl.c 	  while (*end && !isspace ((unsigned char) *end))
end               902 libltdl/ltdl.c 	      ++end;
end               908 libltdl/ltdl.c 	      char save = *end;
end               909 libltdl/ltdl.c 	      *end = 0; /* set a temporary string terminator */
end               924 libltdl/ltdl.c 	      *end = save;
end               926 libltdl/ltdl.c 	  p = end;
end              1001 libltdl/ltdl.c   const char *end   = strrchr (str, '\'');
end              1007 libltdl/ltdl.c   if (!end || end == str)
end              1012 libltdl/ltdl.c       tmp = MALLOC (char, end - str);
end              1016 libltdl/ltdl.c       memcpy(tmp, &str[1], (end - str) - 1);
end              1017 libltdl/ltdl.c       tmp[(end - str) - 1] = LT_EOS_CHAR;
end              1770 libltdl/ltdl.c   char   *end	    = 0;
end              1780 libltdl/ltdl.c   end     = dp->d_name + D_NAMLEN(dp);
end              1785 libltdl/ltdl.c     for (p = end; p -1 > dp->d_name; --p)
end              1790 libltdl/ltdl.c       end = p;
end              1796 libltdl/ltdl.c     for (p = end -1; p > dp->d_name; --p)
end              1799 libltdl/ltdl.c 	  end = p;
end              1805 libltdl/ltdl.c   end_offset	= end - dp->d_name;
end                61 libparser/C.c  	short end;		/**< level when @CODE{\#if} block end */
end               603 libparser/C.c  		cur->end = -1;
end               613 libparser/C.c  		if (cur->end == -1)
end               614 libparser/C.c  			cur->end = level;
end               615 libparser/C.c  		else if (cur->end != level && (param->flags & PARSER_WARNING))
end               634 libparser/C.c  			else if (cur->end != -1) {
end               635 libparser/C.c  				if (cur->end != level && (param->flags & PARSER_WARNING))
end               637 libparser/C.c  				level = cur->end;
end                57 libparser/Cpp.c 	short end;		/**< level when @CODE{\#if} block end */
end               646 libparser/Cpp.c 		cur->end = -1;
end               656 libparser/Cpp.c 		if (cur->end == -1)
end               657 libparser/Cpp.c 			cur->end = level;
end               658 libparser/Cpp.c 		else if (cur->end != level && (param->flags & PARSER_WARNING))
end               677 libparser/Cpp.c 			else if (cur->end != -1) {
end               678 libparser/Cpp.c 				if (cur->end != level && (param->flags & PARSER_WARNING))
end               680 libparser/Cpp.c 				level = cur->end;
end               387 libutil/find.c 	char *dirp, *start, *end, *p;
end               534 libutil/find.c 	curp->end   = curp->start + strbuf_getlen(curp->sb);
end               612 libutil/find.c 		while (curp->p < curp->end) {
end               681 libutil/find.c 				curp->end   = curp->start + strbuf_getlen(sb);
end               117 libutil/split.c 		part->end = s;
end               125 libutil/split.c 		part->end = (char *)0;
end               132 libutil/split.c 			*part->end = '\0';
end               147 libutil/split.c 			*(list->part[i].end) = c;
end                29 libutil/split.h 		char *end;
end                56 libutil/strmake.c 				goto end;
end                59 libutil/strmake.c end:
end               370 libutil/token.c 	const char *end = cp ? cp - 1 : lp;
end               372 libutil/token.c 	while (start < end && *start && isspace(*start))
end               374 libutil/token.c 	return (start == end) ? 1 : 0;