Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh36 integer SHLVL
37 export SHLVL
38 SHLVL+=1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dvariables.h93 #define SHLVL (shgd->bltin_nodes+63) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1389 *SHLVL->nvalue.ip +=1; in sh_init()
1390 nv_offattr(SHLVL,NV_IMPORT); in sh_init()
1678 if(!(SHLVL->nvalue.ip)) in sh_reinit()
1681 SHLVL->nvalue.ip = &shlvl; in sh_reinit()
1682 nv_onattr(SHLVL,NV_INTEGER|NV_EXPORT|NV_NOFREE); in sh_reinit()
1684 *SHLVL->nvalue.ip +=1; in sh_reinit()
1685 nv_offattr(SHLVL,NV_IMPORT); in sh_reinit()
1830 SHLVL->nvalue.ip = &shlvl; in nv_init()
2079 if(np!=SHLVL && nv_isattr(np,NV_IMPORT|NV_EXPORT)) in env_init()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbasic.sh481 { env A__z=C+SHLVL $SHELL -c : ;} 2> /dev/null || err_exit "SHLVL with wrong attribute fails"
H A Dvariables.sh668 SHLVL=1
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE884 10-03-19 A bug in which the SHLVL variable exported the value it had on
945 09-12-03 A bug in which SHLVL exported with some attributes could cause
1292 06-08-26 +The SHLVL variable which is an environment variable used by bash