Home
last modified time | relevance | path

Searched refs:STRslash (Results 1 – 3 of 3) sorted by relevance

/openbsd/bin/csh/
H A Dexec.c193 sav = Strspl(STRslash, *av);/* / command name for postpending */ in doexec()
498 sav = Strspl(STRslash, name); /* / command name for postpending */ in iscommand()
697 s1 = Strspl(*pv, STRslash); in tellmewhat()
H A Dconst.c125 Char STRslash[] = { '/', '\0' }; variable
H A Ddir.c205 if (!(dirflag & DIR_LONG) && hp != NULL && !eq(hp, STRslash) && in printdirs()
228 if (!eq(home, STRslash) && prefix(home, dir)) in dtildepr()
628 (void) Strlcat(tmpdir, STRslash, sizeof tmpdir/sizeof(Char)); in dcanon()