/external/mksh/src/ |
exec.c | 523 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, 658 typeset(cp, type_flags, 0, 0, 0); 660 typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0); 806 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0), 1147 * autoloaded function (ie, no typeset -uf). [all...] |
funcs.c | 631 /* typeset, global, export, and readonly */ 662 /* called with 'typeset -' */ 665 /* typeset */ 730 /* typeset: show values as well */ 813 /* not "typeset -p varname" */ 838 } else if (!typeset(wp[i], fset, fclr, field, base)) { [all...] |
main.c | 69 "integer=typeset -i", 80 "autoload=typeset -fu", 81 "functions=typeset -f", 83 "nameref=typeset -n", 341 typeset(*wp, IMPORT | EXPORT, 0, 0, 0); 344 typeset(initifs, 0, 0, 0, 0); 635 /* After typeset command... */ [all...] |
var.c | 700 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) function 778 /* prevent typeset from creating a local PATH/ENV/SHELL */ [all...] |
sh.h | 788 EXTERN const char Tlocal_typeset[] E_INIT("local=typeset"); 789 #define T_typeset (Tlocal_typeset + 5) /* "=typeset" */ 790 #define Ttypeset (Tlocal_typeset + 6) /* "typeset" */ [all...] |
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/grub/docs/ |
texinfo.tex | [all...] |
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | [all...] |