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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c278 int synthesizing; member in struct:State_s
321 error(-2, "astconf synthesize name=%s path=%s value=%s fp=%p%s", fp->name, path, value, fp, state.synthesizing ? " SYNTHESIZING" : "");
323 if (state.synthesizing)
345 state.synthesizing = 1;
369 state.synthesizing = 0;
494 error(-2, "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" : "");
610 error(-2, "astconf format name=%s path=%s value=%s flags=%04x fp=%p%s", fp->name, path, value, flags, fp, state.synthesizing ? " SYNTHESIZING" : "");
626 if (state.synthesizing && value == (char*)fp->std)
680 if (state.synthesizing && value == (char*)fp->std)
719 if (state.synthesizing)
[all...]

Completed in 135 milliseconds