Home | History | Annotate | Download | only in glcpp

Lines Matching refs:hash_table_find

240 		macro_t *macro = hash_table_find (parser->defines, $2);
286 macro_t *macro = hash_table_find (parser->defines, $2);
291 macro_t *macro = hash_table_find (parser->defines, $2);
337 macro_t *macro = hash_table_find (parser->defines, "__VERSION__");
499 int v = hash_table_find (parser->defines, $2) ? 1 : 0;
503 int v = hash_table_find (parser->defines, $3) ? 1 : 0;
1404 macro = hash_table_find (parser->defines, identifier);
1527 macro = hash_table_find (parser->defines, identifier);
1760 previous = hash_table_find (parser->defines, identifier);
1792 previous = hash_table_find (parser->defines, identifier);
1857 macro = hash_table_find (parser->defines,