Symbol: seterrmsg
bin/ed/buf.c
108
seterrmsg("cannot seek temp file");
bin/ed/buf.c
119
seterrmsg("cannot write temp file");
bin/ed/buf.c
155
seterrmsg("invalid address");
bin/ed/buf.c
212
seterrmsg("cannot open temp file");
bin/ed/buf.c
226
seterrmsg("cannot close temp file");
bin/ed/buf.c
64
seterrmsg("cannot seek temp file");
bin/ed/buf.c
72
seterrmsg("cannot read temp file");
bin/ed/buf.c
92
seterrmsg("out of memory");
bin/ed/buf.c
99
seterrmsg("line too long");
bin/ed/ed.h
100
seterrmsg("number out of range"); \
bin/ed/ed.h
115
seterrmsg("out of memory"); \
bin/ed/ed.h
173
void seterrmsg(char *);
bin/ed/glbl.c
107
seterrmsg("unexpected end-of-file");
bin/ed/glbl.c
113
seterrmsg("no previous command");
bin/ed/glbl.c
154
seterrmsg("out of memory");
bin/ed/glbl.c
53
seterrmsg("invalid pattern delimiter");
bin/ed/io.c
136
seterrmsg("cannot read input file");
bin/ed/io.c
157
seterrmsg("cannot open output file");
bin/ed/io.c
163
seterrmsg("cannot close output file");
bin/ed/io.c
202
seterrmsg("cannot write file");
bin/ed/io.c
236
seterrmsg("unexpected end-of-file");
bin/ed/io.c
281
seterrmsg("cannot read stdin");
bin/ed/io.c
55
seterrmsg("cannot open input file");
bin/ed/io.c
61
seterrmsg("cannot close input file");
bin/ed/main.c
1010
seterrmsg("no command");
bin/ed/main.c
1221
seterrmsg("invalid address");
bin/ed/main.c
1246
seterrmsg("invalid mark character");
bin/ed/main.c
1260
seterrmsg("invalid mark character");
bin/ed/main.c
1289
seterrmsg("out of memory");
bin/ed/main.c
187
seterrmsg("interrupt");
bin/ed/main.c
200
seterrmsg("invalid filename");
bin/ed/main.c
218
seterrmsg("warning: file modified");
bin/ed/main.c
234
seterrmsg("unexpected end-of-file");
bin/ed/main.c
253
seterrmsg("warning: file modified");
bin/ed/main.c
322
seterrmsg("invalid address"); \
bin/ed/main.c
397
seterrmsg("invalid address");
bin/ed/main.c
416
seterrmsg("destination expected"); \
bin/ed/main.c
419
seterrmsg("invalid address"); \
bin/ed/main.c
451
seterrmsg("invalid command suffix"); \
bin/ed/main.c
520
seterrmsg("unexpected address");
bin/ed/main.c
523
seterrmsg("unexpected command suffix");
bin/ed/main.c
543
seterrmsg("unexpected address");
bin/ed/main.c
546
seterrmsg("unexpected command suffix");
bin/ed/main.c
551
seterrmsg("invalid redirection");
bin/ed/main.c
562
seterrmsg("cannot nest global commands");
bin/ed/main.c
576
seterrmsg("unexpected address");
bin/ed/main.c
584
seterrmsg("unexpected address");
bin/ed/main.c
612
seterrmsg("invalid address");
bin/ed/main.c
632
seterrmsg("invalid destination");
bin/ed/main.c
658
seterrmsg("unexpected address");
bin/ed/main.c
667
seterrmsg("unexpected address");
bin/ed/main.c
675
seterrmsg("unexpected command suffix");
bin/ed/main.c
714
seterrmsg("invalid command suffix");
bin/ed/main.c
720
seterrmsg("no previous substitution");
bin/ed/main.c
725
seterrmsg("invalid pattern delimiter");
bin/ed/main.c
791
seterrmsg("unexpected address");
bin/ed/main.c
805
seterrmsg("unexpected command suffix");
bin/ed/main.c
824
seterrmsg("unexpected address");
bin/ed/main.c
828
seterrmsg("crypt unavailable");
bin/ed/main.c
848
seterrmsg("unexpected address");
bin/ed/main.c
865
seterrmsg("unknown command");
bin/ed/main.c
882
seterrmsg("invalid address");
bin/ed/main.c
911
seterrmsg("no match");
bin/ed/main.c
927
seterrmsg("invalid filename");
bin/ed/main.c
938
seterrmsg("filename too long");
bin/ed/main.c
943
seterrmsg("no current filename");
bin/ed/main.c
988
seterrmsg("no previous command");
bin/ed/main.c
999
seterrmsg("no current filename");
bin/ed/re.c
102
seterrmsg("unbalanced brackets ([])");
bin/ed/re.c
108
seterrmsg("trailing backslash (\\)");
bin/ed/re.c
58
seterrmsg("invalid pattern delimiter");
bin/ed/re.c
62
seterrmsg("no previous pattern");
bin/ed/re.c
71
seterrmsg("out of memory");
bin/ed/re.c
77
seterrmsg(errbuf);
bin/ed/sub.c
164
seterrmsg("no match");
bin/ed/sub.c
90
seterrmsg("no previous substitution");
bin/ed/undo.c
58
seterrmsg("out of memory");
bin/ed/undo.c
86
seterrmsg("nothing to undo");