Home
last modified time | relevance | path

Searched refs:BLT_ENV (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c59 "login", NV_BLTIN|BLT_ENV|BLT_SPC, Bltin(login),
60 "exec", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(exec),
61 "set", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(set),
62 ":", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(true),
63 "true", NV_BLTIN|BLT_ENV, bltin(true),
64 "command", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(command),
65 "cd", NV_BLTIN|BLT_ENV, bltin(cd),
66 "break", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(break),
67 "continue", NV_BLTIN|BLT_ENV|BLT_SPC, bltin(break),
68 "typeset", NV_BLTIN|BLT_ENV|BLT_SPC|BLT_DCL,bltin(typeset),
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h140 #define BLT_ENV (NV_RDONLY) /* non-stoppable, macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1339 if(!(nv_isattr(np,BLT_ENV))) in sh_exec()
1356 if(!(nv_isattr(np,BLT_ENV))) in sh_exec()
1391 … !shp->st.trapcom[0] && !shp->st.trap[SH_ERRTRAP] && shp->fn_depth==0 && !nv_isattr(np,BLT_ENV)) in sh_exec()
1438 if(!(nv_isattr(np,BLT_ENV))) in sh_exec()
3804 if(!nv_isattr(np,BLT_ENV)) in sh_ntfork()