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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c347 int slashslash; local
389 slashslash = cwd[0] == '/' && cwd[1] == '/';
420 slashslash = 1;
435 cwd[1] = slashslash ? '/' : '\0';
442 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 56 milliseconds