386BSD 0.1 development
[unix-history] / usr / src / usr.sbin / rmt / tags
CommitLineData
e60eb0d3
WJ
1DEBUG rmt.c /^#define DEBUG(f) if (debug) fprintf(debug, f)$/
2DEBUG1 rmt.c /^#define DEBUG1(f,a) if (debug) fprintf(debug, f, a/
3DEBUG2 rmt.c /^#define DEBUG2(f,a1,a2) if (debug) fprintf(debug, /
4Mrmt rmt.c /^main(argc, argv)$/
5checkbuf rmt.c /^checkbuf(record, size)$/
6error rmt.c /^error(num)$/
7getstring rmt.c /^getstring(bp)$/