| /netbsd/src/external/bsd/nvi/dist/vi/ |
| D | v_util.c | 56 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()
|
| D | v_match.c | 78 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()
|
| D | v_mark.c | 97 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()
|
| D | v_ch.c | 281 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()
|
| D | v_xchar.c | 51 nodel: msgq(sp, M_BERR, "206|No characters to delete"); in v_xchar()
|
| D | getc.c | 58 msgq(sp, M_BERR, "177|Empty file"); in cs_init()
|
| D | v_replace.c | 79 msgq(sp, M_BERR, "186|No characters to replace"); in v_replace()
|
| D | vi.c | 374 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()
|
| D | vs_split.c | 882 toobig: msgq(sp, M_BERR, adj == A_DECREASE ? in vs_resize() 888 toosmall: msgq(sp, M_BERR, in vs_resize()
|
| D | v_search.c | 507 msgq(sp, M_BERR, "190|Search wrapped to original position"); in v_correct()
|
| D | vs_smap.c | 1163 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()
|
| D | v_ex.c | 574 msgq(sp, M_BERR, "307|No ex command to execute"); in v_ecl_exec()
|
| D | v_txt.c | 1277 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/ |
| D | log4.c | 391 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()
|
| D | msg.h | 42 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO, M_DBERR } mtype_t; enumerator
|
| D | log1.c | 428 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()
|
| D | msg.c | 97 if (mt == M_BERR) 105 case M_BERR:
|
| D | log.c | 465 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/ |
| D | ex_script.c | 301 empty: msgq(sp, M_BERR, "151|No command to execute"); in sscr_exec()
|
| D | ex.c | 1602 discard: msgq(sp, M_BERR, in ex_cmd() 1607 msgq(sp, M_BERR, in ex_cmd()
|