Lines Matching defs:msgp
164 static void cfga_msg(struct cfga_msg *msgp, const char *str);
581 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
868 struct cfga_msg *msgp)
884 cfga_msg(msgp, "Ap_Id\t\t\tLed");
992 cfga_msg(msgp, line); /* print the message */
1005 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
1112 msgp));
1140 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
1710 cfga_msg(struct cfga_msg *msgp, const char *str)
1714 if (msgp == NULL || msgp->message_routine == NULL)
1717 (*msgp->message_routine)(msgp->appdata_ptr, str);
1718 (*msgp->message_routine)(msgp->appdata_ptr, "\n");
1724 struct cfga_msg *msgp = NULL;
1727 cfga_msg(msgp, dgettext(TEXT_DOMAIN, cfga_strs[HELP_UNKNOWN]));
1728 cfga_msg(msgp, options);
1736 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1739 cfga_msg(msgp, dgettext(TEXT_DOMAIN, cfga_strs[HELP_UNKNOWN]));
1740 cfga_msg(msgp, options);
1744 cfga_msg(msgp, dgettext(TEXT_DOMAIN, cfga_strs[HELP_HEADER]));
1745 cfga_msg(msgp, cfga_strs[HELP_CONFIG]);
1746 cfga_msg(msgp, cfga_strs[HELP_ENABLE_SLOT]);
1747 cfga_msg(msgp, cfga_strs[HELP_DISABLE_SLOT]);
1748 cfga_msg(msgp, cfga_strs[HELP_ENABLE_AUTOCONF]);
1749 cfga_msg(msgp, cfga_strs[HELP_DISABLE_AUTOCONF]);
1750 cfga_msg(msgp, cfga_strs[HELP_LED_CNTRL]);