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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dbash.c337 if(shp->login_sh==2)
H A Dmain.c191 shp->login_sh++;
192 if(shp->login_sh >= 2)
H A Dfault.c634 if((sh_isoption(SH_INTERACTIVE) && shp->login_sh) || (!sh_isoption(SH_INTERACTIVE) && (sig==SIGHUP)))
H A Dinit.c441 if(!sh_isstate(SH_INIT) || shp->login_sh==0)
1296 shp->login_sh = 2;
1449 if(shp->login_sh && argv[1] && strcmp(argv[0],argv[1])==0)
H A Djobs.c758 else if(running && shp->login_sh)
H A Dxec.c3006 shp->login_sh = 0;
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h191 char login_sh; \
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c100 char login_sh = 0; variable
223 * if login_sh and HISTFILE is longer than HIST_MAX bytes then it is

Completed in 51 milliseconds