Lines Matching defs:msgp
727 struct cfga_msg *msgp,
763 struct cfga_msg *msgp,
812 struct cfga_msg *msgp,
891 handle.msgp = msgp;
1090 struct cfga_msg *msgp,
1213 ((flags & CFGA_FLAG_VERBOSE) != 0) ? msgp : NULL, errstring,
1430 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1434 (*msgp->message_routine)(msgp->appdata_ptr, mema_help);
1435 (*msgp->message_routine)(msgp->appdata_ptr, disable_opts);
1436 (*msgp->message_routine)(msgp->appdata_ptr, enable_opts);
1437 (*msgp->message_routine)(msgp->appdata_ptr, timeout_opts);
1438 (*msgp->message_routine)(msgp->appdata_ptr, test_opts);
1439 (*msgp->message_routine)(msgp->appdata_ptr, private_funcs);