last             1126 global/global.c 				int last = 0, cont = 0;
last             1130 global/global.c 						n = last + 1;
last             1139 global/global.c 						cont = n + last;
last             1140 global/global.c 						n = last + 1;
last             1143 global/global.c 						n += last;
last             1156 global/global.c 					last_lineno = last = n;
last              376 htags/fileindex.c 				char *q, *last = basedir + baselen;
last              387 htags/fileindex.c 				q = last;
last              402 htags/fileindex.c 				*last = '\0';
last              766 htags/fileindex.c 		const char *last, *lang, *suffix;
last              776 htags/fileindex.c 		last = extract_lastname(ptable.part[PART_LINE].start, is_php);
last              777 htags/fileindex.c 		if (last == NULL || (inc = get_inc(last)) == NULL)
last              787 htags/fileindex.c 			for (p = last; *p; p++)
last              801 htags/fileindex.c 		const char *last = inc->name;
last              812 htags/fileindex.c 			fputs_nl(gen_page_begin(last, SUBDIR), INCLUDE);
last              857 htags/fileindex.c 			fputs_nl(gen_page_begin(last, SUBDIR), INCLUDE);
last              553 htags/htags.c  	int n, last = 7;
last              567 htags/htags.c  	for (n = 0; n <= last; n++) {
last              570 htags/htags.c  			if (n < last)
last              584 htags/htags.c  	for (n = 0; n <= last; n++) {
last              147 libdb/bt_overflow.c 	PAGE *h, *last;
last              158 libdb/bt_overflow.c 	for (last = NULL, p = dbt->data, sz = dbt->size;;
last              159 libdb/bt_overflow.c 	    p = (char *)p + plen, last = h) {
last              171 libdb/bt_overflow.c 		if (last) {
last              172 libdb/bt_overflow.c 			last->nextpg = h->pgno;
last              173 libdb/bt_overflow.c 			mpool_put(t->bt_mp, last, MPOOL_DIRTY);
last              721 libglibc/regex.c             register int c, last = -100;
last              734 libglibc/regex.c 		  if (last + 1 == c && ! in_range)
last              740 libglibc/regex.c 		  else if (last + 1 != c && in_range)
last              742 libglibc/regex.c 		      putchar (last);
last              749 libglibc/regex.c 		  last = c;
last              753 libglibc/regex.c 	      putchar (last);
last              302 libutil/find.c 	const char *first, *last;
last              317 libutil/find.c 		last = first + strlen(first);
last              321 libutil/find.c 		if (*(last - 1) == '/') {	/* it's a directory */
last              322 libutil/find.c 			if (!strncmp(path + 1, first, last - first))
last              719 libutil/gtagsop.c 	int i, last;
last              769 libutil/gtagsop.c 			last = 0;			/* line 0 doesn't exist */
last              773 libutil/gtagsop.c 				if (n == last)
last              775 libutil/gtagsop.c 				if (last > 0 && n == last + 1) {
last              783 libutil/gtagsop.c 							cont = last;
last              791 libutil/gtagsop.c 						strbuf_putn(gtop->sb, last - cont);
last              796 libutil/gtagsop.c 						strbuf_putn(gtop->sb, n - last);
last              805 libutil/gtagsop.c 				last = n;
last              809 libutil/gtagsop.c 				strbuf_putn(gtop->sb, last - cont);
last              815 libutil/gtagsop.c 			last = 0;			/* line 0 doesn't exist */
last              819 libutil/gtagsop.c 				if (n == last)
last              828 libutil/gtagsop.c 				last = n;