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

/ast/src/lib/libast/port/
H A Dastconf.c292 int synthesizing; member in struct:State_s
335 error(-6, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : "");
337 if (state.synthesizing)
359 state.synthesizing = 1;
383 state.synthesizing = 0;
508 error(-6, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
632 error(-6, "astconf format name=%s path=%s value=%s flags=%04x fp=%p%s", fp->name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
676 if (state.synthesizing && value == (char*)fp->std)
730 if (state.synthesizing && value == (char*)fp->std)
769 if (state.synthesizing)
[all...]

Completed in 11 milliseconds