Home
last modified time | relevance | path

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

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dmain.c368 int maxtry=IOMAXTRY, tdone=0, execflags; in exfile() local
572 execflags = sh_state(SH_ERREXIT)|sh_state(SH_INTERACTIVE); in exfile()
578 execflags |= sh_state(SH_NOFORK); in exfile()
581 sh_exec(t,execflags); in exfile()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dmain.c368 int maxtry=IOMAXTRY, tdone=0, execflags; in exfile() local
572 execflags = sh_state(SH_ERREXIT)|sh_state(SH_INTERACTIVE); in exfile()
578 execflags |= sh_state(SH_NOFORK); in exfile()
581 sh_exec(t,execflags); in exfile()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dmain.c397 int maxtry=IOMAXTRY, tdone=0, execflags; in exfile() local
601 execflags = sh_state(SH_ERREXIT)|sh_state(SH_INTERACTIVE); in exfile()
607 execflags |= sh_state(SH_NOFORK); in exfile()
610 sh_exec(shp,t,execflags); in exfile()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmain.c328 int maxtry = IOMAXTRY, tdone = 0, execflags; in exfile() local
513 execflags = sh_state(SH_ERREXIT) | sh_state(SH_INTERACTIVE); in exfile()
516 sh_exec(shp, t, execflags); in exfile()
/dports/devel/hgsvn/hgsvn-0.6.0/hgsvn/run/
H A Dhgpushsvn.py384 execflags = stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
405 is_exec = bool(m & execflags)