Home
last modified time | relevance | path

Searched refs:SH_RESTRICTED (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c74 SH_DICTIONARY, SH_INTERACTIVE, SH_RESTRICTED, SH_CFLAG,
204 if(sh_isoption(SH_RESTRICTED) && !f && o==SH_RESTRICTED) in sh_argopts()
309 if ((o == SH_RESTRICTED) && in sh_argopts()
310 sh_isoption(SH_RESTRICTED)) { in sh_argopts()
H A Dbash.c254 || is_option(&opt,SH_RESTRICTED) in b_shopt()
328 if(sh_isoption(SH_RESTRICTED)) in bash_init()
H A Dmain.c146 if(rshflag=sh_isoption(SH_RESTRICTED)) in sh_main()
147 sh_offoption(SH_RESTRICTED); in sh_main()
248 sh_onoption(SH_RESTRICTED); in sh_main()
H A Dpath.c516 if(sh_isoption(SH_RESTRICTED)) in path_opentype()
764 if(!isfun && !sh_isoption(SH_RESTRICTED)) in path_absolute()
1015 if(sh_isoption(SH_RESTRICTED)) in path_exec()
H A Dinit.c342 if(!(flags&NV_RDONLY) && sh_isoption(SH_RESTRICTED)) in put_restricted()
1444 sh_onoption(SH_RESTRICTED); in sh_init()
2125 sh_onoption(SH_RESTRICTED); /* restricted shell */ in env_init()
H A Dio.c1337 if(sh_isoption(SH_RESTRICTED)) in sh_redirect()
1351 else if(sh_isoption(SH_RESTRICTED)) in sh_redirect()
H A Dname.c3018 …if(sh_isoption(SH_RESTRICTED) && ((sp=nv_name(np))==nv_name(PATHNOD) || sp==nv_name(SHELLNOD) || s… in nv_newattr()
H A Dxec.c3972 else if(sh_isoption(SH_RESTRICTED)) in sh_ntfork()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c108 "restricted", SH_RESTRICTED,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h69 #define SH_RESTRICTED 6 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dwhence.c60 if(sh_isoption(SH_RESTRICTED)) in b_command()
H A Dcd_pwd.c62 if(sh_isoption(SH_RESTRICTED)) in b_cd()
H A Dmisc.c112 if(sh_isoption(SH_RESTRICTED)) in B_login()
H A Dtypeset.c1021 if(sh_isoption(SH_RESTRICTED)) in b_builtin()