Home
last modified time | relevance | path

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

/dflybsd-src/contrib/nvi2/common/
H A Dmsg.c133 p = msg_cat(sp, "020|Error: ", &len); in msgq()
166 fmt = msg_cat(sp, fmt, NULL); in msgq()
487 t = msg_cat(sp, in mod_rpt()
494 t = msg_cat(sp, *ap, &len); in mod_rpt()
557 msg_cat(sp, "317|%d files to edit", NULL), cnt); in msgq_status()
575 t = msg_cat(sp, "021|new file", &len); in msgq_status()
581 t = msg_cat(sp, "022|name changed", &len); in msgq_status()
591 t = msg_cat(sp, "023|modified", &len); in msgq_status()
593 t = msg_cat(sp, "024|unmodified", &len); in msgq_status()
603 t = msg_cat(sp, "025|UNLOCKED", &len); in msgq_status()
[all …]
H A Dexf.c938 msgstr = msg_cat(sp, in file_write()
943 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ? in file_write()
/dflybsd-src/contrib/nvi2/ex/
H A Dex_bang.c105 msg = msg_cat(sp, in ex_bang()
H A Dex_append.c221 msg_cat(sp, "273|Entering ex input mode.", NULL)); in ex_aci()
H A Dex_subst.c628 vs_update(sp, msg_cat(sp, in s()
/dflybsd-src/usr.bin/vi/
H A Dcommon_extern.h69 const char *msg_cat(SCR *, const char *, size_t *);
/dflybsd-src/contrib/nvi2/vi/
H A Dvs_refresh.c870 t = msg_cat(sp, modes[sp->showmode], &len); in vs_modeline()
H A Dvs_msg.c92 p = msg_cat(sp, msg, &len); in vs_busy()