| plan 9 kernel history: overview | file list | diff list |
1994/0713/boot/boot.c (diff list | history)
| 1994/0317/sys/src/9/boot/boot.c:215,227 – 1994/0713/sys/src/9/boot/boot.c:215,227 (short | long | prev | next) | ||
| 1992/0317 | outin(prompt, reply, sizeof(reply)); | |
| 1994/0311 | mp = findmethod(reply); if(mp){ | |
| 1994/0317 |
| |
| 1994/0713 | for(cp = reply; bargc < Nbarg-1 && *cp;){ | |
| 1994/0311 | while(*cp && *cp != ' ') cp++; while(*cp == ' ') *cp++ = 0; if(*cp) | |
| 1994/0713 | bargv[bargc++] = cp++; | |
| 1992/0317 | } | |
| 1994/0311 | cp = strchr(reply, '!'); if(cp) | |