HomeSort by: relevance | last modified time | path
    Searched refs:M_BERR (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_util.c 56 msgq(sp, M_BERR, "195|Movement past the end-of-file");
79 msgq(sp, M_BERR, "196|Movement past the end-of-line");
92 msgq(sp, M_BERR, "197|No cursor movement made");
105 msgq(sp, M_BERR, "198|Already at the beginning of the file");
107 msgq(sp, M_BERR, "199|Movement past the beginning of the file");
119 msgq(sp, M_BERR, "200|Already in the first column");
152 msgq(sp, M_BERR, "209|The file is empty");
155 msgq(sp, M_BERR, "202|Already at end-of-file");
158 msgq(sp, M_BERR, "203|Already at end-of-line");
163 which == VIM_NOCOM_B ? M_BERR : M_ERR
    [all...]
v_mark.c 97 msgq(sp, M_BERR, "320|Unknown cursor position.");
116 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR))
v_match.c 78 nomatch: msgq(sp, M_BERR, "184|No match character on this line");
121 msgq(sp, M_BERR, "185|Matching character not found");
v_xchar.c 51 nodel: msgq(sp, M_BERR, "206|No characters to delete");
v_ch.c 281 msgq(sp, M_BERR, "178|No previous F, f, T or t search");
287 msgq(sp, M_BERR, "179|%s not found", KEY_NAME(sp, ch));
getc.c 58 msgq(sp, M_BERR, "177|Empty file");
v_replace.c 79 msgq(sp, M_BERR, "186|No characters to replace");
vi.c 374 msgq(sp, M_BERR,
748 msgq(sp, M_BERR, "211|Already in command mode");
1129 msgq(sp, M_BERR, "212|Cursor not in a word");
v_ex.c 574 msgq(sp, M_BERR, "307|No ex command to execute");
v_search.c 507 msgq(sp, M_BERR, "190|Search wrapped to original position");
vs_smap.c 1163 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen");
1198 eof: msgq(sp, M_BERR,
vs_split.c 882 toobig: msgq(sp, M_BERR, adj == A_DECREASE ?
888 toosmall: msgq(sp, M_BERR,
v_txt.c 1277 msgq(sp, M_BERR,
1835 msgq(sp, M_BERR,
2767 msgq(sp, M_BERR,
2926 msgq(sp, M_BERR, "194|No more characters to erase");
  /src/external/bsd/nvi/dist/common/
msg.h 31 * M_BERR Error: M_ERR if O_VERBOSE, else bell.
42 M_NONE = 1, M_BERR, M_ERR, M_INFO, M_SYSERR, M_VINFO, M_DBERR } mtype_t;
log4.c 391 msgq(sp, M_BERR, "011|No changes to undo");
427 msgq(sp, M_BERR, "011|No changes to undo");
458 msgq(sp, M_BERR, "014|No changes to re-do");
log.c 465 msgq(sp, M_BERR, "011|No changes to undo");
666 msgq(sp, M_BERR, "014|No changes to re-do");
log1.c 428 msgq(sp, M_BERR, "011|No changes to undo");
634 msgq(sp, M_BERR, "014|No changes to re-do");
msg.c 97 if (mt == M_BERR)
105 case M_BERR:
  /src/external/bsd/nvi/dist/ex/
ex_script.c 301 empty: msgq(sp, M_BERR, "151|No command to execute");
ex.c 1602 discard: msgq(sp, M_BERR,
1607 msgq(sp, M_BERR,

Completed in 27 milliseconds