Home | History | Annotate | Download | only in msgc

Lines Matching refs:msg_string

121 msg_string(msg msg_no)
292 msg_printf("%s", msg_string(msg_no));
303 (void)_msg_vprintf(1, fmtcheck(msg_string(msg_no), fmt), ap);
311 msg_printf("%s", msg_string(msg_no));
320 (void)_msg_vprintf(1, fmtcheck(msg_string(msg_no), fmt), ap);
502 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), MSG_PROMPT_ECHO,
529 w = vsnprintf(NULL, 0, fmtcheck(msg_string(msg_no), fmt), ap);
553 for (np = msg_string(msg_no); (ep = strchr(np, '\n'));
595 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), msg_flags, def, val,
627 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), MSG_PROMPT_ECHO, def,
647 _msg_vprompt(fmtcheck(msg_string(msg_no), fmt), 0, def, val,
665 (void)_msg_vprintf(0, fmtcheck(msg_string(msg_no), fmt), ap);