Home
last modified time | relevance | path

Searched refs:regflag (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dhashserv.c455 chk_access(unsigned char *name, mode_t mode, int regflag) in chk_access() argument
469 if(mode == S_IEXEC && regflag && ftype != S_IFREG) in chk_access()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h129 char regflag; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtdump.c246 sfputl(outfile,reg->regflag); in p_switch()
H A Dtrestore.c323 reg->regflag = l; in r_switch()
H A Ddeparse.c555 if(reg->regflag) in p_switch()
H A Dparse.c598 r->regflag=0; in syncase()
619 r->regflag++; in syncase()
H A Dxec.c1866 do sh_exec(t->reg.regcom,(t->reg.regflag?0:flags)); in sh_exec()
1867 while(t->reg.regflag && in sh_exec()