Home
last modified time | relevance | path

Searched refs:msg_cat (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/nvi/common/
H A Dmsg.c141 p = msg_cat(sp, "020|Error: ", &len); in msgq()
174 fmt = msg_cat(sp, fmt, NULL); in msgq()
503 t = msg_cat(sp, in mod_rpt()
510 t = msg_cat(sp, *ap, &len); in mod_rpt()
594 t = msg_cat(sp, "021|new file", &len); in msgq_status()
622 t = msg_cat(sp, "025|UNLOCKED", &len); in msgq_status()
632 t = msg_cat(sp, "026|readonly", &len); in msgq_status()
655 t = msg_cat(sp, "029|line %lu", &len); in msgq_status()
802 return (msg_cat(sp, in msg_cmsg()
810 return (msg_cat(sp, in msg_cmsg()
[all …]
H A Dextern.h69 const char *msg_cat(SCR *, const char *, size_t *);
H A Dexf.c967 msgstr = msg_cat(sp, in file_write()
972 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ? in file_write()
/freebsd-12.1/contrib/nvi/ex/
H A Dex_bang.c110 msg = msg_cat(sp, in ex_bang()
H A Dex_append.c225 msg_cat(sp, "273|Entering ex input mode.", NULL)); in ex_aci()
H A Dex_subst.c634 vs_update(sp, msg_cat(sp, in s()
/freebsd-12.1/contrib/nvi/vi/
H A Dvs_refresh.c873 t = msg_cat(sp, modes[sp->showmode], &len); in vs_modeline()
H A Dvs_msg.c96 p = msg_cat(sp, msg, &len); in vs_busy()