Searched defs:attributes (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxattr.c | 46 static Attribute_t attributes[] = variable 67 * parse attributes from s into f and return the type 166 for (a = attributes;; a++) 168 if (a >= &attributes[elementsof(attributes)])
|
/ast/src/lib/libcoshell/ |
H A D | coopen.c | 149 coopen(const char* path, int flags, const char* attributes) argument 184 if (attributes) 185 stropt(attributes, options, sizeof(*options), setopt, co); 280 if (attributes) 283 if (attributes) 284 coquote(sp, attributes, 0); 404 * set coshell attributes 408 coattr(Coshell_t* co, const char* attributes) argument
|
/ast/src/lib/libmam/ |
H A D | mam.c | 146 * set r attributes from s 151 attributes(struct proc* pp, struct rule* r, char* s) function 159 r->attributes |= A_archive; 161 r->attributes |= A_dontcare; 165 r->attributes |= A_metarule; 167 r->attributes |= A_virtual; 242 mamprereq(pp, pp->fp->rule, r, attributes(pp, r, s)); 284 attributes(pp, pp->fp->rule, s);
|
H A D | mam.h | 54 long attributes; /* A_* attributes */ member in struct:rule 75 long attributes; /* V_* attributes */ member in struct:var 98 long attributes; /* B_* attributes */ member in struct:block
|
/ast/src/cmd/probe/ |
H A D | probe.c | 83 "[a:attributes?List probe attribute definitions.]" 299 char attributes[PATH_MAX]; local 365 processor = strncpy(attributes, processor, n); 378 if (!(path = pathprobe(language, tool, processor, (options & TEST) ? -3 : -2, NiL, 0, attributes, sizeof(attributes)))) 425 else if (!(path = pathprobe(language, tool, processor, -1, NiL, 0, attributes, sizeof(attributes)))) 522 cmdargv[n++] = attributes; 616 sfprintf(sfstdout, "%s\n", attributes);
|
/ast/src/cmd/coshell/ |
H A D | misc.c | 491 * parse host attributes from s into p 492 * d points to optional default attributes 496 attributes(register char* s, register Coattr_t* p, Coattr_t* d) function 904 * add misc attributes in s to sp
|
/ast/src/lib/libast/port/ |
H A D | lcgen.c | 87 Attribute_list_t* attributes; member in struct:Language_s 507 lp->attributes = 0; 539 if (!lp->attributes) 540 lp->attributes = al; 592 for (al = mp->language->attributes; al; al = al->next) 734 for (i = 0, al = lp->attributes; al; al = al->next, i++)
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 902 Attribute_t attributes[16]; local 929 ap = attributes; 976 if (ap == attributes) 1145 if (lastc != ' ' && ap < &attributes[elementsof(attributes) - 1])
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 1389 * add attributes in s to r 1393 attributes(register Rule_t* r, register char* s) function 1603 attributes(q, v); 1619 attributes(r, v); 1659 attributes(q, v);
|
Completed in 28 milliseconds