Home
last modified time | relevance | path

Searched refs:M_BERR (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/vi/
Dv_util.c56 msgq(sp, M_BERR, "195|Movement past the end-of-file"); in v_eof()
79 msgq(sp, M_BERR, "196|Movement past the end-of-line"); in v_eol()
92 msgq(sp, M_BERR, "197|No cursor movement made"); in v_nomove()
105 msgq(sp, M_BERR, "198|Already at the beginning of the file"); in v_sof()
107 msgq(sp, M_BERR, "199|Movement past the beginning of the file"); in v_sof()
119 msgq(sp, M_BERR, "200|Already in the first column"); in v_sol()
152 msgq(sp, M_BERR, "209|The file is empty"); in v_emsg()
155 msgq(sp, M_BERR, "202|Already at end-of-file"); in v_emsg()
158 msgq(sp, M_BERR, "203|Already at end-of-line"); in v_emsg()
163 which == VIM_NOCOM_B ? M_BERR : M_ERR, in v_emsg()
Dv_match.c78 nomatch: msgq(sp, M_BERR, "184|No match character on this line"); in v_match()
121 msgq(sp, M_BERR, "185|Matching character not found"); in v_match()
Dv_mark.c97 msgq(sp, M_BERR, "320|Unknown cursor position."); in v_emark()
116 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR)) in mark()
Dv_ch.c281 msgq(sp, M_BERR, "178|No previous F, f, T or t search"); in noprev()
287 msgq(sp, M_BERR, "179|%s not found", KEY_NAME(sp, ch)); in notfound()
Dv_xchar.c51 nodel: msgq(sp, M_BERR, "206|No characters to delete"); in v_xchar()
Dgetc.c58 msgq(sp, M_BERR, "177|Empty file"); in cs_init()
Dv_replace.c79 msgq(sp, M_BERR, "186|No characters to replace"); in v_replace()
Dvi.c374 msgq(sp, M_BERR, in vi()
748 msgq(sp, M_BERR, "211|Already in command mode"); in v_cmd()
1129 msgq(sp, M_BERR, "212|Cursor not in a word"); in v_curword()
Dvs_split.c882 toobig: msgq(sp, M_BERR, adj == A_DECREASE ? in vs_resize()
888 toosmall: msgq(sp, M_BERR, in vs_resize()
Dv_search.c507 msgq(sp, M_BERR, "190|Search wrapped to original position"); in v_correct()
Dvs_smap.c1163 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen"); in vs_sm_position()
1198 eof: msgq(sp, M_BERR, in vs_sm_position()
Dv_ex.c574 msgq(sp, M_BERR, "307|No ex command to execute"); in v_ecl_exec()
Dv_txt.c1277 msgq(sp, M_BERR, in v_txt()
1835 msgq(sp, M_BERR, in txt_backup()
2767 msgq(sp, M_BERR, in txt_showmatch()
2926 msgq(sp, M_BERR, "194|No more characters to erase"); in txt_nomorech()
/netbsd/src/external/bsd/nvi/dist/common/
Dlog4.c391 msgq(sp, M_BERR, "011|No changes to undo"); in log_backward()
427 msgq(sp, M_BERR, "011|No changes to undo"); in log_setline()
458 msgq(sp, M_BERR, "014|No changes to re-do"); in log_forward()
Dmsg.h42 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO, M_DBERR } mtype_t; enumerator
Dlog1.c428 msgq(sp, M_BERR, "011|No changes to undo"); in log_backward()
634 msgq(sp, M_BERR, "014|No changes to re-do"); in log_forward()
Dmsg.c97 if (mt == M_BERR)
105 case M_BERR:
Dlog.c465 msgq(sp, M_BERR, "011|No changes to undo"); in log_backward()
666 msgq(sp, M_BERR, "014|No changes to re-do"); in log_forward()
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_script.c301 empty: msgq(sp, M_BERR, "151|No command to execute"); in sscr_exec()
Dex.c1602 discard: msgq(sp, M_BERR, in ex_cmd()
1607 msgq(sp, M_BERR, in ex_cmd()