Lines Matching defs:msgp
159 static void cfga_msg(struct cfga_msg *msgp, const char *str);
610 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
784 struct cfga_msg *msgp)
805 cfga_msg(msgp, "Ap_Id\t\t\tLed");
866 cfga_msg(msgp, line); /* print the message */
877 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
978 msgp));
1001 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
1544 cfga_msg(struct cfga_msg *msgp, const char *str)
1548 if (msgp == NULL || msgp->message_routine == NULL)
1551 (*msgp->message_routine)(msgp->appdata_ptr, str);
1552 (*msgp->message_routine)(msgp->appdata_ptr, "\n");
1558 struct cfga_msg *msgp = NULL;
1561 cfga_msg(msgp, dgettext(TEXT_DOMAIN, cfga_strs[HELP_UNKNOWN]));
1562 cfga_msg(msgp, options);
1570 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1573 cfga_msg(msgp, dgettext(TEXT_DOMAIN, cfga_strs[HELP_UNKNOWN]));
1574 cfga_msg(msgp, options);
1578 cfga_msg(msgp, dgettext(TEXT_DOMAIN, cfga_strs[HELP_HEADER]));
1579 cfga_msg(msgp, cfga_strs[HELP_CONFIG]);
1580 cfga_msg(msgp, cfga_strs[HELP_LED_CNTRL]);