reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
346 tos = ++p->stack_top; 347 p->stack_data[tos].type = ct; 348 p->stack_data[tos].prev = p->s_top; 348 p->stack_data[tos].prev = p->s_top; 349 p->stack_data[tos].ident = ident; 350 p->stack_data[tos].name = lck; 351 p->s_top = tos;