slash 691 gtags-cscope/display.c char *s, *slash; slash 699 gtags-cscope/display.c while ((slash = strchr(s, '/')) != NULL) { slash 700 gtags-cscope/display.c *slash = '\0'; slash 701 gtags-cscope/display.c if ((int)strlen(s) >= 3 && strncmp(slash - 3, ".ss", 3) == 0) { slash 703 gtags-cscope/display.c s = slash + 1; slash 704 gtags-cscope/display.c if ((slash = strchr(s, '/')) != NULL) { slash 706 gtags-cscope/display.c *slash = '\0'; slash 710 gtags-cscope/display.c s = slash + 1; slash 396 htags/fileindex.c char *slash = strchr(local, '/'); slash 403 htags/fileindex.c if (slash) { slash 408 htags/fileindex.c if (baselen + 1 + (slash - local) > MAXPATHLEN) { slash 418 htags/fileindex.c while (p < slash)