Lines Matching refs:definition
33 struct definition { struct
40 definition(); argument
41 ~definition();
44 definition::definition() : is_macro(1), is_simple(0) in definition() function in definition
49 definition::~definition() in ~definition()
55 declare_ptable(definition)
56 implement_ptable(definition)
58 PTABLE(definition) macro_table;
263 definition *def = new definition[1]; in init_table()
269 definition *def = new definition[1]; in init_table()
275 definition *def = new definition[1]; in init_table()
797 definition *def = macro_table.lookup(token_buffer.contents()); in get_token()
860 definition *def = macro_table.lookup(token_buffer.contents()); in get_token()
917 definition *def = macro_table.lookup(name); in do_definition()
919 def = new definition[1]; in do_definition()
1012 definition *def = macro_table.lookup(token_buffer.contents()); in do_ifdef()