Home
last modified time | relevance | path

Searched refs:vpbase (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dvar.c675 struct tbl *vpbase, *t; in typeset() local
751 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()