Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dvariables.h33 #define IFSNOD (sh.bltin_nodes+3) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c167 if(mp->ifsp=nv_getval(sh_scoped(shp,IFSNOD))) in sh_mactrim()
202 if(mp->ifsp=nv_getval(sh_scoped(shp,IFSNOD))) in sh_macexpand()
274 mp->ifsp = nv_getval(sh_scoped(shp,IFSNOD)); in sh_machere()
2014 np = sh_scoped(mp->shp,IFSNOD); in comsubst()
H A Dinit.c1183 nv_putval(IFSNOD,(char*)e_sptbnl,NV_RDONLY); in sh_init()
1419 …if(np==IFSNOD || np==PATHNOD || np==SHELLNOD || np==FPATHNOD || np==CDPNOD || np==SECONDS || np==E… in nv_cover()
1597 nv_stack(IFSNOD, &ip->IFS_init.hdr); in nv_init()
H A Dmain.c371 nv_putval(IFSNOD,(char*)e_sptbnl,NV_RDONLY); in sh_main()
H A Dxec.c2668 nv_getval(sh_scoped(shp,IFSNOD)); in sh_funscope()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dread.c280 ifs = nv_getval(mp=sh_scoped(shp,IFSNOD)); in sh_readline()