Searched refs:IFSNOD (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | variables.h | 33 #define IFSNOD (sh.bltin_nodes+3) macro
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 167 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 D | init.c | 1183 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 D | main.c | 371 nv_putval(IFSNOD,(char*)e_sptbnl,NV_RDONLY); in sh_main()
|
H A D | xec.c | 2668 nv_getval(sh_scoped(shp,IFSNOD)); in sh_funscope()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 280 ifs = nv_getval(mp=sh_scoped(shp,IFSNOD)); in sh_readline()
|