Searched defs:attribute (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/port/
H A Dlc.c368 if (!(flags & (LC_abbreviated|LC_default|LC_verbose)) || !(ap->attribute->flags & LC_default))
372 for (t = ap->attribute->name; s < e && (*s = *t++); s++);
460 if (!mp->attribute)
463 al->attribute = mp->attribute;
716 ai->attribute = ap;
726 ai->attribute = ap;
828 int attribute; member in struct:Lc_scan_s
844 ls->attribute = elementsof(ls->lc.language->attributes);
846 if (++ls->attribute >
[all...]
H A Dlcgen.c71 Attribute_t* attribute; member in struct:Attribute_list_s
111 Attribute_t* attribute; member in struct:Map_s
116 Table_t attribute; member in struct:State_s
544 al->attribute = ap;
589 mp->attribute = 0;
593 if (!strcmp(al->attribute->link.code, arg[4]))
595 mp->attribute = al->attribute;
598 if (!mp->attribute)
600 fprintf(stderr, "%s: %d: %s: unknown attribute\
[all...]
/ast/src/cmd/html/
H A Dhtml2rtf.c80 * return the attribute pointer for name in ap
84 attribute(register Attribute_t* ap, const char* name) function
150 if (op = attribute(ap, "HREF"))
152 if (op = attribute(ap, "NAME"))
273 if (attribute(ap, "COMPACT"))
328 if ((op = attribute(ap, "SIZE")) && (s = op->value) && (n = strtol(s, &e, 10)) && !*e)
564 if ((op = attribute(ap, "NAME")) && op->value)
567 if ((op = attribute(ap, "CONTENT")) && op->value)
581 if (attribute(ap, "COMPACT"))
583 if (!(op = attribute(a
[all...]
/ast/src/cmd/ksh93/sh/
H A Dparse.c109 char *attribute = atbuff; local
122 *attribute++ = 'x';
125 *attribute++ = 'r';
143 *attribute++ = n;
149 *attribute = 0;
/ast/src/cmd/nmake/
H A Dscan.c72 } attribute; /* attributes */ member in struct:Action_s
78 int attrprop; /* attribute|property mods */
281 error(3, "%s: must be an attribute", v);
287 else if (u->attribute && !(u->property & P_ignore))
291 a->attribute.clear |= u->attribute;
293 a->attribute.set |= u->attribute;
813 * attribute and property from first I pattern propagated to prereq files
943 u->attribute
[all...]
H A Dexpand.c204 * $(s:A=a[|b]) list of rules with attribute a [or b ...]
2909 * copy s into xp if rule s has any attribute in att or
2911 * attribute pattern propagation is taken into account
2915 attribute(Sfio_t* xp, char* s, register char* att, int sep) function
2942 n = r->attribute;
2943 if (x) n |= x->attribute;
3000 if (n && r != internal.attribute)
3001 for (p = internal.attribute->prereqs; p; p = p->next)
3002 if (n & p->rule->attribute)
4221 attribute(x
[all...]
H A Dobject.c84 * 1 # attribute
232 long attribute; /* external named attributes */ member in struct:OLD_rule_s
589 sfputu(cs->fp, r->attribute);
1656 oattribute = internal.attribute->attribute;
1787 r->attribute = old_rule.attribute;
1821 if ((r->property & P_attribute) && (r->attribute && !(r->property & P_use) && !streq(r->name, internal.attribute->name) || r->scan && !streq(r->name, internal.scan->name)))
1841 r->attribute
[all...]
H A Dmake.h65 #define ATTRNAME '.' /* prefix to name an attribute */
66 #define ATTRSET '+' /* prefix to set an attribute */
67 #define ATTRCLEAR '-' /* prefix to clear an attribute */
193 #define A_negate (1<<6) /* assertion() -attribute */
287 #define P_attribute (1<<4) /* rule is an attribute */
504 Flags_t attribute; /* external named attributes */ member in struct:Rule_s
536 Rule_t* attribute; /* .ATTRIBUTE rule pointer */ member in struct:Internal_s

Completed in 79 milliseconds