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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc97 source->error_converting = false;
144 source->error_converting = true;
148 source->error_converting = false;
H A Dmacro.cc167 sourceb.error_converting = false;
215 if (source->error_converting) {
322 if (source->error_converting) {
366 if (source->error_converting) {
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc129 source->error_converting = false;
580 if (source->error_converting) {
593 if (source->error_converting) {
698 extrap->error_converting = false;
979 if (source->error_converting) {
991 if (source->error_converting) {
1732 extrap->error_converting = false;
1777 if (source->error_converting) {
1789 if (source->error_converting) {
2035 bp->error_converting
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h729 if (source != NULL && source->error_converting) { \
742 Boolean error_converting:1; member in struct:_Source

Completed in 65 milliseconds