HomeSort by: relevance | last modified time | path
    Searched refs:STRslash (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/csh/
const.c 137 Char STRslash[] = { '/', '\0' };
dir.c 221 if (!(dirflag & DIR_LONG) && hp != NULL && !eq(hp, STRslash) &&
243 if (!eq(home, STRslash) && prefix(home, dir))
636 (void)Strcat(tmpdir, STRslash);
exec.c 204 sav = Strspl(STRslash, *av); /* / command name for postpending */
522 sav = Strspl(STRslash, name); /* / command name for postpending */
723 s1 = Strspl(*pv, STRslash);

Completed in 15 milliseconds