Searched refs:body (Results 1 – 13 of 13) sorted by relevance
17 # One of the fds is open to the script body
924 union node *body; member939 union node *body; member946 union node *body; member5045 n = n->nfor.body; in cmdtxt()5072 cmdtxt(np->nclist.body); in cmdtxt()8983 funcblocksize = calcsize(funcblocksize, n->nfor.body); in calcsize()8991 funcblocksize = calcsize(funcblocksize, n->nclist.body); in calcsize()8996 funcblocksize = calcsize(funcblocksize, n->ndefun.body); in calcsize()9102 new->nfor.body = copynode(n->nfor.body); in copynode()9112 new->nclist.body = copynode(n->nclist.body); in copynode()[all …]
73 it "sticks" to all pipes in the body. This is used when
794 struct pipe *body; member8267 if (funcp->body) { in new_function()8268 free_pipe_list(funcp->body); in new_function()8276 cmd->group = funcp->body; in new_function()8304 if (funcp->body) { in unset_func()8305 free_pipe_list(funcp->body); in unset_func()8354 n = run_list(funcp->body); in exec_function()8387 if (!funcp->body) { in run_function()8394 rc = run_list(funcp->body); in run_function()9269 funcp->body = command->group; in run_pipe()
89 As you are writing your applet, please be aware of the body of pre-existing
289 In the body, you should have a pseudo-header that looks like the following:295 The remainder of the body should read along these lines:
562 the function body. Bottom line: Make a conscious effort to limit declarations
143 struct chain_s body; member1760 seq = &f->body; in parse_program()3171 res = evaluate(op->r.f->body.first, res); in evaluate()
294 # get Usenet/e-mail message body
243 the limitation as if written in the body of this License.
1709 /* TODO. We should be able to replace this entire function body
237 /* Pacify GCC's `empty if-body' warning. */