Searched refs:vpbase (Results 1 – 1 of 1) sorted by relevance
675 struct tbl *vpbase, *t; in typeset() local751 vpbase = (vp->flag & ARRAY) ? global(arrayname(var)) : vp; in typeset()756 if ((vpbase->flag&RDONLY) && in typeset()769 for (t = vpbase; t; t = t->u.array) { in typeset()838 if ((vpbase->flag&EXPORT) && !(vpbase->flag&INTEGER) && in typeset()839 vpbase->type == 0) in typeset()840 exportprep(vpbase, (vpbase->flag&ISSET) ? vpbase->val.s : null); in typeset()