Lines Matching refs:separator
62 …cies(Name_vector target, Name_vector depes, Cmd_line command, Separator separator, Boolean target_…
489 register Separator separator; in parse_makefile() local
922 separator = none_seen; in parse_makefile()
1195 if (separator == conditional_seen) { in parse_makefile()
1207 if (separator != none_seen) { in parse_makefile()
1242 separator = conditional_seen; in parse_makefile()
1247 separator = two_colon; in parse_makefile()
1251 separator = one_colon; in parse_makefile()
1261 if ((separator != one_colon) && in parse_makefile()
1262 (separator != two_colon)) { in parse_makefile()
1405 switch (separator) { in parse_makefile()
1407 separator = equal_seen; in parse_makefile()
1437 (separator == one_colon) && in parse_makefile()
1456 separator = equal_seen; in parse_makefile()
1464 (separator == one_colon) && in parse_makefile()
1483 separator = equal_seen; in parse_makefile()
1818 separator, target_group_seen); in parse_makefile()
2078 …cies(Name_vector target, Name_vector depes, Cmd_line command, Separator separator, Boolean target_… in enter_target_groups_and_dependencies() argument
2129 separator); in enter_target_groups_and_dependencies()
2141 separator); in enter_target_groups_and_dependencies()