Searched refs:flag_full_paths_in_errors (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c784 int flag_full_paths_in_errors = 1; variable
994 {"relative-path-errors", &flag_full_paths_in_errors, 0,
1556 (flag_full_paths_in_errors ? convert_to_full_path(x) : (x))
H A Dcccp.c298 static int flag_full_paths_in_errors = 1; variable
1557 flag_full_paths_in_errors = 0;
1559 flag_full_paths_in_errors = 1;
9336 (flag_full_paths_in_errors ? convert_to_full_path(x) : (x))
9338 (flag_full_paths_in_errors ? print_converted_path(x) : eprint_string(x, l))

Completed in 83 milliseconds