Searched refs:slashslash (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.dir.c350 int slashslash; local
392 slashslash = cwd[0] == '/' && cwd[1] == '/';
423 slashslash = 1;
438 cwd[1] = slashslash ? '/' : '\0';
445 else if (slashslash && cwd[1] == '\0') {
882 int slashslash; local
925 slashslash = (cp[0] == '/' && cp[1] == '/');
947 slashslash = 1;
1024 slashslash = (cp[0] == '/' && cp[1] == '/');
1101 slashslash
[all...]

Completed in 197 milliseconds