Lines Matching refs:msgp

1030 	struct cfga_msg *msgp,  in cfga_change_state()  argument
1047 (void) cfga_help(msgp, options, flags); in cfga_change_state()
1220 (void) cfga_help(msgp, options, flags); in cfga_change_state()
1225 (void) cfga_help(msgp, options, flags); in cfga_change_state()
1243 struct cfga_msg *msgp, in cfga_private_func() argument
1259 (void) cfga_help(msgp, options, flags); in cfga_private_func()
1326 (void) cfga_help(msgp, options, flags); in cfga_private_func()
1336 (void) cfga_help(msgp, in cfga_private_func()
1358 (void) cfga_help(msgp, in cfga_private_func()
1374 (void) cfga_help(msgp, options, flags); in cfga_private_func()
1382 (void) cfga_help(msgp, options, flags); in cfga_private_func()
1450 (void) cfga_help(msgp, options, flags); in cfga_private_func()
1470 struct cfga_msg *msgp, in cfga_test() argument
1474 (void) cfga_help(msgp, options, flags); in cfga_test()
1682 cfga_msg(struct cfga_msg *msgp, const char *str) in cfga_msg() argument
1687 if (msgp == NULL || msgp->message_routine == NULL) { in cfga_msg()
1703 (*msgp->message_routine)(msgp->appdata_ptr, q); in cfga_msg()
1711 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) in cfga_help() argument
1715 cfga_msg(msgp, dgettext(TEXT_DOMAIN, usb_help[HELP_UNKNOWN])); in cfga_help()
1716 cfga_msg(msgp, options); in cfga_help()
1719 cfga_msg(msgp, dgettext(TEXT_DOMAIN, usb_help[HELP_HEADER])); in cfga_help()
1720 cfga_msg(msgp, usb_help[HELP_CONFIG]); in cfga_help()
1721 cfga_msg(msgp, usb_help[HELP_RESET_SLOT]); in cfga_help()
1722 cfga_msg(msgp, usb_help[HELP_CONFIG_SLOT]); in cfga_help()