bin/ksh/c_ksh.c
1379
typeset("OPTARG", 0, INTEGER, 0, 0);
bin/ksh/c_ksh.c
1393
typeset(var, EXPORT, 0, 0, 0);
bin/ksh/c_ksh.c
736
} else if (!typeset(wp[i], fset, fclr, field, base)) {
bin/ksh/c_sh.c
402
typeset(*wp, EXPORT, 0, 0, 0);
bin/ksh/edit.c
114
if ((vp = typeset("COLUMNS", 0, 0, 0, 0)))
bin/ksh/edit.c
118
&& (vp = typeset("LINES", 0, 0, 0, 0)))
bin/ksh/exec.c
472
setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
bin/ksh/exec.c
569
typeset(cp, type_flags, 0, 0, 0);
bin/ksh/exec.c
571
typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0);
bin/ksh/exec.c
721
setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
bin/ksh/main.c
217
typeset(*wp, IMPORT|EXPORT, 0, 0, 0);
bin/ksh/main.c
220
typeset(initifs, 0, 0, 0, 0); /* for security */
bin/ksh/proto.h
265
struct tbl * typeset ARGS((const char *, Tflag, Tflag, int, int));