usr.bin/vi/cl/cl_funcs.c
416
msgq(sp, M_ERR,
usr.bin/vi/cl/cl_screen.c
193
msgq(sp, M_ERR,
usr.bin/vi/cl/cl_screen.c
242
msgq(sp, M_ERR, "%s: unknown terminal type", ttype);
usr.bin/vi/cl/cl_term.c
185
msgq_str(sp, M_ERR, from, "This terminal has no %s key");
usr.bin/vi/common/delete.c
119
msgq(sp, M_ERR, "Line length overflow");
usr.bin/vi/common/exf.c
1033
msgq_str(sp, M_ERR, bname,
usr.bin/vi/common/exf.c
1091
msgq_str(sp, M_ERR, bname,
usr.bin/vi/common/exf.c
1096
msgq_str(sp, M_ERR, bname, "%s: not owned by you");
usr.bin/vi/common/exf.c
1100
msgq_str(sp, M_ERR, bname,
usr.bin/vi/common/exf.c
1228
msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ?
usr.bin/vi/common/exf.c
1261
msgq(sp, M_ERR,
usr.bin/vi/common/exf.c
1294
msgq(sp, M_ERR,
usr.bin/vi/common/exf.c
234
msgq_str(sp, M_ERR, oname,
usr.bin/vi/common/exf.c
760
msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ?
usr.bin/vi/common/exf.c
771
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/exf.c
783
msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ?
usr.bin/vi/common/exf.c
808
msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ?
usr.bin/vi/common/exf.c
835
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/exf.c
889
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/key.c
142
msgq(sp, M_ERR, "No non-printable character found");
usr.bin/vi/common/key.c
737
msgq(sp, M_ERR, "Unexpected character event");
usr.bin/vi/common/key.c
740
msgq(sp, M_ERR, "Unexpected end-of-file event");
usr.bin/vi/common/key.c
743
msgq(sp, M_ERR, "Unexpected interrupt event");
usr.bin/vi/common/key.c
746
msgq(sp, M_ERR, "Unexpected quit event");
usr.bin/vi/common/key.c
749
msgq(sp, M_ERR, "Unexpected repaint event");
usr.bin/vi/common/key.c
752
msgq(sp, M_ERR, "Unexpected string event");
usr.bin/vi/common/key.c
755
msgq(sp, M_ERR, "Unexpected timeout event");
usr.bin/vi/common/key.c
758
msgq(sp, M_ERR, "Unexpected resize event");
usr.bin/vi/common/key.c
761
msgq(sp, M_ERR, "Unexpected write event");
usr.bin/vi/common/line.c
507
msgq(sp, M_ERR,
usr.bin/vi/common/log.c
358
msgq(sp, M_ERR,
usr.bin/vi/common/log.c
461
msgq(sp, M_ERR,
usr.bin/vi/common/log.c
548
msgq(sp, M_ERR,
usr.bin/vi/common/log.c
641
msgq(sp, M_ERR, "Log restarted");
usr.bin/vi/common/main.c
500
mp->mtype == M_ERR ? "ex/vi: " : "", (int)mp->len, mp->buf);
usr.bin/vi/common/msg.c
131
if ((mt == M_ERR || mt == M_SYSERR) &&
usr.bin/vi/common/msg.c
166
mt = M_ERR;
usr.bin/vi/common/msg.c
57
mt = M_ERR;
usr.bin/vi/common/msg.c
68
mt = M_ERR;
usr.bin/vi/common/msg.c
79
case M_ERR:
usr.bin/vi/common/options.c
1021
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/options.c
393
err: msgq(sp, M_ERR,
usr.bin/vi/common/options.c
432
msgq(sp, M_ERR,
usr.bin/vi/common/options.c
483
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/options.c
490
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/options.c
544
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/options.c
568
msgq(sp, M_ERR,
usr.bin/vi/common/options.c
585
msgq(sp, M_ERR,
usr.bin/vi/common/options.c
597
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/options.c
637
msgq_str(sp, M_ERR, name,
usr.bin/vi/common/options.c
743
msgq_str(sp, M_ERR, optlist[off].name,
usr.bin/vi/common/options_f.c
130
msgq(sp, M_ERR,
usr.bin/vi/common/options_f.c
202
msgq(sp, M_ERR,
usr.bin/vi/common/options_f.c
216
msgq(sp, M_ERR, "pledge failed");
usr.bin/vi/common/options_f.c
48
msgq(sp, M_ERR, "Screen columns too small, less than %d",
usr.bin/vi/common/options_f.c
63
msgq(sp, M_ERR, "Screen columns too large, greater than %d",
usr.bin/vi/common/options_f.c
78
msgq(sp, M_ERR, "Screen lines too small, less than %d",
usr.bin/vi/common/options_f.c
93
msgq(sp, M_ERR, "Screen lines too large, greater than %d",
usr.bin/vi/common/put.c
46
msgq(sp, M_ERR,
usr.bin/vi/common/put.c
54
msgq(sp, M_ERR, "Buffer %s is empty",
usr.bin/vi/common/recover.c
150
msgq(sp, M_ERR,
usr.bin/vi/common/recover.c
163
err: msgq(sp, M_ERR,
usr.bin/vi/common/recover.c
226
err: msgq(sp, M_ERR,
usr.bin/vi/common/recover.c
332
msgq(sp, M_ERR,
usr.bin/vi/common/recover.c
402
lerr: msgq(sp, M_ERR, "Recovery file buffer overrun");
usr.bin/vi/common/recover.c
558
msgq_str(sp, M_ERR, dp->d_name,
usr.bin/vi/common/recover.c
641
msgq_str(sp, M_ERR, recpath,
usr.bin/vi/common/search.c
428
msgq(sp, M_ERR, "File empty; nothing to search");
usr.bin/vi/common/search.c
431
msgq(sp, M_ERR,
usr.bin/vi/common/search.c
435
msgq(sp, M_ERR, "No previous search pattern");
usr.bin/vi/common/search.c
438
msgq(sp, M_ERR, "Pattern not found");
usr.bin/vi/common/search.c
441
msgq(sp, M_ERR,
usr.bin/vi/common/search.c
445
msgq(sp, M_ERR, "Search wrapped");
usr.bin/vi/ex/ex.c
1065
msgq(sp, M_ERR, "Count may not be zero");
usr.bin/vi/ex/ex.c
1107
msgq_str(sp, M_ERR, ecp->cp,
usr.bin/vi/ex/ex.c
1200
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
1218
usage: msgq(sp, M_ERR, "Usage: %s", ecp->cmd->usage);
usr.bin/vi/ex/ex.c
133
msgq(sp, M_ERR, "Interrupted");
usr.bin/vi/ex/ex.c
1381
msgq(sp, M_ERR, "%s: temporary buffer not released",
usr.bin/vi/ex/ex.c
1413
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
1423
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
1543
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
1551
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
1787
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
1865
msgq(sp, M_ERR, "No mark name supplied");
usr.bin/vi/ex/ex.c
1869
if (mark_get(sp, ecp->cp[1], mp, M_ERR)) {
usr.bin/vi/ex/ex.c
1885
msgq(sp, M_ERR, "\\ not followed by / or ?");
usr.bin/vi/ex/ex.c
2030
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
2185
msgq_str(sp, M_ERR, bp, "The %s command is unknown");
usr.bin/vi/ex/ex.c
2272
msgq(sp, M_ERR, "Address value overflow");
usr.bin/vi/ex/ex.c
2275
msgq(sp, M_ERR, "Address value underflow");
usr.bin/vi/ex/ex.c
2290
msgq(sp, M_ERR, "Illegal address combination");
usr.bin/vi/ex/ex.c
2296
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
2303
msgq(sp, M_ERR, "Illegal address: the file is empty");
usr.bin/vi/ex/ex.c
2309
msgq(sp, M_ERR,
usr.bin/vi/ex/ex.c
392
msgq(sp, M_ERR, "Unknown command name");
usr.bin/vi/ex/ex.c
575
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_abbrev.c
106
msgq_str(sp, M_ERR, ap->bp,
usr.bin/vi/ex/ex_abbrev.c
65
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_abbrev.c
71
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_abbrev.c
79
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_args.c
171
msgq(sp, M_ERR, "No previous files to edit");
usr.bin/vi/ex/ex_args.c
220
msgq(sp, M_ERR, "No previous files to rewind");
usr.bin/vi/ex/ex_args.c
255
(void)msgq(sp, M_ERR, "No file list to display");
usr.bin/vi/ex/ex_args.c
52
msgq(sp, M_ERR, "No more files to edit");
usr.bin/vi/ex/ex_argv.c
311
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_argv.c
325
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_argv.c
340
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_argv.c
551
msgq(sp, M_ERR, "Shell expansion failed");
usr.bin/vi/ex/ex_argv.c
585
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_argv.c
686
ioerr: msgq_str(sp, M_ERR, sh, "I/O error: %s");
usr.bin/vi/ex/ex_argv.c
710
msgq(sp, M_ERR, "Shell expansion failed");
usr.bin/vi/ex/ex_cd.c
50
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_cd.c
61
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_global.c
79
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_init.c
382
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_init.c
387
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_init.c
391
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_init.c
400
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_init.c
404
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_init.c
408
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_join.c
47
msgq(sp, M_ERR, "No following lines to join");
usr.bin/vi/ex/ex_map.c
90
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_mark.c
37
msgq(sp, M_ERR, "Mark names must be a single character");
usr.bin/vi/ex/ex_mkexrc.c
58
msgq_str(sp, M_ERR, fname,
usr.bin/vi/ex/ex_move.c
103
msgq(sp, M_ERR, "Destination line is inside move range");
usr.bin/vi/ex/ex_open.c
35
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_open.c
40
msgq(sp, M_ERR, "The open command is not yet implemented");
usr.bin/vi/ex/ex_preserve.c
39
msgq(sp, M_ERR, "Preservation of this file not possible");
usr.bin/vi/ex/ex_read.c
258
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_read.c
265
msgq(sp, M_ERR, "%s: read lock was unavailable", name);
usr.bin/vi/ex/ex_script.c
208
msgq(sp, M_ERR, "Error: timed out");
usr.bin/vi/ex/ex_script.c
218
msgq(sp, M_ERR, "Error: shell: EOF");
usr.bin/vi/ex/ex_script.c
60
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_shell.c
170
msgq(sp, M_ERR, "%.*s%s: received signal: %s%s",
usr.bin/vi/ex/ex_shell.c
192
msgq(sp, M_ERR, "%.*s%s: exited with status %d",
usr.bin/vi/ex/ex_subst.c
1193
msgq(sp, M_ERR, "RE error: %s", oe);
usr.bin/vi/ex/ex_subst.c
409
msgq(sp, M_ERR, "Count overflow");
usr.bin/vi/ex/ex_subst.c
448
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_subst.c
469
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_subst.c
848
msgq(sp, M_ERR, "No match found");
usr.bin/vi/ex/ex_tag.c
1072
msgq(sp, M_ERR, "%s: corrupted tag in %s", p, t);
usr.bin/vi/ex/ex_tag.c
119
msgq(sp, M_ERR, "No previous tag entered");
usr.bin/vi/ex/ex_tag.c
235
msgq(sp, M_ERR, "Already at the last tag of this group");
usr.bin/vi/ex/ex_tag.c
266
msgq(sp, M_ERR, "Already at the first tag of this group");
usr.bin/vi/ex/ex_tag.c
407
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_tag.c
431
msgq_str(sp, M_ERR, arg,
usr.bin/vi/ex/ex_tag.c
560
msgq(sp, M_ERR, "Display too small.");
usr.bin/vi/ex/ex_tag.c
786
msgq_str(sp, M_ERR, tag,
usr.bin/vi/ex/ex_tag.c
793
msgq_str(sp, M_ERR, tag, "%s: search pattern not found");
usr.bin/vi/ex/ex_tag.c
961
msgq_str(sp, M_ERR, tag, "%s: tag not found");
usr.bin/vi/ex/ex_util.c
127
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
171
msgq(sp, M_ERR, "Buffer %s is empty", p);
usr.bin/vi/ex/ex_util.c
174
msgq_str(sp, M_ERR, p,
usr.bin/vi/ex/ex_util.c
178
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
182
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
188
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
191
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
195
msgq(sp, M_ERR, "No previous buffer to execute");
usr.bin/vi/ex/ex_util.c
198
msgq(sp, M_ERR, "No previous regular expression");
usr.bin/vi/ex/ex_util.c
201
msgq(sp, M_ERR, "This screen may not be suspended");
usr.bin/vi/ex/ex_util.c
204
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
208
msgq(sp, M_ERR,
usr.bin/vi/ex/ex_util.c
212
msgq(sp, M_ERR, "Usage: %s", p);
usr.bin/vi/ex/ex_visual.c
44
msgq(sp, M_ERR,
usr.bin/vi/vi/v_ex.c
186
msgq(sp, M_ERR, "No previous file to edit");
usr.bin/vi/vi/v_ex.c
67
msgq(sp, M_ERR,
usr.bin/vi/vi/v_increment.c
134
nonum: msgq(sp, M_ERR, "Cursor not in a number");
usr.bin/vi/vi/v_increment.c
259
msgq(sp, M_ERR, "Resulting number too large");
usr.bin/vi/vi/v_increment.c
262
msgq(sp, M_ERR, "Resulting number too small");
usr.bin/vi/vi/v_screen.c
41
msgq(sp, M_ERR,
usr.bin/vi/vi/v_screen.c
53
msgq(sp, M_ERR, "No other screen to switch to");
usr.bin/vi/vi/v_search.c
266
err1: msgq(sp, M_ERR,
usr.bin/vi/vi/v_search.c
368
msgq(sp, M_ERR, "No previous search pattern");
usr.bin/vi/vi/v_txt.c
1348
msgq(sp, M_ERR,
usr.bin/vi/vi/v_txt.c
588
msgq(sp, M_ERR,
usr.bin/vi/vi/v_util.c
140
msgq(sp, M_ERR,
usr.bin/vi/vi/v_util.c
155
which == VIM_NOCOM_B ? M_BERR : M_ERR,
usr.bin/vi/vi/v_util.c
159
msgq(sp, M_ERR, "Window resize interrupted text input mode");
usr.bin/vi/vi/v_util.c
162
msgq(sp, M_ERR, "Usage: %s", p);
usr.bin/vi/vi/vi.c
1143
msgq(sp, M_ERR,
usr.bin/vi/vi/vi.c
239
msgq(sp, M_ERR,
usr.bin/vi/vi/vi.c
366
msgq(sp, M_ERR,
usr.bin/vi/vi/vi.c
369
msgq(sp, M_ERR, "Interrupted");
usr.bin/vi/vi/vi.c
528
msgq(sp, M_ERR, "Only one buffer may be specified");
usr.bin/vi/vi/vi.c
602
msgq(sp, M_ERR, "No command to repeat");
usr.bin/vi/vi/vi.c
685
msgq(sp, M_ERR, "%s may not be used as a motion command",
usr.bin/vi/vi/vs_msg.c
286
if (mtype == M_ERR)
usr.bin/vi/vi/vs_msg.c
289
if (mtype == M_ERR)
usr.bin/vi/vi/vs_msg.c
457
if (mtype == M_ERR)
usr.bin/vi/vi/vs_msg.c
486
if (mtype == M_ERR)
usr.bin/vi/vi/vs_refresh.c
476
msgq(sp, M_ERR, "Error: %s/%d: cno (%u) >= len (%u)",
usr.bin/vi/vi/vs_split.c
300
msgq_str(sp, M_ERR, name,
usr.bin/vi/vi/vs_split.c
342
msgq(sp, M_ERR,
usr.bin/vi/vi/vs_split.c
49
msgq(sp, M_ERR,