Searched refs:hyphen_char (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/make/bin/ |
H A D | main.cc | 1157 if ((strchr(cp, (int) hyphen_char) != NULL) || in setup_makeflags_argv() 1173 if (*cp != (int) hyphen_char) { in setup_makeflags_argv() 1177 if (*cp == (int) hyphen_char) { in setup_makeflags_argv() 1881 append_char((int) hyphen_char, &makeflags_string); in read_files_and_state() 1882 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state() 1912 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state() 1921 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state() 2026 append_char((int) hyphen_char, &makeflags_string); in read_files_and_state() 2029 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state() 2114 (argv[i][0] == (int) hyphen_char) && in read_files_and_state() [all …]
|
H A D | parallel.cc | 214 *cp++ = (int) hyphen_char; in execute_parallel() 241 (commands[i][0] == (int) hyphen_char)) { in execute_parallel() 626 if (*tmp_index_str_ptr == (int) hyphen_char) { in distribute_process() 1792 (**commands == (int) hyphen_char) || in run_rule_commands() 1797 if (**commands == (int) hyphen_char) { in run_rule_commands()
|
H A D | files.cc | 681 case hyphen_char: in amatch()
|
H A D | read.cc | 133 (wcb[0] != (int) hyphen_char)) { in read_simple_file()
|
H A D | doname.cc | 2366 case hyphen_char: in build_command_strings()
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | globals.cc | 66 hyphen_char,
|
H A D | macro.cc | 914 append_char((int) hyphen_char, &result_string); in init_arch_macros() 969 append_char((int) hyphen_char, &result_string); in init_mach_macros()
|
/titanic_44/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 87 hyphen_char = '-', enumerator
|