var.c | 43 static struct table specials; variable in typeref:struct:table 135 ktinit(APERM, &specials, 136 /* currently 14 specials: 75% of 32 = 2^5 */ 139 tp = ktenter(&specials, initvar_names[i], 1132 tp = ktsearch(&specials, name, hash(name)); 1142 tp = ktsearch(&specials, name, hash(name)); [all...] |