Home
last modified time | relevance | path

Searched refs:SH_PATHNAMENOD (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dvariables.h85 #define SH_PATHNAMENOD (sh.bltin_nodes+55) macro
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dmisc.c279 nv_putval(SH_PATHNAMENOD, shp->st.filename ,NV_NOFREE); in b_dot_cmd()
313 nv_putval(SH_PATHNAMENOD, shp->st.filename ,NV_NOFREE); in b_dot_cmd()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dmain.c392 nv_putval(SH_PATHNAMENOD, shp->st.filename ,NV_NOFREE); in exfile()
H A Dxec.c451 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE); in sh_debug()
2632 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE); in sh_funscope()
2742 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE); in sh_funct()
H A Dname.c3098 SH_PATHNAMENOD->nvalue.cp = sh.st.filename; in sh_setscope()