Searched refs:vpbase (Results 1 – 1 of 1) sorted by relevance
761 struct tbl *vpbase, *t; in typeset() local917 vpbase = (vp->flag & ARRAY) ? global(arrayname(tvar)) : vp; in typeset()924 if ((vpbase->flag & RDONLY) && in typeset()938 for (t = vpbase; t; t = t->u.array) { in typeset()1019 if ((vpbase->flag&EXPORT) && !(vpbase->flag&INTEGER) && in typeset()1020 vpbase->type == 0) in typeset()1021 exportprep(vpbase, (vpbase->flag&ISSET) ? vpbase->val.s : null); in typeset()