Lines Matching defs:btinfo_userconfcommands
147 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL;
493 if (btinfo_userconfcommands != NULL)
494 BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS,
790 len = sizeof(*btinfo_userconfcommands) +
794 btinfo_userconfcommands = alloc(len);
795 if (btinfo_userconfcommands == NULL) {
799 memset(btinfo_userconfcommands, 0, len);
803 buf = (char *)btinfo_userconfcommands;
804 off = sizeof(*btinfo_userconfcommands);
805 btinfo_userconfcommands->num = 0;
812 btinfo_userconfcommands->num++;