bin/ksh/c_ksh.c
1345
typeset("OPTARG", 0, INTEGER, 0, 0);
bin/ksh/c_ksh.c
1359
typeset(var, EXPORT, 0, 0, 0);
bin/ksh/c_ksh.c
725
} else if (!typeset(wp[i], fset, fclr, field, base)) {
bin/ksh/c_sh.c
399
typeset(*wp, EXPORT, 0, 0, 0);
bin/ksh/edit.c
81
if ((vp = typeset("COLUMNS", 0, 0, 0, 0)))
bin/ksh/edit.c
84
if (ws.ws_row && (vp = typeset("LINES", 0, 0, 0, 0)))
bin/ksh/exec.c
429
setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
bin/ksh/exec.c
524
typeset(cp, type_flags, 0, 0, 0);
bin/ksh/exec.c
526
typeset(cp, LOCAL|LOCAL_COPY|EXPORT, 0, 0, 0);
bin/ksh/exec.c
676
setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
bin/ksh/main.c
276
typeset(*wp, IMPORT|EXPORT, 0, 0, 0);
bin/ksh/main.c
279
typeset(initifs, 0, 0, 0, 0); /* for security */
bin/ksh/sh.h
594
struct tbl *typeset(const char *, int, int, int, int);