Searched refs:feature (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/port/
H A Dastconf.c305 static char* feature(Feature_t*, const char*, const char*, const char*, unsigned int, Error_f);
376 feature(0, s, d, v, 0, 0);
688 feature(sp, 0, path, sp->std, 0, 0);
806 * value==0 get feature name
807 * value!=0 set feature name
812 feature(register Feature_t* fp, const char* name, const char* path, const char* value, unsigned int flags, Error_f conferror) function
821 error(-6, "astconf feature name=%s path=%s value=%s flags=%04x fp=%p%s", name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
1540 if ((look.standard < 0 || look.standard == CONF_AST) && look.call <= 0 && look.section <= 1 && (s = feature(0, look.name, path, value, flags, conferror)))
1700 if (!(s = feature(fp, 0, path, NiL, 0, 0)) || !*s)
/ast/src/cmd/3d/
H A Dmap.c200 else if (!pc.feature)
203 sfsprintf(state.license, sizeof(state.license), "%c%s%c", LICENSE_SEP, pc.feature, LICENSE_SEP);
204 message((-2, "license: feature=%s", state.license));
/ast/src/lib/libast/include/
H A Dast.h142 char* feature; member in struct:__anon264
/ast/src/cmd/INIT/
H A Diffe.sh23 # test if feature exists
721 [+NAME?iffe - C compilation environment feature probe]
723 compilation environment for features. A feature is any file, option
734 aimed at localized, self contained feature testing.]
745 [c:cc?Sets the C compiler name and flags to be used in the feature
760 [F:features?Sets the feature test header to \ahdr\a. This header typically
761 defines *_SOURCE feature test macros.]:[hdr:=NONE]
828 passed to all feature tests. Subsequent groups
864 macro defintions, comments, and other text corresponding to the feature
889 [+?The feature test
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk1240 * feature test support -- the magic is in $(IFFE)

Completed in 60 milliseconds