Searched refs:serialize (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/coshell/ |
H A D | job.c | 69 if (tp = state.con[fd].info.pass.serialize) 71 state.con[fd].info.pass.serialize = 0;
|
H A D | service.h | 238 Sfio_t* serialize; member in struct:__anon61
|
H A D | main.c | 449 state.con[fd].info.pass.serialize = (jp->flags & CO_SERIALIZE) ? sfstropen() : (Sfio_t*)0; 631 if (state.con[fd].info.pass.serialize) 633 if (sfwrite(state.con[fd].info.pass.serialize, state.buf, i) != i)
|
H A D | command.c | 458 if (jp = con[n].info.pass.job) sfprintf(state.string, "%3d pass %-3d %s %d%s\n", n, con[n].info.pass.fd, jp->shell->name, jp->pid, con[n].info.pass.serialize ? " serialize" : "");
|
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 34 #define serialize re_serialize /* hp.ia64 <unistd.h>! */ macro 271 serialize(Cenv_t* env, Rex_t* e, int n) function 281 n = serialize(env, e->re.group.expr.binary.left, n); 284 n = serialize(env, e->re.group.expr.binary.right, n); 287 n = serialize(env, e->re.group.expr.binary.left, n); 288 n = serialize(env, e->re.group.expr.binary.right, n); 298 n = serialize(env, e->re.group.expr.rex, n); 3388 serialize(&env, p->env->rex, 1);
|
/ast/src/cmd/nmake/ |
H A D | make.h | 813 unsigned char serialize; /* serialize concurrent output */ member in struct:State_s
|
H A D | option.c | 208 { "serialize", OPT_serialize, (char*)&state.serialize, 0,
|
H A D | command.c | 694 if (state.serialize && state.jobs > 1)
|
Completed in 40 milliseconds