/ast/src/lib/libast/port/ |
H A D | lc.c | 368 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 D | lcgen.c | 71 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/nmake/ |
H A D | dump.c | 104 !(r->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_ignore|P_immediate|P_implicit|P_joint|P_local|P_make|P_multiple|P_operator|P_parameter|P_read|P_repeat|P_target|P_terminal|P_use|P_virtual)) && !((r->property & P_attribute) && r->attribute) && !r->semaphore)) 116 if (r->attribute) 117 for (p = internal.attribute->prereqs; p; p = p->next) 118 if (r->attribute & p->rule->attribute) 167 if (r->attribute) 168 sfprintf(sp, "attribute=0x%08x ", r->attribute); 172 sfputr(sp, "attribute", ' '); 353 if (r->attribute) [all...] |
H A D | rule.c | 27 * the attribute names defined in this file must agree with ATTRNAME 452 if ((r->attribute ^ o->attribute) & ~internal.accept->attribute) 720 else if ((r->property & P_attribute) && !r->attribute) 871 * return non-zero if r has builtin attribute a 872 * if x!=0 then check if merge(x,r,MERGE_ATTR) would have attribute 894 * the first group may conflict with a->attribute 900 if (a == internal.attribute) return n & P_attribute; 905 if (a->attribute [all...] |
H A D | scan.c | 72 } 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 D | object.c | 84 * 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 D | state.c | 201 s->attribute = v->attribute; 414 r->attribute |= s->attribute & internal.retain->attribute; 1153 s->attribute = r->attribute;
|
H A D | Makefile | 51 :TEST: -- assert assign attribute automatic baserules common diagnostics \
|
H A D | parse.c | 2246 * <ATTRNAME><attribute> names (and sets) the attribute 2247 * <ATTRSET><attribute> sets the attribute 2248 * <ATTRCLEAR><attribute> clears the attribute 2328 else if (r == internal.attribute) 2693 if ((set.rule.property & P_use) && (!(r->property & P_attribute) || !r->attribute)) 2729 if (internal.attribute->attribute << [all...] |
H A D | bind.c | 684 x->attribute |= r->attribute; 766 x->attribute |= a[i]->attribute; 769 a[i]->attribute |= x->attribute; 770 r->attribute |= x->attribute;
|
H A D | make.c | 1143 * the attribute test handles rules in 1218 r0->attribute = r->attribute; 1228 r1->attribute = r0->attribute;
|
H A D | make.h | 65 #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
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 80 * 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 D | parse.c | 109 char *attribute = atbuff; local 122 *attribute++ = 'x'; 125 *attribute++ = 'r'; 143 *attribute++ = n; 149 *attribute = 0;
|
/ast/src/cmd/coshell/ |
H A D | misc.c | 178 * return attribute value for s in sp 180 * the matched attribute in sp 182 * end of the attribute id in s 930 message((-3, "attribute: %s", *e)); 937 * evaluate misc attribute expression p on shell info sp
|
/ast/src/cmd/ksh93/tests/ |
H A D | attributes.sh | 39 (r=newval) 2> /dev/null && err_exit readonly attribute fails 460 [[ $val == 0-1 ]] || err_exit 'integer attribute not cleared for subsequent typeset'
|
/ast/src/cmd/std/ |
H A D | locale.c | 716 value(sp, a->attribute->name, flags); 720 value(sp, a->attribute->name, flags);
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 118 if (ctry = ap->attribute->index)
|