Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 74) sorted by relevance

123

/plan9/sys/src/cmd/awk/
H A Drun.c131 execute(a); in run()
135 Cell *execute(Node *u) /* execute a node of the parse tree */ in execute() function
181 x = execute(a[0]); in program()
190 x = execute(a[1]); in program()
199 x = execute(a[2]); in program()
230 fcn = execute(a[0]); /* the function itself */ in call()
250 y = execute(x); in call()
281 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
346 y = execute(a[0]); in jump()
353 y = execute(a[0]); in jump()
[all …]
H A Dproto.h128 extern Cell *execute(Node *);
/plan9/sys/src/cmd/qi/
H A Dtiming14 execute
18 IQ[3210] → fpu buffer/decode [≥1 cycle] → execute 1 → execute 2 → writeback
20 IQ0/decode → buffer [if exec busy] → execute [hold for dependency] →
24 IQ[3210] → decode/execute → writeback
/plan9/sys/src/cmd/hoc/
H A Dcode.c86 execute(savepc+2); /* condition */ in whilecode()
89 execute(*((Inst **)(savepc))); /* body */ in whilecode()
92 execute(savepc+2); /* condition */ in whilecode()
105 execute(savepc+4); /* precharge */ in forcode()
107 execute(*((Inst **)(savepc))); /* condition */ in forcode()
110 execute(*((Inst **)(savepc+2))); /* body */ in forcode()
113 execute(*((Inst **)(savepc+1))); /* post loop */ in forcode()
115 execute(*((Inst **)(savepc))); /* condition */ in forcode()
128 execute(savepc+3); /* condition */ in ifcode()
131 execute(*((Inst **)(savepc))); in ifcode()
[all …]
H A Dhoc.h72 extern void execute(Inst*);
/plan9/sys/src/cmd/
H A Dsh.C11 #define execute(np) (ignored = (np? (*(np)->op)(np) : 0)) macro
80 execute(np); in main()
406 execute(np->args[0]); in xpipeline()
416 pid = execute(np->args[1]); /*BUG: this is wrong sometimes*/ in xpipeline()
469 execute(np->args[0]); in xsubshell()
480 execute(np->args[0]); in xnowait()
481 pid = execute(np->args[1]); in xnowait()
493 execute(np->args[0]); in xwait()
494 pid = execute(np->args[1]); in xwait()
H A Dsed.c184 void execute(void);
260 execute(); in main()
908 execute(void) in execute() function
/plan9/sys/src/cmd/acid/
H A Dexec.c60 execute(Node *n) in execute() function
122 execute(n->left); in execute()
123 execute(n->right); in execute()
129 execute(r->left); in execute()
131 execute(r->right); in execute()
134 execute(r); in execute()
141 execute(r); in execute()
154 execute(r); in execute()
490 execute(body); in call()
H A Dmain.c134 execute(n); in main()
234 execute(n); in userinit()
H A Dacid.h193 void execute(Node*);
H A Dproc.c155 execute(np); in dostop()
H A Ddbg.y55 execute($1);
/plan9/sys/src/ape/cmd/pdksh/
H A Dexec.c73 execute(t, flags) in execute() function
159 rv = execute(t->left, flags|XFORK);
192 execute(t->left, flags & XERROK);
195 rv = execute(t, flags & XERROK);
268 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK);
273 rv = execute(t->left, XERROK);
275 rv = execute(t->right, flags & XERROK);
281 rv = !execute(t->right, XERROK);
329 rv = execute(t->left, flags & XERROK);
341 rv = execute(t->left, flags & XERROK);
[all …]
/plan9/usr/glenda/
H A Dreadme.acme28 * Button 2 can be used to execute things. For example, use button 1
32 "execute this".
42 text selected, you can click on it with button 2 to execute the
43 selected text. A single click of button 2 would execute the word
49 output). When you execute something using button 2, the current
/plan9/sys/src/cmd/sam/
H A Daddress.c101 if(!execute(f, p, INFINITY)) in nextmatch()
106 if(!execute(f, p, INFINITY)) in nextmatch()
162 return execute(menu, 0, menu->nc); in filematch()
H A Dxec.c135 if(execute(f, addr.r.p1, addr.r.p2) ^ cp->cmdc=='v'){ in g_cmd()
214 for(p1 = addr.r.p1; p1<=addr.r.p2 && execute(f, p1, addr.r.p2); ){ in s_cmd()
426 if(!execute(f, p, r.p2)){ /* no match, but y should still run */ in looper()
/plan9/sys/src/cmd/postscript/misc/
H A Dlp.model46 disable -r"can't execute filter: $filter_cmd" $LPDEST
/plan9/sys/src/cmd/5i/
H A Drun.c218 int execute; in run() local
230 execute = runcmp(); in run()
233 execute = runteq(); in run()
236 execute = runtst(); in run()
244 if(execute) { in run()
/plan9/sys/src/cmd/gs/jpeg/
H A Dltmain.sh184 mode=execute
194 test -n "$execute_dlfiles" && mode=execute
209 if test -n "$execute_dlfiles" && test "$mode" != execute; then
2062 modename="$modename: execute"
2312 execute automatically set library path, then run a program
2339 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
/plan9/sys/src/cmd/abaco/
H A Dfns.h26 void execute(Text *, uint, uint, Text *);
/plan9/sys/src/ape/cmd/sed/
H A Dsed.h167 void execute(uchar *);
H A Dsed0.c112 execute((uchar *)NULL); in main()
114 execute(*eargv++); in main()
/plan9/sys/src/cmd/acme/
H A Dfns.h58 void execute(Text*, uint, uint, int, Text*);
/plan9/sys/src/cmd/bzip2/
H A DREADME29 The -n instructs make to show the commands it would execute, but
30 not actually execute them.
/plan9/sys/lib/wiki/d/
H A D19 # To get at the real Plan 9 wiki, execute:

123