Lines Matching defs:att
17 * 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)
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))
2962 else if (a = getrule(att))
2989 att = t;
3019 else if (att && (sep & NOT))