Lines Matching refs:alias
189 if ((d = getdir(&id)) && state.alias && d->directory == (S_ISDIR(st.st_mode) != 0) && (!state.mam.statix || S_ISDIR(st.st_mode)))
199 * the physical directory alias can go either way
648 * enter r as an alias for x
673 debug((-5, "%s alias %s delayed until one or the other is bound", x->name, r->name));
695 error(PANIC, "multiple alias from %s to %s", z->name, x->name);
906 error(1, "%s: alias loop", r->name);
1424 message((-11, "bindfile(%s): path=%s rule=%s alias=%s view=%d time=%s", name, b, r ? r->name : (char*)0, (x = getrule(b)) && x != r ? x->name : (char*)0, view, timestr(tm)));
1534 * alias bindings in the path suffixes of name
1669 * h!=0 for alias reference
1679 message((-2, "unbind(%s)%s%s", r->name, h ? " check-alias" : null, s && streq(s, r->name) ? null : " diff-hash"));