Home
last modified time | relevance | path

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

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