reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 tos = ++p->stack_top; 234 p->stack_data[tos].type = ct; 235 p->stack_data[tos].prev = p->w_top; 235 p->stack_data[tos].prev = p->w_top; 236 p->stack_data[tos].ident = ident; 237 p->stack_data[tos].name = NULL; 238 p->w_top = tos;