Searched refs:macro_table (Results 1 – 4 of 4) sorted by relevance
32 static struct hashtable *macro_table; variable62 if (!macro_table) in store_macro_pos()63 macro_table = create_hashtable(5000, position_hash, equalkeys); in store_macro_pos()65 list = do_search_macro(macro_table, &token->pos); in store_macro_pos()68 do_insert_macro(macro_table, &token->pos, list); in store_macro_pos()75 if (!macro_table) in get_macro_name()77 list = do_search_macro(macro_table, &pos); in get_macro_name()85 if (!macro_table) in get_inner_macro()87 list = do_search_macro(macro_table, &pos); in get_inner_macro()93 if (!macro_table) in get_all_macros()[all …]
71 LIB_OBJS += macro_table.o
418 static struct macro_info macro_table[] = { variable656 for (i = 0; i < ARRAY_SIZE(macro_table); i++) { in handle_macro_lock_unlock()657 info = ¯o_table[i]; in handle_macro_lock_unlock()
104 LIB_OBJS += macro_table.o