Searched defs:att (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoexec.c17 * Glenn Fowler <gsf@research.att.com> *
149 coexec(register Coshell_t* co, const char* action, int flags, const char* out, const char* err, const char* att) argument
229 if (att)
230 sfprintf(sp, " (%d:%s)", strlen(att), att);
232 sfprintf(sp, " %s", att);
/ast/src/cmd/coshell/
H A Dshell.c17 * Glenn Fowler <gsf@research.att.com> *
216 char* att; local
225 if (tokscan(msg, &end, "%s %d %d %s %s %s %s %s %s", NiL, &id, &flags, &pwd, &out, &err, &att, &env, &act) != 9)
241 if (!jp) attributes(att, &attr, &con[fd].info.user.attr);
243 else if (!(sp = search((flags & CO_LOCAL) ? DEF|JOB : JOB, att, &attr, &con[fd].info.user.attr)))
247 if (att) error(ERROR_OUTPUT|2, con[fd].info.user.fds[2], "%s && %s: invalid host", s, att);
250 else if (att) error(ERROR_OUTPUT|2, con[fd].info.user.fds[2], "%s: invalid host", att);
H A Dcommand.c17 * Glenn Fowler <gsf@research.att.com> *
172 char* att; local
253 att = s;
284 if (!att[0] || att[0] == '-' && !att[1]) sfprintf(state.string, " %s", NiL);
285 else sfprintf(state.string, " (%d:%s)", strlen(att), att);
/ast/src/lib/libcmd/
H A Dcat.c17 * Glenn Fowler <gsf@research.att.com> *
18 * David Korn <dgk@research.att.com> *
404 int att; local
409 att = !strcmp(astconf("UNIVERSE", NiL, NiL), "att");
444 n = att ? F_FLAG : S_FLAG;
491 if (att)
/ast/src/cmd/mailx/port/
H A Dmime.c100 Att_t att; member in struct:Cap_s
161 register Att_t* att; local
163 while (att = cap->att.next)
165 cap->att.next = att->next;
166 free(att);
198 register Att_t* att; local
274 tta = &cap->att;
282 if (!(att
397 register Att_t* att; local
575 register Att_t* att; local
[all...]
/ast/src/lib/libast/misc/
H A Dmime.c17 * Glenn Fowler <gsf@research.att.com> *
18 * David Korn <dgk@research.att.com> *
19 * Phong Vo <kpv@research.att.com> *
48 Att_t att; member in struct:Cap_s
109 register Att_t* att; local
111 while (att = cap->att.next)
113 cap->att.next = att->next;
114 free(att);
146 register Att_t* att; local
346 register Att_t* att; local
638 register Att_t* att; local
[all...]
/ast/src/lib/libast/regex/
H A Dregcomp.c17 * Glenn Fowler <gsf@research.att.com> *
18 * David Korn <dgk@research.att.com> *
19 * Phong Vo <kpv@research.att.com> *
105 short att; member in struct:Token_s
812 env->token.att = 1;
925 env->token.att = env->token.esc = 0;
1830 if (env->token.att)
2722 if (env->token.att)
/ast/src/cmd/nmake/
H A Dcommand.c17 * Glenn Fowler <gsf@research.att.com> *
499 * coexec attributes placed in att
503 restore(register Joblist_t* job, Sfio_t* buf, Sfio_t* att) argument
610 sfprintf(att, "label=%s", job->target->name);
612 sfprintf(att, ",%s", v->value);
640 Sfio_t* att; local
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);
[all...]
H A Dexpand.c17 * Glenn Fowler <gsf@research.att.com> *
2909 * copy s into xp if rule s has any attribute in att or
2910 * if att is 0 then copy the named attributes of rule s into xp
2915 attribute(Sfio_t* xp, char* s, register char* att, int sep) argument
2944 if (att)
2948 while (isspace(*att)) att++;
2949 if ((t = strchr(att, c = '|')) || (t = strchr(att, c = ' '))) *t = 0;
2953 if (strmatch(p->rule->name, att))
[all...]
H A Dparse.c17 * Glenn Fowler <gsf@research.att.com> *
2086 } *att, clr, set; local
2282 att = &clr;
2285 att = &set;
2286 att->rule.dynamic |= m;
2300 att = &clr;
2303 att = &set;
2310 att->op |= A_clear;
2312 att->op |= A_copy;
2314 att
[all...]
/ast/src/cmd/html/
H A Dtroff2html.c17 * Glenn Fowler <gsf@research.att.com> *
4802 tag(Sfio_t* op, int index, register int flags, int att, char* att_str, int att_num) argument
4865 if (att && ((att & ATT_NUMBER) || att_str))
4867 sfprintf(op, " %s=", opt_attribute[ATT_INDEX(att)]);
4868 if (att & ATT_NUMBER)
4870 if (att == ATT_size)
4884 sfprintf(op, "\"%s%s\"", att == ATT_lref ? "#" : "", att_str);

Completed in 139 milliseconds