Searched refs:vpbase (Results 1 – 1 of 1) sorted by relevance
602 struct tbl *vpbase, *t; in typeset() local649 vpbase = (vp->flag & ARRAY) ? global(arrayname(tvar)) : vp; in typeset()655 if ((vpbase->flag&RDONLY) && in typeset()668 for (t = vpbase; t; t = t->u.array) { in typeset()741 if ((vpbase->flag&EXPORT) && !(vpbase->flag&INTEGER) && in typeset()742 vpbase->type == 0) in typeset()743 export(vpbase, (vpbase->flag&ISSET) ? vpbase->val.s : null); in typeset()