Lines Matching refs:bot
43 hashview(Hash_table_t* top, Hash_table_t* bot) in hashview() argument
51 bot = 0; in hashview()
52 else if (top == bot) in hashview()
53 bot = top->scope; in hashview()
54 else if (bot) in hashview()
57 bot = 0; in hashview()
64 if (p = (Hash_bucket_t*)hashlook(bot, b->name, HASH_LOOKUP, NiL)) in hashview()
69 top->scope = bot; in hashview()
70 bot->frozen++; in hashview()
73 else if (bot = top->scope) in hashview()
85 bot->frozen--; in hashview()
87 return(bot); in hashview()