Searched refs:login_sh (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dbash.c338 if(shp->login_sh==2)
H A Dmain.c187 shp->login_sh++;
188 if(shp->login_sh >= 2)
H A Dinit.c398 if(!sh_isstate(SH_INIT) || shp->login_sh==0)
1137 shp->login_sh = 2;
1279 if(shp->login_sh && argv[1] && strcmp(argv[0],argv[1])==0)
H A Dfault.c621 if((sh_isoption(SH_INTERACTIVE) && shp->login_sh) || (!sh_isoption(SH_INTERACTIVE) && (sig==SIGHUP)))
H A Djobs.c643 else if(running && shp->login_sh)
H A Dxec.c2478 shp->login_sh = 0;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h164 char login_sh; \
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c100 char login_sh = 0; variable
224 * if login_sh and HISTFILE is longer than HIST_MAX bytes then it is

Completed in 73 milliseconds