Searched refs:cap_table (Results 1 – 3 of 3) sorted by relevance
114 hashvalue = hash_function(cap_table[i].nte_name); in make_hash_table()120 cap_table[i].nte_link = cap_hash_table[hashvalue]; in make_hash_table()121 cap_hash_table[hashvalue] = &cap_table[i]; in make_hash_table()141 cap_table[n].nte_link = NULL; in make_nte()142 cap_table[n].nte_name = boolnames[i]; in make_nte()143 cap_table[n].nte_type = BOOLEAN; in make_nte()144 cap_table[n].nte_index = i; in make_nte()150 cap_table[n].nte_link = NULL; in make_nte()151 cap_table[n].nte_name = numnames[i]; in make_nte()152 cap_table[n].nte_type = NUMBER; in make_nte()[all …]
49 struct name_table_entry cap_table[512]; variable
173 extern struct name_table_entry cap_table[];