Lines Matching defs:pscope
1612 scope_t *pscope;
1684 pscope = allocate_scope ();
1685 pscope->prev = cur_file_ptr->cur_scope;
1686 pscope->lsym = psym;
1687 pscope->type = type;
1688 cur_file_ptr->cur_scope = pscope;
1706 pscope = cur_file_ptr->cur_scope;
1707 if (pscope == NULL)
1711 st_t begin_type = pscope->lsym->ecoff_sym.asym.st;
1713 psym->begin_ptr = pscope->lsym;
1740 cur_file_ptr->cur_scope = pscope->prev;
1754 pscope->lsym->ecoff_sym.asym.index = add_aux_sym_symint (0);
1755 pscope->lsym->index_ptr =
1771 free_scope (pscope);