MATCH_LAST 276 gtags-parser/gctags.c suffix = locatestring(argv[0], ".", MATCH_LAST); MATCH_LAST 712 gtags/gtags.c if ((p = locatestring(tag, ".", MATCH_LAST)) != NULL) MATCH_LAST 714 gtags/gtags.c else if ((p = locatestring(tag, "::", MATCH_LAST)) != NULL) MATCH_LAST 811 gtags/gtags.c if ((p = locatestring(tag, ".", MATCH_LAST)) != NULL) MATCH_LAST 813 gtags/gtags.c else if ((p = locatestring(tag, "::", MATCH_LAST)) != NULL) MATCH_LAST 846 htags/asm.c const char *basename = locatestring(path, "/", MATCH_LAST); MATCH_LAST 891 htags/c.c struct data *inc; MATCH_LAST 846 htags/cpp.c const char *basename = locatestring(path, "/", MATCH_LAST); MATCH_LAST 163 htags/fileindex.c q = locatestring(buf, "/", MATCH_LAST); MATCH_LAST 576 htags/fileindex.c if ((suffix = locatestring(path, ".", MATCH_LAST)) != NULL MATCH_LAST 772 htags/fileindex.c if ((suffix = locatestring(ptable.part[PART_PATH].start, ".", MATCH_LAST)) != NULL MATCH_LAST 970 htags/php.c const char *basename = locatestring(path, "/", MATCH_LAST); MATCH_LAST 633 htags/src2html.c static char prev_dir[MAXPATHLEN+1]; MATCH_LAST 762 htags/src2html.c last_lineno = 0; MATCH_LAST 836 htags/src2html.c strbuf_puts(define_index, gen_href_begin_with_title(NULL, NULL, NULL, tmp, tooltip('R', ancref->lineno, NULL))); MATCH_LAST 628 libutil/find.c if (locatestring(path, " ", MATCH_LAST)) { MATCH_LAST 741 libutil/gtagsop.c if ((key = locatestring(entry->name, ".", MATCH_LAST)) != NULL) MATCH_LAST 743 libutil/gtagsop.c else if ((key = locatestring(entry->name, "::", MATCH_LAST)) != NULL)