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