/freebsd/contrib/nvi/ex/ |
H A D | ex_util.c | 107 msgq(sp, M_ERR, in ex_ncheck() 168 msgq(sp, M_ERR, "168|Buffer %s is empty", p); in ex_emsg() 171 msgq_str(sp, M_ERR, p, in ex_emsg() 175 msgq(sp, M_ERR, in ex_emsg() 179 msgq(sp, M_ERR, in ex_emsg() 185 msgq(sp, M_ERR, in ex_emsg() 188 msgq(sp, M_ERR, in ex_emsg() 192 msgq(sp, M_ERR, "171|No previous buffer to execute"); in ex_emsg() 195 msgq(sp, M_ERR, "172|No previous regular expression"); in ex_emsg() 198 msgq(sp, M_ERR, "230|This screen may not be suspended"); in ex_emsg() [all …]
|
H A D | ex_abbrev.c | 63 msgq(sp, M_ERR, in ex_abbr() 69 msgq(sp, M_ERR, in ex_abbr() 77 msgq(sp, M_ERR, in ex_abbr() 104 msgq_wstr(sp, M_ERR, ap->bp, in ex_unabbr()
|
H A D | ex_init.c | 388 msgq(sp, M_ERR, in exrc_isok() 392 msgq(sp, M_ERR, in exrc_isok() 396 msgq(sp, M_ERR, in exrc_isok() 407 msgq(sp, M_ERR, in exrc_isok() 411 msgq(sp, M_ERR, in exrc_isok() 415 msgq(sp, M_ERR, in exrc_isok()
|
H A D | ex.c | 132 msgq(sp, M_ERR, "170|Interrupted"); in ex() 394 msgq(sp, M_ERR, "080|Unknown command name"); in ex_cmd() 577 msgq_wstr(sp, M_ERR, ecp->cmd->name, in ex_cmd() 1072 msgq(sp, M_ERR, "083|Count may not be zero"); in ex_cmd() 1114 msgq_wstr(sp, M_ERR, ecp->cp, in ex_cmd() 1212 msgq(sp, M_ERR, in ex_cmd() 1231 usage: msgq(sp, M_ERR, "086|Usage: %s", ecp->cmd->usage); in ex_cmd() 1394 msgq_wstr(sp, M_ERR, ecp->cmd->name, in ex_cmd() 1426 msgq(sp, M_ERR, in ex_cmd() 1436 msgq(sp, M_ERR, in ex_cmd() [all …]
|
H A D | ex_open.c | 34 msgq(sp, M_ERR, in ex_open() 39 msgq(sp, M_ERR, "141|The open command is not yet implemented"); in ex_open()
|
H A D | ex_args.c | 54 msgq(sp, M_ERR, "111|No more files to edit"); in ex_next() 179 msgq(sp, M_ERR, "112|No previous files to edit"); in ex_prev() 230 msgq(sp, M_ERR, "113|No previous files to rewind"); in ex_rew() 266 (void)msgq(sp, M_ERR, "114|No file list to display"); in ex_args()
|
H A D | ex_cd.c | 50 msgq(sp, M_ERR, in ex_cd() 61 msgq(sp, M_ERR, in ex_cd()
|
H A D | ex_tag.c | 112 msgq(sp, M_ERR, "158|No previous tag entered"); in ex_tag_push() 152 msgq(sp, M_ERR, "282|Already at the last tag of this group"); in ex_tag_next() 192 msgq(sp, M_ERR, "255|Already at the first tag of this group"); in ex_tag_prev() 340 msgq(sp, M_ERR, in ex_tag_pop() 364 msgq_str(sp, M_ERR, arg, in ex_tag_pop() 490 msgq(sp, M_ERR, "292|Display too small."); in ex_tag_display() 819 msgq_str(sp, M_ERR, tag, in tag_msg() 826 msgq_str(sp, M_ERR, tag, "166|%s: search pattern not found"); in tag_msg() 1000 msgq_str(sp, M_ERR, tqp->tag, "162|%s: tag not found"); in ctag_slist() 1107 msgq(sp, M_ERR, "163|%s: corrupted tag in %s", p, t); in ctag_sfile()
|
H A D | ex_script.c | 64 msgq(sp, M_ERR, in ex_script() 221 msgq(sp, M_ERR, "Error: timed out"); in sscr_getprompt() 231 msgq(sp, M_ERR, "Error: shell: EOF"); in sscr_getprompt() 281 conv_err: msgq(sp, M_ERR, "323|Invalid input. Truncated."); in sscr_getprompt() 506 conv_err: msgq(sp, M_ERR, "323|Invalid input. Truncated."); in sscr_insert()
|
H A D | ex_shell.c | 174 msgq(sp, M_ERR, "%.*s%s: received signal: %s%s", in proc_wait() 196 msgq(sp, M_ERR, "%.*s%s: exited with status %d", in proc_wait()
|
H A D | ex_argv.c | 374 msgq(sp, M_ERR, in argv_fexp() 388 msgq(sp, M_ERR, in argv_fexp() 404 msgq(sp, M_ERR, in argv_fexp() 684 msgq(sp, M_ERR, in argv_sexp() 786 ioerr: msgq_str(sp, M_ERR, sh, "119|I/O error: %s"); in argv_sexp() 810 msgq(sp, M_ERR, "304|Shell expansion failed"); in argv_sexp()
|
H A D | ex_mark.c | 36 msgq(sp, M_ERR, "136|Mark names must be a single character"); in ex_mark()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_util.c | 138 msgq(sp, M_ERR, in v_emsg() 153 which == VIM_NOCOM_B ? M_BERR : M_ERR, in v_emsg() 157 msgq(sp, M_ERR, "Window resize interrupted text input mode"); in v_emsg() 160 msgq(sp, M_ERR, "205|Usage: %s", p); in v_emsg()
|
H A D | v_screen.c | 39 msgq(sp, M_ERR, in v_screen() 51 msgq(sp, M_ERR, "187|No other screen to switch to"); in v_screen()
|
H A D | v_increment.c | 133 nonum: msgq(sp, M_ERR, "181|Cursor not in a number"); in v_increment() 254 msgq(sp, M_ERR, "182|Resulting number too large"); in inc_err() 257 msgq(sp, M_ERR, "183|Resulting number too small"); in inc_err()
|
H A D | vi.c | 233 msgq(sp, M_ERR, in vi() 360 msgq(sp, M_ERR, in vi() 363 msgq(sp, M_ERR, "236|Interrupted"); in vi() 522 msgq(sp, M_ERR, "234|Only one buffer may be specified"); in v_cmd() 596 msgq(sp, M_ERR, "208|No command to repeat"); in v_cmd() 679 msgq(sp, M_ERR, "210|%s may not be used as a motion command", in v_cmd() 1148 msgq(sp, M_ERR, in v_count()
|
/freebsd/contrib/nvi/common/ |
H A D | options_f.c | 46 msgq(sp, M_ERR, "040|Screen columns too small, less than %d", in f_columns() 61 msgq(sp, M_ERR, "041|Screen columns too large, greater than %d", in f_columns() 76 msgq(sp, M_ERR, "042|Screen lines too small, less than %d", in f_lines() 91 msgq(sp, M_ERR, "043|Screen lines too large, greater than %d", in f_lines() 127 msgq(sp, M_ERR, "044|The lisp option is not implemented"); in f_lisp()
|
H A D | search.c | 445 msgq(sp, M_ERR, "072|File empty; nothing to search"); in search_msg() 448 msgq(sp, M_ERR, in search_msg() 452 msgq(sp, M_ERR, "074|No previous search pattern"); in search_msg() 455 msgq(sp, M_ERR, "075|Pattern not found"); in search_msg() 458 msgq(sp, M_ERR, in search_msg() 462 msgq(sp, M_ERR, "077|Search wrapped"); in search_msg()
|
H A D | exf.c | 238 msgq_str(sp, M_ERR, oname, in file_init() 766 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? 777 msgq_str(sp, M_ERR, name, 789 msgq(sp, M_ERR, LF_ISSET(FS_POSSIBLE) ? 820 msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ? 876 msgq_str(sp, M_ERR, name, 935 msgq_str(sp, M_ERR, name, 1083 msgq_str(sp, M_ERR, bname, 1147 msgq_str(sp, M_ERR, bname, 1152 msgq_str(sp, M_ERR, bname, "260|%s: not owned by you"); [all …]
|
H A D | options.c | 456 err: msgq_wstr(sp, M_ERR, optlist[optindx].name, in opts_init() 498 msgq(sp, M_ERR, in opts_set() 549 msgq_wstr(sp, M_ERR, name, in opts_set() 557 msgq_wstr(sp, M_ERR, name, in opts_set() 564 msgq_wstr(sp, M_ERR, name, in opts_set() 608 msgq_wstr(sp, M_ERR, name, in opts_set() 636 msgq(sp, M_ERR, in opts_set() 657 msgq(sp, M_ERR, in opts_set() 669 msgq_wstr(sp, M_ERR, name, in opts_set() 700 msgq_wstr(sp, M_ERR, name, in opts_set() [all …]
|
H A D | key.c | 130 msgq(sp, M_ERR, "079|No non-printable character found"); in v_key_init() 848 msgq(sp, M_ERR, "276|Unexpected character event"); in v_event_err() 851 msgq(sp, M_ERR, "277|Unexpected end-of-file event"); in v_event_err() 854 msgq(sp, M_ERR, "279|Unexpected interrupt event"); in v_event_err() 857 msgq(sp, M_ERR, "281|Unexpected repaint event"); in v_event_err() 860 msgq(sp, M_ERR, "285|Unexpected string event"); in v_event_err() 863 msgq(sp, M_ERR, "286|Unexpected timeout event"); in v_event_err() 866 msgq(sp, M_ERR, "316|Unexpected resize event"); in v_event_err()
|
H A D | msg.c | 72 mt = M_ERR; in msgq() 83 mt = M_ERR; in msgq() 94 case M_ERR: in msgq() 145 if ((mt == M_ERR || mt == M_SYSERR) && in msgq() 323 mt = M_ERR; in msgq() 739 msgq_str(sp, M_ERR, p, in msg_open()
|
H A D | recover.c | 154 err: msgq(sp, M_ERR, in rcv_tmp() 217 err: msgq(sp, M_ERR, in rcv_init() 338 msgq(sp, M_ERR, in rcv_mailfile() 548 msgq_str(sp, M_ERR, dp->d_name, in rcv_list() 665 msgq_str(sp, M_ERR, dp->d_name, 829 msgq_str(sp, M_ERR, strerror(errno),
|
H A D | put.c | 46 msgq(sp, M_ERR, in put() 54 msgq(sp, M_ERR, "054|Buffer %s is empty", in put()
|
/freebsd/contrib/nvi/catalog/ |
H A D | README | 10 msgq(sp, M_ERR, "001|This is an error message"); 26 msgq(sp, M_ERR, "002|Error: %d %x", arg1, arg2); 34 msgq(sp, M_ERR, "003|File: %s", file_name); 44 msgq(sp, M_ERR, "003|File: %s", p);
|