Home
last modified time | relevance | path

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; in get_next_block_fn()
144 source->error_converting = true; in get_next_block_fn()
148 source->error_converting = false; in get_next_block_fn()
H A Dmacro.cc167 sourceb.error_converting = false; in expand_value()
215 if (source->error_converting) { in expand_value()
322 if (source->error_converting) { in expand_macro()
366 if (source->error_converting) { in expand_macro()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc131 source->error_converting = false; in read_simple_file()
582 if (source->error_converting) { in parse_makefile()
595 if (source->error_converting) { in parse_makefile()
700 extrap->error_converting = false; in parse_makefile()
981 if (source->error_converting) { in parse_makefile()
993 if (source->error_converting) { in parse_makefile()
1734 extrap->error_converting = false; in parse_makefile()
1779 if (source->error_converting) { in parse_makefile()
1791 if (source->error_converting) { in parse_makefile()
2037 bp->error_converting = false; in push_macro_value()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h729 if (source != NULL && source->error_converting) { \
742 Boolean error_converting:1; member