last 267 global/global.c int n, cur, last = 0; last 273 global/global.c cur = last + n; last 278 global/global.c last = cur; last 283 global/global.c cur = last + n; last 284 global/global.c if (lineno >= last && lineno <= cur) { last 288 global/global.c last = cur; last 1673 global/global.c int last = 0, cont = 0; last 1677 global/global.c n = last + 1; last 1686 global/global.c cont = n + last; last 1687 global/global.c n = last + 1; last 1690 global/global.c n += last; last 1707 global/global.c last_lineno = last = n; last 405 htags/fileindex.c char *q, *last = basedir + baselen; last 416 htags/fileindex.c q = last; last 431 htags/fileindex.c *last = '\0'; last 827 htags/fileindex.c const char *last, *lang, *suffix; last 837 htags/fileindex.c last = extract_lastname(ptable.part[PART_LINE].start, is_php); last 838 htags/fileindex.c if (last == NULL || (inc = get_inc(last)) == NULL) last 848 htags/fileindex.c for (p = last; *p; p++) last 862 htags/fileindex.c const char *last = inc->name; last 873 htags/fileindex.c fputs_nl(gen_page_begin(last, SUBDIR), INCLUDE); last 918 htags/fileindex.c fputs_nl(gen_page_begin(last, SUBDIR), INCLUDE); last 648 htags/htags.c int n, last = 7; last 662 htags/htags.c for (n = 0; n <= last; n++) { last 665 htags/htags.c if (n < last) last 679 htags/htags.c for (n = 0; n <= last; n++) { last 145 libdb/bt_overflow.c PAGE *h, *last; last 156 libdb/bt_overflow.c for (last = NULL, p = dbt->data, sz = dbt->size;; last 157 libdb/bt_overflow.c p = (char *)p + plen, last = h) { last 169 libdb/bt_overflow.c if (last) { last 170 libdb/bt_overflow.c last->nextpg = h->pgno; last 171 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 1944 libltdl/ltdl.c lt_dlhandle cur, last; last 1948 libltdl/ltdl.c last = cur = handles; last 1951 libltdl/ltdl.c last = cur; last 1975 libltdl/ltdl.c last->next = cur->next; last 144 libltdl/slist.c SList *last; last 151 libltdl/slist.c last = head; last 152 libltdl/slist.c while (last->next) last 153 libltdl/slist.c last = last->next; last 155 libltdl/slist.c last->next = tail; last 341 libutil/find.c const char *first, *last; last 361 libutil/find.c last = first + strlen(first); last 365 libutil/find.c if (*(last - 1) == '/') { /* it's a directory */ last 366 libutil/find.c if (!STRNCMP(path + 1, first, last - first)) { last 816 libutil/gtagsop.c int i, last; last 866 libutil/gtagsop.c last = 0; /* line 0 doesn't exist */ last 870 libutil/gtagsop.c if (n == last) last 872 libutil/gtagsop.c if (last > 0 && n == last + 1) { last 880 libutil/gtagsop.c cont = last; last 888 libutil/gtagsop.c strbuf_putn(gtop->sb, last - cont); last 893 libutil/gtagsop.c strbuf_putn(gtop->sb, n - last); last 902 libutil/gtagsop.c last = n; last 906 libutil/gtagsop.c strbuf_putn(gtop->sb, last - cont); last 912 libutil/gtagsop.c last = 0; /* line 0 doesn't exist */ last 916 libutil/gtagsop.c if (n == last) last 925 libutil/gtagsop.c last = n;