Lines Matching defs:att
17 * Glenn Fowler <gsf@research.att.com> *
499 * coexec attributes placed in att
503 restore(register Joblist_t* job, Sfio_t* buf, Sfio_t* att)
610 sfprintf(att, "label=%s", job->target->name);
612 sfprintf(att, ",%s", v->value);
640 Sfio_t* att;
643 att = sfstropen();
645 restore(job, tmp, att);
760 if (!(job->cojob = coexec(state.coshell, t, job->flags, state.tmpfile, NiL, sfstruse(att))))
812 sfstrclose(att);