Home
last modified time | relevance | path

Searched refs:nosfio (Results 1 – 9 of 9) sorted by relevance

/titanic_51/usr/src/lib/libast/common/include/
H A Dshcmd.h55 unsigned char nosfio; member
77 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1))
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dshcmd.h64 unsigned char nosfio; member
86 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1))
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h64 unsigned char nosfio; member
86 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1))
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h64 unsigned char nosfio; member
86 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1))
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dshcmd.h64 unsigned char nosfio; member
86 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1))
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dshcmd.h70 unsigned char nosfio; member
93 # define LIB_INIT(c) ((c) && (sh_context(c)->nosfio = 1))
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c732 sp->nosfio = 0; in sh_addlib()
761 libattr[nlib] = (sp->nosfio?BLT_NOSFIO:0); in sh_addlib()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c908 sp->nosfio = 0; in sh_addlib()
926 liblist[nlib].attr = (sp->nosfio?BLT_NOSFIO:0); in sh_addlib()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c963 if(bp->nosfio) in sh_exec()
1042 if(bp->nosfio && shp->pwd) in sh_exec()