btinfo_userconfcommands
static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL;
if (btinfo_userconfcommands != NULL)
BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS,
len = sizeof(*btinfo_userconfcommands) +
btinfo_userconfcommands = alloc(len);
if (btinfo_userconfcommands == NULL) {
memset(btinfo_userconfcommands, 0, len);
buf = (char *)btinfo_userconfcommands;
off = sizeof(*btinfo_userconfcommands);
btinfo_userconfcommands->num = 0;
btinfo_userconfcommands->num++;
struct btinfo_userconfcommands *biuc;