Searched defs:feature (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dast.h142 char* feature; member in struct:__anon264
/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)

Completed in 11 milliseconds