Home
last modified time | relevance | path

Searched refs:SH_LOGIN_SHELL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dbash.c257 || is_option(&opt,SH_LOGIN_SHELL))) in b_shopt()
321 if(sh_isoption(SH_LOGIN_SHELL) && !sh_isoption(SH_POSIX)) in bash_init()
338 sh_onoption(SH_LOGIN_SHELL); in bash_init()
400 if(sh_isoption(SH_LOGIN_SHELL)) in bash_init()
H A Dmain.c173 sh_onoption(SH_LOGIN_SHELL); in sh_main()
201 job_init(shp,sh_isoption(SH_LOGIN_SHELL)); in sh_main()
202 if(sh_isoption(SH_LOGIN_SHELL)) in sh_main()
H A Dargs.c78 SH_GLOBSTARS, SH_RC, SH_LOGIN_SHELL,
H A Dxec.c3223 sh_offoption(SH_LOGIN_SHELL); in _sh_fork()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c81 "login_shell", SH_LOGIN_SHELL|SH_COMMANDLINE,
96 "profile", SH_LOGIN_SHELL|SH_COMMANDLINE,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h320 #define SH_LOGIN_SHELL 67 macro