exec.c | 147 static struct btinfo_userconfcommands *btinfo_userconfcommands = NULL; variable in typeref:struct:btinfo_userconfcommands * 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; [all...] |