Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/cmd/make/bin/
H A Dread.cc129 source->error_converting = false; in read_simple_file()
580 if (source->error_converting) { in parse_makefile()
593 if (source->error_converting) { in parse_makefile()
698 extrap->error_converting = false; in parse_makefile()
979 if (source->error_converting) { in parse_makefile()
991 if (source->error_converting) { in parse_makefile()
1732 extrap->error_converting = false; in parse_makefile()
1777 if (source->error_converting) { in parse_makefile()
1789 if (source->error_converting) { in parse_makefile()
2035 bp->error_converting = false; in push_macro_value()
/titanic_44/usr/src/cmd/make/include/mksh/
H A Ddefs.h729 if (source != NULL && source->error_converting) { \
742 Boolean error_converting:1; member