/freebsd/contrib/nvi/ex/ |
H A D | ex_mkexrc.c | 58 msgq_str(sp, M_ERR, fname, in ex_mkexrc() 66 msgq_str(sp, M_SYSERR, fname, "%s"); in ex_mkexrc() 89 msgq_str(sp, M_INFO, fname, "138|New exrc file: %s"); in ex_mkexrc() 95 msgq_str(sp, M_SYSERR, fname, "%s"); in ex_mkexrc()
|
H A D | ex_cd.c | 113 msgq_str(sp, M_INFO, buf, "122|New current directory: %s"); in ex_cd() 125 err: msgq_str(sp, M_SYSERR, dir, "%s"); in ex_cd()
|
H A D | ex_read.c | 251 msgq_str(sp, M_SYSERR, name, "%s"); in ex_read() 348 err: msgq_str(sp, M_SYSERR, name, "%s"); in ex_readfp()
|
H A D | ex_source.c | 78 err: msgq_str(sp, M_SYSERR, name, "%s"); in ex_source()
|
H A D | ex_tag.c | 364 msgq_str(sp, M_ERR, arg, in ex_tag_pop() 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() 1006 msgq_str(sp, M_SYSERR, tfp->name, "%s"); in ctag_slist()
|
H A D | ex_shell.c | 126 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s"); in ex_exec_proc()
|
H A D | ex_util.c | 171 msgq_str(sp, M_ERR, p, in ex_emsg()
|
H A D | ex_cscope.c | 330 msgq_str(sp, M_SYSERR, buf, "%s"); in get_paths() 430 msgq_str(sp, M_SYSERR, cmd, "execl: %s"); in run_cscope() 790 msgq_str(sp, M_SYSERR, "%s", csc->dname); in parse()
|
H A D | ex_filter.c | 140 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s"); in ex_filter()
|
H A D | ex_write.c | 357 msgq_str(sp, M_SYSERR, name, "%s"); in ex_writefp()
|
H A D | ex_argv.c | 750 msgq_str(sp, M_SYSERR, sh_path, "118|Error: execl: %s"); in argv_sexp() 786 ioerr: msgq_str(sp, M_ERR, sh, "119|I/O error: %s"); in argv_sexp()
|
H A D | ex_script.c | 172 msgq_str(sp, M_SYSERR, sh_path, "execl: %s"); in sscr_init()
|
/freebsd/contrib/nvi/common/ |
H A D | exf.c | 238 msgq_str(sp, M_ERR, oname, in file_init() 263 msgq_str(sp, in file_init() 350 msgq_str(sp, M_INFO, oname, in file_init() 672 msgq_str(sp, M_SYSERR, frp->tname, "240|%s: remove"); in file_end() 689 msgq_str(sp, M_SYSERR, frp->name, "241|%s: close"); in file_end() 713 msgq_str(sp, M_SYSERR, ep->rcv_path, "242|%s: remove"); in file_end() 715 msgq_str(sp, M_SYSERR, ep->rcv_mpath, "243|%s: remove"); in file_end() 777 msgq_str(sp, M_ERR, name, 820 msgq_str(sp, M_ERR, name, LF_ISSET(FS_POSSIBLE) ? 869 msgq_str(sp, M_SYSERR, name, "%s"); [all …]
|
H A D | recover.c | 202 msgq_str(sp, M_SYSERR, ep->rcv_path, in rcv_init() 248 msgq_str(sp, M_SYSERR, in rcv_sync() 512 msgq_str(sp, M_SYSERR, p, "recdir: %s"); in rcv_list() 548 msgq_str(sp, M_ERR, dp->d_name, in rcv_list() 619 msgq_str(sp, M_SYSERR, rp, "%s"); 665 msgq_str(sp, M_ERR, dp->d_name, 739 msgq_str(sp, M_INFO, name, 801 err: msgq_str(sp, M_SYSERR, fname, "%s"); 815 msgq_str(sp, M_SYSERR, dname, "%s"); 829 msgq_str(sp, M_ERR, strerror(errno),
|
H A D | msg.c | 364 msgq_str(sp, mtype, nstr, fmt); in msgq_wstr() 374 msgq_str(SCR *sp, mtype_t mtype, const char *str, const char *fmt) in msgq_str() function 739 msgq_str(sp, M_ERR, p, in msg_open() 742 msgq_str(sp, M_SYSERR, p, "%s"); in msg_open()
|
/freebsd/usr.bin/vi/ |
H A D | extern.h | 376 void msgq_str(SCR *, mtype_t, const char *, const char *);
|