Symbol: M_BERR
usr.bin/vi/common/log.c
364
msgq(sp, M_BERR, "No changes to undo");
usr.bin/vi/common/log.c
554
msgq(sp, M_BERR, "No changes to re-do");
usr.bin/vi/common/msg.c
56
if (mt == M_BERR)
usr.bin/vi/common/msg.c
63
case M_BERR:
usr.bin/vi/ex/ex.c
1588
discard: msgq(sp, M_BERR,
usr.bin/vi/ex/ex.c
1593
msgq(sp, M_BERR,
usr.bin/vi/ex/ex_script.c
310
empty: msgq(sp, M_BERR, "No command to execute");
usr.bin/vi/vi/getc.c
51
msgq(sp, M_BERR, "Empty file");
usr.bin/vi/vi/v_ch.c
271
msgq(sp, M_BERR, "No previous F, f, T or t search");
usr.bin/vi/vi/v_ch.c
277
msgq(sp, M_BERR, "%s not found", KEY_NAME(sp, ch));
usr.bin/vi/vi/v_ex.c
582
msgq(sp, M_BERR, "No ex command to execute");
usr.bin/vi/vi/v_mark.c
87
if (mark_get(sp, vp->character, &vp->m_stop, M_BERR))
usr.bin/vi/vi/v_match.c
117
msgq(sp, M_BERR, "Matching character not found");
usr.bin/vi/vi/v_match.c
57
nomatch: msgq(sp, M_BERR, "No match character on this line");
usr.bin/vi/vi/v_replace.c
70
msgq(sp, M_BERR, "No characters to replace");
usr.bin/vi/vi/v_search.c
423
msgq(sp, M_BERR, "Search wrapped to original position");
usr.bin/vi/vi/v_txt.c
1240
msgq(sp, M_BERR,
usr.bin/vi/vi/v_txt.c
1797
msgq(sp, M_BERR,
usr.bin/vi/vi/v_txt.c
2708
msgq(sp, M_BERR,
usr.bin/vi/vi/v_txt.c
2865
msgq(sp, M_BERR, "No more characters to erase");
usr.bin/vi/vi/v_util.c
111
msgq(sp, M_BERR, "Already in the first column");
usr.bin/vi/vi/v_util.c
144
msgq(sp, M_BERR, "The file is empty");
usr.bin/vi/vi/v_util.c
147
msgq(sp, M_BERR, "Already at end-of-file");
usr.bin/vi/vi/v_util.c
150
msgq(sp, M_BERR, "Already at end-of-line");
usr.bin/vi/vi/v_util.c
155
which == VIM_NOCOM_B ? M_BERR : M_ERR,
usr.bin/vi/vi/v_util.c
48
msgq(sp, M_BERR, "Movement past the end-of-file");
usr.bin/vi/vi/v_util.c
71
msgq(sp, M_BERR, "Movement past the end-of-line");
usr.bin/vi/vi/v_util.c
84
msgq(sp, M_BERR, "No cursor movement made");
usr.bin/vi/vi/v_util.c
97
msgq(sp, M_BERR, "Already at the beginning of the file");
usr.bin/vi/vi/v_util.c
99
msgq(sp, M_BERR, "Movement past the beginning of the file");
usr.bin/vi/vi/v_xchar.c
43
nodel: msgq(sp, M_BERR, "No characters to delete");
usr.bin/vi/vi/vi.c
1065
msgq(sp, M_BERR, "Cursor not in a word");
usr.bin/vi/vi/vi.c
355
msgq(sp, M_BERR,
usr.bin/vi/vi/vi.c
702
msgq(sp, M_BERR, "Already in command mode");
usr.bin/vi/vi/vs_smap.c
1126
sof: msgq(sp, M_BERR, "Movement past the end-of-screen");
usr.bin/vi/vi/vs_smap.c
1161
eof: msgq(sp, M_BERR,
usr.bin/vi/vi/vs_split.c
509
toobig: msgq(sp, M_BERR, adj == A_DECREASE ?
usr.bin/vi/vi/vs_split.c
515
toosmall: msgq(sp, M_BERR,