end               116 gozilla/gozilla.c 		goto end;
end               121 gozilla/gozilla.c 			goto end;
end               126 gozilla/gozilla.c 			goto end;
end               160 gozilla/gozilla.c end:
end                68 gtags-parser/C.c 	short end;		/* level when #if block end */
end               678 gtags-parser/C.c 		cur->end = -1;
end               688 gtags-parser/C.c 		if (cur->end == -1)
end               689 gtags-parser/C.c 			cur->end = level;
end               690 gtags-parser/C.c 		else if (cur->end != level && wflag)
end               709 gtags-parser/C.c 			else if (cur->end != -1) {
end               710 gtags-parser/C.c 				if (cur->end != level && wflag)
end               712 gtags-parser/C.c 				level = cur->end;
end                63 gtags-parser/Cpp.c 	short end;		/* level when #if block end */
end               712 gtags-parser/Cpp.c 		cur->end = -1;
end               722 gtags-parser/Cpp.c 		if (cur->end == -1)
end               723 gtags-parser/Cpp.c 			cur->end = level;
end               724 gtags-parser/Cpp.c 		else if (cur->end != level && wflag)
end               743 gtags-parser/Cpp.c 			else if (cur->end != -1) {
end               744 gtags-parser/Cpp.c 				if (cur->end != level && wflag)
end               746 gtags-parser/Cpp.c 				level = cur->end;
end               570 gtags/gtags.c  		const char *start, *end, *p;
end               577 gtags/gtags.c  			end = start + strbuf_getlen(deletelist);
end               579 gtags/gtags.c  			for (p = start; p < end; p += strlen(p) + 1)
end               584 gtags/gtags.c  			end = start + strbuf_getlen(addlist_other);
end               586 gtags/gtags.c  			for (p = start; p < end; p += strlen(p) + 1)
end                45 htags/anchor.c static struct anchor *end;
end               111 htags/anchor.c 	end = CURRENT = NULL;
end               217 htags/anchor.c 	end = &table[vb->length];
end               228 htags/anchor.c 	for (a = start; a && a < end; a++) {
end               237 htags/anchor.c 	start = curp = end = NULL;
end               245 htags/anchor.c 	if (!start || start == end)
end               260 htags/anchor.c 	if (++CURRENT >= end)
end               286 htags/anchor.c 	for (; p < end && p->lineno < lineno; p++)
end               288 htags/anchor.c 	if (p >= end || p->lineno != lineno)
end               291 htags/anchor.c 	for (; p < end && p->lineno == lineno; p++)
end               316 htags/anchor.c 	for (; p < end && p->lineno < lineno; p++)
end               318 htags/anchor.c 	if (p >= end || p->lineno != lineno)
end               321 htags/anchor.c 	for (; p < end && p->lineno == lineno; p++)
end               342 htags/anchor.c 			for (c = start; c < end; c++)
end               356 htags/anchor.c 		for (p = c + 1; p < end; p++)
end               385 htags/anchor.c 	for (a = start; a < end ; a++)
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               336 libutil/find.c 	char *dirp, *start, *end, *p;
end               405 libutil/find.c 	curp->end   = curp->start + strbuf_getlen(curp->sb);
end               491 libutil/find.c 		while (curp->p < curp->end) {
end               562 libutil/find.c 				curp->end   = curp->start + strbuf_getlen(sb);
end               108 libutil/split.c 		part->end = s;
end               116 libutil/split.c 		part->end = (char *)0;
end               123 libutil/split.c 			*part->end = '\0';
end               138 libutil/split.c 			*(list->part[i].end) = c;
end                29 libutil/split.h 		char *end;
end                54 libutil/strmake.c 				goto end;
end                57 libutil/strmake.c end:
end               293 libutil/token.c 	const char *end = cp ? cp - 1 : lp;
end               295 libutil/token.c 	while (start < end && *start && isspace(*start))
end               297 libutil/token.c 	return (start == end) ? 1 : 0;