Lines Matching refs:lenp
774 msg_cmsg(SCR *sp, cmsg_t which, size_t *lenp) in msg_cmsg() argument
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()
784 lenp)); 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()
791 "271|Press any key to continue [q to quit]: ", lenp)); in msg_cmsg()
809 msg_cat(SCR *sp, const char *str, size_t *lenp) in msg_cat() argument
828 if (lenp != NULL) in msg_cat()
829 *lenp = strlen(p); in msg_cat()
833 if (lenp != NULL) in msg_cat()
834 *lenp = strlen(str); in msg_cat()