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

/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c77 #define INITIALIZE() do{if(!state.data)synthesize(NiL,NiL,NiL);}while(0)
304 * synthesize state for fp
311 synthesize(register Feature_t* fp, const char* path, const char* value) function
321 error(-2, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : "");
458 error(-3, "astconf synthesize %s", state.data - state.prefix);
483 * synthesize(fp,path,succeed) called on success
484 * otherwise synthesize(fp,path,fail) called
596 synthesize(fp, path, ok ? succeed : fail);
628 else if (!synthesize(fp, path, value))
682 else if (!synthesize(f
[all...]

Completed in 22 milliseconds