Lines Matching refs:msg_cat
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()
613 t = msg_cat(sp, "026|readonly", &len); in msgq_status()
626 t = msg_cat(sp, "028|empty file", &len); in msgq_status()
630 t = msg_cat(sp, "027|line %lu of %lu [%ld%%]", &len); in msgq_status()
636 t = msg_cat(sp, "029|line %lu", &len); in msgq_status()
778 return (msg_cat(sp, "268|confirm? [ynq]", lenp)); in msg_cmsg()
780 return (msg_cat(sp, "269|Press any key to continue: ", lenp)); in msg_cmsg()
782 return (msg_cat(sp, in msg_cmsg()
786 return (msg_cat(sp, "161|Press Enter to continue: ", lenp)); in msg_cmsg()
788 return (msg_cat(sp, "275| cont?", lenp)); in msg_cmsg()
790 return (msg_cat(sp, in msg_cmsg()
809 msg_cat(SCR *sp, const char *str, size_t *lenp) in msg_cat() function