/ast/src/cmd/mam/ |
H A D | mamnew.c | 139 if (!(d->attributes & A_directory)) 141 d->attributes |= A_directory; 152 z->attributes |= A_directory; 358 r->attributes |= A_omit; 398 r->attributes &= ~A_listprereq; 400 if (p->rule->attributes & A_listprereq) 413 if (!(r->attributes & (A_listprereq|A_omit))) 415 r->attributes |= A_listprereq; 417 if (r->attributes & (A_directory)) 419 if (p->rule->attributes [all...] |
H A D | mamold.c | 87 r->attributes &= ~A_listprereq; 89 if (p->rule->attributes & A_listprereq) 92 if (p->rule->attributes & A_listprereq) 289 if (!(r->attributes & A_listprereq)) 291 r->attributes |= A_listprereq; 312 if (!(r->attributes & (A_listtarg|A_metarule))) 314 r->attributes |= A_listtarg; 318 r->attributes |= A_listprereq; 323 if (!(p->rule->attributes & A_listprereq))
|
/ast/src/lib/libmam/ |
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
|
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);
|
/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/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/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/libast/port/ |
H A D | lc.c | 411 return canonical(lc->language, lc->territory, lc->charset, lc->attributes, flags, buf, siz); 547 sfprintf(sfstderr, "locale make %s language=%s territory=%s charset=%s attributes=%s\n", name, language_name, territory_name, charset_name, attributes_name); 692 * attributes -- done here to catch misplaced charset references 711 for (i = 0; i < elementsof(lp->attributes) && (ap = lp->attributes[i]); i++) 722 if (i >= elementsof(lp->attributes) && (ap = newof(0, Lc_attribute_t, 1, sizeof(Lc_attribute_list_t) + s - w + 1))) 794 lc->attributes = al; 844 ls->attribute = elementsof(ls->lc.language->attributes); 846 if (++ls->attribute >= elementsof(ls->lc.language->attributes) || !(ls->list.attribute = ls->lc.language->attributes[l [all...] |
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/coshell/ |
H A D | cotest.c | 106 attributes(s, &attr, NiL);
|
H A D | service.h | 51 char misc[MISCLEN]; /* host misc attributes */ \ 138 #define DEF (1<<0) /* default attributes */ 143 #define SET (1<<5) /* set attributes */ 355 extern void attributes(char*, Coattr_t*, Coattr_t*);
|
H A D | shell.c | 241 if (!jp) attributes(att, &attr, &con[fd].info.user.attr);
|
H A D | command.c | 309 a host ... change host shell attributes\n\ 632 if (dat && *dat) attributes(dat, &attr, NiL);
|
H A D | schedule.c | 75 * d points to optional default attributes 105 * extract the attributes 109 attributes(name, a, d);
|
H A D | main.c | 66 "global and host-specific. The global attributes control \bcoshell\b and " 73 "attributes, \ahost\a may be an actual host name or a comma separated " 541 attributes(x, &state.con[fd].info.user.attr, NiL);
|
/ast/src/lib/libtk/library/demos/ |
H A D | search.tcl | 133 display attributes to change to make all of the strings blink.}
|
/ast/src/cmd/ksh93/tests/ |
H A D | attributes.sh | 42 then err_exit integer attributes fails 88 then err_exit export attributes fails 122 then err_exit 'print of exponential shows both -E and -F attributes' 128 then err_exit 'attributes not cleared for script execution' 166 then err_exit 'typeset without arguments outputs names without attributes' 292 [[ $(typeset -p foo) == 'typeset -L 5 foo' ]] || err_exit 'typeset -p not working for variables with attributes but without a value' 298 } || err_exit 'typeset -L should not preserve old attributes' 304 } 2> /dev/null || err_exit 'typeset -R should not preserve old attributes'
|
/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);
|
H A D | package.sh | 204 [+attributes?\aname=value\a attributes. Should at least contain 224 standard output. \btype\b is listed if no attributes are 226 \aattribute\a order. The attributes are:] 1024 attributes 1025 NAME=VALUE attributes. Should at least contain 1048 on the standard output. type is listed if no attributes are 1049 specified. Information is listed on a single line in attributes 1050 order. The attributes are: 1583 # determine local host attributes [all...] |
/ast/src/cmd/std/ |
H A D | locale.c | 501 {"attributes", AST_LC_IDENTIFICATION,T_attributes,1,CV_attributes}, 812 else if (key->offset == CV_attributes && lc->attributes) 814 s = (char*)lc->attributes;
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 24 * handy attributes 528 * file attributes 536 * pattern association attributes 3479 elif N == "attributes"
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 117 for (ap = lc->attributes; ap; ap = ap->next)
|