Searched refs:space_char (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/make/bin/ |
H A D | rep.cc | 342 append_char((int) space_char, &rec); in gather_recursive_deps() 364 append_char((int) space_char, &rec); in gather_recursive_deps() 367 append_char((int) space_char, &rec); in gather_recursive_deps() 370 append_char((int) space_char, &rec); in gather_recursive_deps() 377 append_char((int) space_char, &rec); in gather_recursive_deps()
|
H A D | read.cc | 554 case space_char: in parse_makefile() 565 case space_char: in parse_makefile() 967 case space_char: in parse_makefile() 1108 *source_p = (int) space_char; in parse_makefile() 1174 case space_char: in parse_makefile() 1343 *source_p == (int) space_char) { in parse_makefile() 1351 case space_char: in parse_makefile() 1564 case space_char: in parse_makefile() 1609 *(source_p - 1) = (int) space_char; in parse_makefile() 1625 append_char((int) space_char, &name_string); in parse_makefile() [all …]
|
H A D | main.cc | 1911 append_char((int) space_char, &makeflags_string_posix); in read_files_and_state() 1920 append_char((int) space_char, &makeflags_string_posix); in read_files_and_state() 2025 append_char((int) space_char, &makeflags_string); in read_files_and_state() 2028 append_char((int) space_char, &makeflags_string_posix); in read_files_and_state() 2040 if (makeflags_string.buffer.start[1] != (int) space_char) { in read_files_and_state() 2059 tmp_char = (char) space_char; in read_files_and_state() 2085 if (makeflags_string_current->buffer.start[1] != (int) space_char) { in read_files_and_state() 2257 if (makeflags_string_posix.buffer.start[1] != (int) space_char) { in read_files_and_state()
|
H A D | read2.cc | 1714 (int) plus_char : (int) space_char); in enter_conditional() 1720 (int) plus_char : (int) space_char, in enter_conditional() 1770 (int) plus_char : (int) space_char); in enter_equal() 1775 (int) plus_char : (int) space_char, in enter_equal()
|
H A D | doname.cc | 1647 if (*from == (int) space_char) { in run_command() 1652 *to++ = (int) space_char; in run_command()
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | strfmon.c | 120 char space_char = ' '; /* space after currency */ in strfmon_impl() local 245 space_char = currency_symbol[3]; in strfmon_impl() 330 PRINT(space_char); in strfmon_impl() 335 PRINT(space_char); in strfmon_impl() 354 PRINT(space_char); in strfmon_impl()
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 544 chr = (int) space_char; in sh_command2string() 558 if ( *(destination->text.p-1) == (int) space_char) { in sh_command2string()
|
H A D | macro.cc | 1037 append_char((int) space_char, destination); in expand_value_with_daemon()
|
/titanic_41/usr/src/cmd/make/include/mk/ |
H A D | defs.h | 41 ((*x == (int) space_char) || \ 48 (*x != (int) space_char) && \
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 101 space_char = ' ', enumerator
|