Searched refs:ignore_space (Results 1 – 7 of 7) sorted by relevance
168 if (! opts->ignore_space && ! opts->ignore_eol_style) in svn_diff__normalize_buffer()286 && opts->ignore_space != svn_diff_file_ignore_space_none) in svn_diff__normalize_buffer()290 && opts->ignore_space in svn_diff__normalize_buffer()
1284 if (! options->ignore_space) in svn_diff_file_options_parse()1285 options->ignore_space = svn_diff_file_ignore_space_change; in svn_diff_file_options_parse()1288 options->ignore_space = svn_diff_file_ignore_space_all; in svn_diff_file_options_parse()
326 sr_get_hex_digit (int ignore_space) in sr_get_hex_digit() argument339 else if (ch != ' ' || !ignore_space) in sr_get_hex_digit()
114 int sr_get_hex_digit (int ignore_space);
176 get_hex_digit (int ignore_space) in get_hex_digit() argument188 else if (ch == ' ' && ignore_space) in get_hex_digit()
473 svn_diff_file_ignore_space_t ignore_space; member
583 diff_opts->ignore_space = svn_diff_file_ignore_space_none; in prop_conflict_new()