Searched defs:EXEC (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/INIT/
H A Dmktest.sh67 [+EXEC [ \aarg\a ... ]]?Run the command under test with
69 the standard input of the previous EXEC is used. The standard
70 input of the first EXEC in a TEST group is an empty regular
385 IO=${IO//$command\[*([0-9])\]:\ .\[*([0-9])\]:\ @(EXEC|PROG)\[*([0-9])\]:\ /}
466 function EXEC function
468 RUN EXEC "$@"
H A Dregress.sh95 [+EXEC \b[ \aarg\a ... ]]?Runs the command under test with
625 function EXEC # arg ... function
644 EXEC "$@"
1330 typeset ARGS COMMAND COPY DIAGNOSTICS ERROR EXEC FLUSHED=0 GROUP=INIT
1447 alias EXEC='LINE=$LINENO; EXEC'
/ast/src/cmd/at/
H A Dat.c141 #define EXEC (1<<2) macro
171 int op = EXEC;
220 op &= ~EXEC;
316 if (op & ~(EXEC|MAIL))
429 if (op & EXEC)
/ast/src/cmd/tw/
H A Dfind.c129 NAME, USER, GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, enumerator in enum:Command
291 "exec", EXEC, Exec, 1, "command ... ; | command ... {} +", 0,
1094 case EXEC:
1542 case EXEC:

Completed in 14 milliseconds