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

  /external/mksh/src/
exec.c 518 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
657 typeset(cp, type_flags, 0, 0, 0);
659 typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0);
819 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
1156 * autoloaded function (ie, no typeset -uf).
    [all...]
funcs.c 630 /* typeset, global, export, and readonly */
661 /* called with 'typeset -' */
664 /* typeset */
729 /* typeset: show values as well */
812 /* not "typeset -p varname" */
837 } else if (!typeset(wp[i], fset, fclr, field, base)) {
    [all...]
main.c 70 "integer=typeset -i",
81 "autoload=typeset -fu",
82 "functions=typeset -f",
84 "nameref=typeset -n",
366 typeset(*wp, IMPORT | EXPORT, 0, 0, 0);
369 typeset(initifs, 0, 0, 0, 0);
660 /* After typeset command... */
    [all...]
var.c 697 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) function
783 /* prevent typeset from creating a local PATH/ENV/SHELL */
    [all...]
sh.h 789 EXTERN const char Tlocal_typeset[] E_INIT("local=typeset");
790 #define T_typeset (Tlocal_typeset + 5) /* "=typeset" */
791 #define Ttypeset (Tlocal_typeset + 6) /* "typeset" */
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 173 milliseconds