Searched refs:M_BERR (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/contrib/nvi/vi/
H A Dv_util.c50 msgq(sp, M_BERR, "195|Movement past the end-of-file");
73 msgq(sp, M_BERR, "196|Movement past the end-of-line");
86 msgq(sp, M_BERR, "197|No cursor movement made");
99 msgq(sp, M_BERR, "198|Already at the beginning of the file");
101 msgq(sp, M_BERR, "199|Movement past the beginning of the file");
113 msgq(sp, M_BERR, "200|Already in the first column");
146 msgq(sp, M_BERR, "209|The file is empty");
149 msgq(sp, M_BERR, "202|Already at end-of-file");
152 msgq(sp, M_BERR, "203|Already at end-of-line");
157 which == VIM_NOCOM_B ? M_BERR
[all...]
H A Dv_ch.c275 msgq(sp, M_BERR, "178|No previous F, f, T or t search");
281 msgq(sp, M_BERR, "179|%s not found", KEY_NAME(sp, ch));
H A Dv_mark.c91 msgq(sp, M_BERR, "320|Unknown cursor position.");
111 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR))
H A Dv_match.c70 nomatch: msgq(sp, M_BERR, "184|No match character on this line");
101 msgq(sp, M_BERR, "185|Matching character not found");
H A Dv_xchar.c45 nodel: msgq(sp, M_BERR, "206|No characters to delete");
H A Dgetc.c52 msgq(sp, M_BERR, "177|Empty file");
H A Dv_replace.c73 msgq(sp, M_BERR, "186|No characters to replace");
H A Dv_search.c477 msgq(sp, M_BERR, "190|Search wrapped to original position");
H A Dvi.c353 msgq(sp, M_BERR,
700 msgq(sp, M_BERR, "211|Already in command mode");
1065 msgq(sp, M_BERR, "212|Cursor not in a word");
H A Dv_ex.c559 msgq(sp, M_BERR, "307|No ex command to execute");
H A Dvs_smap.c1157 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen");
1192 eof: msgq(sp, M_BERR,
H A Dvs_split.c865 toobig: msgq(sp, M_BERR, adj == A_DECREASE ?
871 toosmall: msgq(sp, M_BERR,
H A Dv_txt.c1269 msgq(sp, M_BERR,
1824 msgq(sp, M_BERR,
2759 msgq(sp, M_BERR,
2921 msgq(sp, M_BERR, "194|No more characters to erase");
/freebsd-10.3-release/contrib/nvi/common/
H A Dmsg.h30 * M_BERR Error: M_ERR if O_VERBOSE, else bell.
41 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO } mtype_t; enumerator in enum:__anon4283
H A Dlog.c396 msgq(sp, M_BERR, "011|No changes to undo");
584 msgq(sp, M_BERR, "014|No changes to re-do");
H A Dmsg.c79 if (mt == M_BERR)
86 case M_BERR:
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_script.c336 empty: msgq(sp, M_BERR, "151|No command to execute");
H A Dex.c1594 discard: msgq(sp, M_BERR,
1599 msgq(sp, M_BERR,

Completed in 80 milliseconds