Lines Matching refs:msg_cat
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);
589 t = msg_cat(sp, "026|readonly", &len);
602 t = msg_cat(sp, "028|empty file", &len);
606 t = msg_cat(sp, "027|line %lu of %lu [%ld%%]", &len);
612 t = msg_cat(sp, "029|line %lu", &len);
760 return (msg_cat(sp, "268|confirm? [ynq]", lenp));
762 return (msg_cat(sp, "269|Press any key to continue: ", lenp));
764 return (msg_cat(sp,
768 return (msg_cat(sp, "161|Press Enter to continue: ", lenp));
770 return (msg_cat(sp, "275| cont?", lenp));
772 return (msg_cat(sp,
791 msg_cat(sp, str, lenp) in msg_cat() function