Searched refs:msg_cat (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/usr.bin/vi/common/ |
| D | msg.c | 136 p = msg_cat(sp, "020|Error: ", &len); in msgq() 165 fmt = msg_cat(sp, fmt, NULL); in msgq() 465 t = msg_cat(sp, 472 t = msg_cat(sp, *ap, &len); 533 msg_cat(sp, "317|%d files to edit", NULL), cnt); 551 t = msg_cat(sp, "021|new file", &len); 557 t = msg_cat(sp, "022|name changed", &len); 567 t = msg_cat(sp, "023|modified", &len); 569 t = msg_cat(sp, "024|unmodified", &len); 579 t = msg_cat(sp, "025|UNLOCKED", &len); [all …]
|
| D | exf.c | 957 msgstr = msg_cat(sp, 964 msgstr = msg_cat(sp, LF_ISSET(FS_APPEND) ?
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_bang.c | 108 msg = msg_cat(sp,
|
| D | ex_append.c | 231 msg_cat(sp, "273|Entering ex input mode.", NULL));
|
| D | ex_subst.c | 640 vs_update(sp, msg_cat(sp,
|
| /mirbsd/src/usr.bin/vi/include/ |
| D | com_extern.h | 143 const char *msg_cat(SCR *, const char *, size_t *);
|
| /mirbsd/src/usr.bin/vi/vi/ |
| D | vs_refresh.c | 881 t = msg_cat(sp, modes[sp->showmode], &len);
|
| D | vs_msg.c | 96 p = msg_cat(sp, msg, &len);
|