Searched refs:expand_simple (Results 1 – 2 of 2) sorted by relevance
220 if (sym->expand_simple) { in expand_one_symbol()221 sym->expand_simple(token); in expand_one_symbol()2132 void (*expand_simple)(struct token *); in init_preprocessor() member2163 sym->expand_simple = dynamic[i].expand_simple; in init_preprocessor()
167 void (*expand_simple)(struct token *); member