Home
last modified time | relevance | path

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

/external/mksh/src/
Dvar.c61 static struct tbl *vtypeset(int *, const char *, uint32_t, uint32_t, int, int);
764 return (vtypeset(NULL, var, set, clr, field, base)); in typeset()
767 vtypeset(int *ep, const char *var, uint32_t set, uint32_t clr, in vtypeset() function
2085 } else if (!vtypeset(&x, wp[i], fset, fclr, in c_typeset()