Searched refs:collelem (Results 1 – 4 of 4) sorted by relevance
180 struct collelem { struct184 RB_ENTRY(collelem) rb_bysymbol; argument185 RB_ENTRY(collelem) rb_byexpand;212 static RB_HEAD(elem_by_symbol, collelem) elem_by_symbol;213 static RB_HEAD(elem_by_expand, collelem) elem_by_expand;404 RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);417 RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
95 typedef struct collelem collelem_t;
47 collelem_t *collelem; member153 %token <collelem> T_COLLELEM
567 if ((yylval.collelem = lookup_collelem(token)) != in get_symbol()