HomeSort by relevance Sort by last modified time
    Searched refs:typeset (Results 1 - 7 of 7) sorted by null

  /external/mksh/src/
exec.c 522 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
648 typeset(cp, type_flags, 0, 0, 0);
650 typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0);
794 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
1135 * autoloaded function (ie, no typeset -uf).
    [all...]
funcs.c 612 /* typeset, global, export, and readonly */
640 /* called with 'typeset -' */
643 /* typeset */
709 /* typeset: show values as well */
814 } else if (!typeset(wp[i], fset, fclr, field, base)) {
888 shf_puts("typeset ", shl_stdout);
933 "typeset " :
1461 typeset("OPTARG", 0, INTEGER, 0, 0);
1475 typeset(var, EXPORT, 0, 0, 0);
    [all...]
main.c 66 "integer=typeset -i",
77 "autoload=typeset -fu",
78 "functions=typeset -f",
80 "nameref=typeset -n",
307 typeset(*wp, IMPORT | EXPORT, 0, 0, 0);
310 typeset(initifs, 0, 0, 0, 0);
584 /* After typeset command... */
    [all...]
var.c 690 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) function
766 /* prevent typeset from creating a local PATH/ENV/SHELL */
1386 /* to get local array, use "typeset foo; set -A foo" */
    [all...]
sh.h 669 EXTERN const char Tlocal_typeset[] E_INIT("local=typeset");
670 #define T_typeset (Tlocal_typeset + 5) /* "=typeset" */
671 #define Ttypeset (Tlocal_typeset + 6) /* "typeset" */
1003 #define LOCAL BIT(11) /* for local typeset() */
1012 #define IMPORT BIT(21) /* flag to typeset(): no arrays, must have = */
1027 * param should be repoted by set/typeset). Does not include ARRAY or
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 427 milliseconds