Lines Matching defs:slash
51 bool slash = false;61 if (!slash && *e == '/') {64 slash = true;65 } else if (slash && *e != '/')66 slash = false;173 /* restore the slash if it was lost */218 bool slash = false;229 slash = true;233 if (slash) {234 slash = false;242 trailing slash is good */244 if (t == path && slash)