Lines Matching refs:execute

141 	execute(a);
145 Cell *execute(Node *u) /* execute a node of the parse tree */
182 Cell *program(Node **a, int n) /* execute an awk program */
189 x = execute(a[0]);
198 x = execute(a[1]);
207 x = execute(a[2]);
219 Cell **args; /* pointer to array of arguments after execute */
239 fcn = execute(a[0]); /* the function itself */
259 y = execute(x);
289 y = execute((Node *)(fcn->sval)); /* execute body */
365 y = execute(a[0]);
372 y = execute(a[0]);
419 x = execute(a[2]); /* filename */
432 x = execute(a[0]);
452 x = execute(a[0]);
489 Cell *x = execute(p); /* expr */
516 x = execute(a[0]); /* Cell* for symbol table */
538 x = execute(a[0]); /* Cell* for symbol table */
563 ap = execute(a[1]); /* array name */
809 x = execute(a[1]); /* a[1] = target text */
814 y = execute(a[2]); /* a[2] = regular expr */
857 x = execute(a[0]);
863 y = execute(a[1]);
870 y = execute(a[1]);
891 x = execute(a[0]);
892 y = execute(a[1]);
962 x = execute(a[0]);
985 x = execute(a[0]);
986 y = execute(a[1]);
988 z = execute(a[2]);
1036 x = execute(a[0]);
1038 y = execute(a[1]);
1139 x = execute(a);
1183 x = execute(a);
1383 x = execute(a);
1401 x = execute(a[0]);
1424 x = execute(a[0]);
1451 x = execute(a[0]);
1455 y = execute(a[1]);
1520 x = execute(a[0]);
1540 y = execute(a[1]);
1541 x = execute(a[0]);
1607 x = execute(a[0]);
1614 y = execute(a[1]);
1634 x = execute(a[1]);
1636 x = execute(a[0]);
1639 x = execute(a[1]);
1652 x = execute(a[0]);
1658 x = execute(a[1]);
1662 x = execute(a[2]);
1680 y = execute(a[0]); /* source string */
1687 x = execute(a[2]);
1696 ap = execute(a[1]); /* array name */
1857 x = execute(a[0]);
1860 x = execute(a[1]);
1863 x = execute(a[2]);
1872 x = execute(a[0]);
1875 x = execute(a[1]);
1878 x = execute(a[2]);
1888 x = execute(a[0]);
1892 x = execute(a[1]);
1908 x = execute(a[0]);
1914 x = execute(a[1]);
1925 x = execute(a[0]);
1929 x = execute(a[1]);
1933 x = execute(a[3]);
1939 x = execute(a[2]);
1950 vp = execute(a[0]);
1951 arrayp = execute(a[1]);
1961 x = execute(a[2]);
2076 x = execute(a[1]);
2108 y = execute(a[1]->nnext);
2123 y = execute(a[1]->nnext);
2134 y = execute(a[1]->nnext);
2145 y = execute(a[1]->nnext);
2156 y = execute(a[1]->nnext);
2167 y = execute(a[1]->nnext);
2232 y = execute(nextarg);
2271 y = execute(nextarg);
2289 y = execute(x);
2316 x = execute(b);
2426 x = execute(a[0]);
2522 x = execute(a[1]);
2527 x = execute(a[2]); /* replacement string */
2534 x = execute(a[3]); /* source string */
2538 x = execute(a[3]); /* source string */
2656 x = execute(a[4]); /* source string */
2663 y = execute(a[1]);
2667 y = execute(a[2]); /* replacement string */
2668 h = execute(a[3]); /* which matches should be replaced */