Searched defs:execute (Results 1 - 14 of 14) sorted by relevance

/ast/src/cmd/INIT/
H A Diffe.sh544 execute() function
1033 [+execute?The block is compiled, linked, and executed. \b0\b exit
3395 execute $tmp.sh <&$nullin || e=1
3483 status*)execute $tmp.exe <&$nullin >&$nullout
3493 noo*) execute $tmp.exe <&$nullin >$tmp.out || break ;;
3494 o*) execute $tmp.exe <&$nullin >$tmp.out && e=0 && break ;;
3495 no*) execute $tmp.exe <&$nullin >&$nullout || break ;;
3496 *) execute $tmp.exe <&$nullin >&$nullout && e=0 && break ;;
4353 execute $tmp.exe $opt <&$nullin
4423 execute
[all...]
H A Dmamake.c66 "[n:?Print actions but do not execute. Recursion actions (see \b-r\b) are still"
141 #define S_IXUSR 0100 /* owner execute permission */
144 #define S_IXGRP 0010 /* group execute permission */
147 #define S_IXOTH 0001 /* other execute permission */
231 int exec; /* execute actions */
237 int never; /* never execute */
1140 execute(register char* s) function
1261 if (c = execute(s))
1376 if (execute(use(tmp)))
1529 if (execute(expan
[all...]
/ast/src/lib/libast/sfio/
H A Dsfpopen.c42 /* execute command directly if possible; else use the shell */
44 static void execute(const char* argcmd) function
46 static void execute(argcmd)
138 char* command; /* command to execute */
281 execute(command);
/ast/src/lib/libdss/
H A Dcxeval.c123 * execute program at pc
127 execute(Cx_t* cx, Cxexpr_t* expr, register Cxinstruction_t* pc, void* data, Cxoperand_t* rv, Cxdisc_t* disc) function
190 if ((t = expr->group ? eval(cx, expr->group, data, rv) : expr->query->sel ? (*expr->query->sel)(cx, expr, data, cx->disc) : expr->query->prog ? execute(cx, expr, expr->query->prog, data, rv, cx->disc) : 1) < 0)
/ast/src/cmd/re/
H A Dsed0.c234 /* debugging code 1; compile and execute stubs.
248 execute(Text *x, Text *y) function
334 execute(&script, &data);
H A Dgrep.c346 execute(Sfio_t* input, char* name) function
834 execute(sfstdin, h);
846 execute(f, s);
873 execute(f, ent->fts_path);
H A Dsed2.c546 execute(Text *script, Text *data) function
H A Dsed1.c646 /* debugging code 2; execute stub.
651 execute(Text *script, Text *y) function
H A Ded.c693 execute(Line_t* addr, regflags_t flags) function
770 if (execute(a, 0))
1187 error(ERROR_SYSTEM|2, "%s: cannot execute shell command", s);
1201 error(ERROR_SYSTEM|2, "%s: cannot execute shell command", s);
1301 error(ERROR_SYSTEM|2, "%s: cannot execute shell command", p);
1334 if (a1 >= ed.addr1 && a1 <= ed.addr2 && execute(a1, 0) == sense)
1412 if (execute(a1, 0)) {
/ast/src/cmd/mailx/
H A Dlex.c364 if (execute(linebuf, 0))
377 execute(char* linebuf, int contxt) function
394 * Look up the command and execute.
441 * See if we should execute the command -- if a conditional
442 * we always execute it, otherwise, check the state of cond.
456 note(0, "Cannot execute \"%s\" while sending",
461 note(0, "Cannot execute \"%s\" while sourcing",
466 note(0, "Cannot execute \"%s\" -- message file is read only",
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c459 execute(State_t* state, Sfio_t* input, char* name, Shbltin_t* context) function
898 if (r = execute(&state, sfstdin, h, context))
917 r = execute(&state, f, ent->fts_path, context);
/ast/src/cmd/nmake/
H A Dcommand.c452 * save job context for later execute()
631 execute(register Joblist_t* job) function
745 message((-99, "execute: %s: t=0x%08x &t=0x%08x", job->target->name, t, &t));
1033 execute(job);
1592 execute(job);
/ast/src/cmd/at/
H A Datd.c560 execute(register State_t* state, register Job_t* job) function
604 * execute ready jobs
631 if (job->pid = execute(state, job))
777 * execute the at command in s
/ast/src/cmd/tw/
H A Dfind.c1339 execute(State_t* state, FTSENT* ent) function
1405 if ((val = execute(state, ent)) < 0)
1725 if (execute(state, ent) < 0)

Completed in 53 milliseconds