Format: AllC/C++CSSTextshell script Advanced Search
155: /* chnage keytable */ 156: kbdef = Vrealloc(kbdef, 157: offsetof(KbDef, keyDef.keytab) + keytabsz);
35: { 36: return Vrealloc(ptr, size); 37: }