| plan 9 kernel history: overview | file list | diff list |
1993/1007/port/chan.c (diff list | history)
| 1993/0526/sys/src/9/port/chan.c:583,598 – 1993/1007/sys/src/9/port/chan.c:583,598 (short | long | prev | next) | ||
| 1990/0227 | name = nextelem(name, elem); } | |
| 1990/0820 | ||
| 1990/0227 |
| |
| 1993/1007 | switch(amode) { | |
| 1990/0227 | case Aaccess: | |
| 1990/0820 |
| |
| 1993/1007 | if(isdot) { | |
| 1991/0427 | c = domount(c); | |
| 1993/0501 |
| |
| 1990/11211 |
| |
| 1991/0427 |
| |
| 1993/1007 | break; | |
| 1990/0820 | } | |
| 1993/1007 | nc = walk(c, elem, mntok); if(nc == 0) error(Enonexist); c = nc; | |
| 1990/0227 | break; case Atodir: | |