Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_util.c46 msgq(sp, M_BERR, "195|Movement past the end-of-file"); in v_eof()
69 msgq(sp, M_BERR, "196|Movement past the end-of-line"); in v_eol()
82 msgq(sp, M_BERR, "197|No cursor movement made"); in v_nomove()
95 msgq(sp, M_BERR, "198|Already at the beginning of the file"); in v_sof()
97 msgq(sp, M_BERR, "199|Movement past the beginning of the file"); in v_sof()
109 msgq(sp, M_BERR, "200|Already in the first column"); in v_sol()
142 msgq(sp, M_BERR, "209|The file is empty"); in v_emsg()
145 msgq(sp, M_BERR, "202|Already at end-of-file"); in v_emsg()
148 msgq(sp, M_BERR, "203|Already at end-of-line"); in v_emsg()
153 which == VIM_NOCOM_B ? M_BERR : M_ERR, in v_emsg()
H A Dv_mark.c87 msgq(sp, M_BERR, "320|Unknown cursor position."); in v_emark()
107 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR)) in mark()
H A Dv_match.c66 nomatch: msgq(sp, M_BERR, "184|No match character on this line"); in v_match()
97 msgq(sp, M_BERR, "185|Matching character not found"); in v_match()
H A Dv_ch.c280 msgq(sp, M_BERR, "178|No previous F, f, T or t search"); in noprev()
286 msgq(sp, M_BERR, "179|%s not found", KEY_NAME(sp, ch)); in notfound()
H A Dv_xchar.c41 nodel: msgq(sp, M_BERR, "206|No characters to delete"); in v_xchar()
H A Dgetc.c48 msgq(sp, M_BERR, "177|Empty file"); in cs_init()
H A Dv_replace.c69 msgq(sp, M_BERR, "186|No characters to replace"); in v_replace()
H A Dvi.c349 msgq(sp, M_BERR, in vi()
696 msgq(sp, M_BERR, "211|Already in command mode"); in v_cmd()
1059 msgq(sp, M_BERR, "212|Cursor not in a word"); in v_curword()
H A Dvs_split.c861 toobig: msgq(sp, M_BERR, adj == A_DECREASE ? in vs_resize()
867 toosmall: msgq(sp, M_BERR, in vs_resize()
H A Dv_search.c473 msgq(sp, M_BERR, "190|Search wrapped to original position"); in v_correct()
H A Dvs_smap.c1153 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen"); in vs_sm_position()
1188 eof: msgq(sp, M_BERR, in vs_sm_position()
H A Dv_ex.c555 msgq(sp, M_BERR, "307|No ex command to execute"); in v_ecl_exec()
H A Dv_txt.c1239 msgq(sp, M_BERR, in v_txt()
1797 msgq(sp, M_BERR, in txt_backup()
2735 msgq(sp, M_BERR, in txt_showmatch()
2897 msgq(sp, M_BERR, "194|No more characters to erase"); in txt_nomorech()
/freebsd/contrib/nvi/common/
H A Dmsg.h39 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO } mtype_t; enumerator
H A Dlog.c377 msgq(sp, M_BERR, "011|No changes to undo"); in log_backward()
563 msgq(sp, M_BERR, "014|No changes to re-do"); in log_forward()
H A Dmsg.c71 if (mt == M_BERR) in msgq()
78 case M_BERR: in msgq()
/freebsd/contrib/nvi/ex/
H A Dex_script.c334 empty: msgq(sp, M_BERR, "151|No command to execute"); in sscr_exec()
H A Dex.c1600 discard: msgq(sp, M_BERR, in ex_cmd()
1605 msgq(sp, M_BERR, in ex_cmd()