Home
last modified time | relevance | path

Searched refs:STRdotdotsl (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/bin/csh/
Dconst.c83 Char STRdotdotsl[] = { '.', '.', '/', '\0' }; variable
Ddir.c440 if (cp[0] != '/' && !prefix(STRdotsl, cp) && !prefix(STRdotdotsl, cp) in dfollow()