Home
last modified time | relevance | path

Searched refs:space_char (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/make/bin/
H A Drep.cc342 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 Dread.cc554 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 Dmain.cc1911 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 Dread2.cc1714 (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 Ddoname.cc1647 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 Dstrfmon.c120 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 Ddosys.cc544 chr = (int) space_char; in sh_command2string()
558 if ( *(destination->text.p-1) == (int) space_char) { in sh_command2string()
H A Dmacro.cc1037 append_char((int) space_char, destination); in expand_value_with_daemon()
/titanic_41/usr/src/cmd/make/include/mk/
H A Ddefs.h41 ((*x == (int) space_char) || \
48 (*x != (int) space_char) && \
/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h101 space_char = ' ', enumerator