Searched defs:typeset (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dvar.c45 /* may only be set by typeset() just before call to array_index_calc() */
758 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) function
887 /* prevent typeset from creating a local PATH/ENV/SHELL */
1823 /* typeset, global(deprecated), export, and readonly */
1852 /* called with 'typeset -' */
1855 /* typeset */
1923 /* typeset: show values as well */
2018 /* not "typeset -p varname" */
2043 } else if (!typeset(wp[i], fset, fclr, field, base)) {

Completed in 98 milliseconds