OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:texec
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
exec.c
447
case
TEXEC
:
506
static struct op
texec
;
local
821
/* to fork we set up a
TEXEC
node and call execute */
822
texec
.type =
TEXEC
;
824
texec
.left = t;
825
texec
.str = tp->val.s;
826
texec
.args = ap;
827
rv = exchild(&
texec
, flags, xerrok, -1);
[
all
...]
tree.c
90
case
TEXEC
:
990
OPEN(
TEXEC
)
sh.h
[
all
...]
Completed in 173 milliseconds