Searched refs:msg_cat (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/nvi2/common/ |
H A D | msg.c | 133 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 D | exf.c | 938 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 D | ex_bang.c | 105 msg = msg_cat(sp, in ex_bang()
|
H A D | ex_append.c | 221 msg_cat(sp, "273|Entering ex input mode.", NULL)); in ex_aci()
|
H A D | ex_subst.c | 628 vs_update(sp, msg_cat(sp, in s()
|
/dflybsd-src/usr.bin/vi/ |
H A D | common_extern.h | 69 const char *msg_cat(SCR *, const char *, size_t *);
|
/dflybsd-src/contrib/nvi2/vi/ |
H A D | vs_refresh.c | 870 t = msg_cat(sp, modes[sp->showmode], &len); in vs_modeline()
|
H A D | vs_msg.c | 92 p = msg_cat(sp, msg, &len); in vs_busy()
|