Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/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.c967 msgstr = msg_cat(sp,
972 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ?
/freebsd/contrib/nvi/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.c629 vs_update(sp, msg_cat(sp, in s()
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c880 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()
/freebsd/usr.bin/vi/
H A Dextern.h382 const char *msg_cat(SCR *, const char *, size_t *);