| /plan9/sys/src/cmd/awk/ |
| H A D | run.c | 131 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 D | proto.h | 128 extern Cell *execute(Node *);
|
| /plan9/sys/src/cmd/qi/ |
| H A D | timing | 14 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 D | code.c | 86 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 D | hoc.h | 72 extern void execute(Inst*);
|
| /plan9/sys/src/cmd/ |
| H A D | sh.C | 11 #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 D | sed.c | 184 void execute(void); 260 execute(); in main() 908 execute(void) in execute() function
|
| /plan9/sys/src/cmd/acid/ |
| H A D | exec.c | 60 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 D | main.c | 134 execute(n); in main() 234 execute(n); in userinit()
|
| H A D | acid.h | 193 void execute(Node*);
|
| H A D | proc.c | 155 execute(np); in dostop()
|
| H A D | dbg.y | 55 execute($1);
|
| /plan9/sys/src/ape/cmd/pdksh/ |
| H A D | exec.c | 73 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 D | readme.acme | 28 * 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 D | address.c | 101 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 D | xec.c | 135 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 D | lp.model | 46 disable -r"can't execute filter: $filter_cmd" $LPDEST
|
| /plan9/sys/src/cmd/5i/ |
| H A D | run.c | 218 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 D | ltmain.sh | 184 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 D | fns.h | 26 void execute(Text *, uint, uint, Text *);
|
| /plan9/sys/src/ape/cmd/sed/ |
| H A D | sed.h | 167 void execute(uchar *);
|
| H A D | sed0.c | 112 execute((uchar *)NULL); in main() 114 execute(*eargv++); in main()
|
| /plan9/sys/src/cmd/acme/ |
| H A D | fns.h | 58 void execute(Text*, uint, uint, int, Text*);
|
| /plan9/sys/src/cmd/bzip2/ |
| H A D | README | 29 The -n instructs make to show the commands it would execute, but 30 not actually execute them.
|
| /plan9/sys/lib/wiki/d/ |
| H A D | 1 | 9 # To get at the real Plan 9 wiki, execute:
|