Home
last modified time | relevance | path

Searched refs:ignore_space (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_diff/
Dutil.c168 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()
Ddiff_file.c1284 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()
/freebsd-10-stable/contrib/gdb/gdb/
Dremote-utils.c326 sr_get_hex_digit (int ignore_space) in sr_get_hex_digit() argument
339 else if (ch != ' ' || !ignore_space) in sr_get_hex_digit()
Dremote-utils.h114 int sr_get_hex_digit (int ignore_space);
Dremote-st.c176 get_hex_digit (int ignore_space) in get_hex_digit() argument
188 else if (ch == ' ' && ignore_space) in get_hex_digit()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_diff.h473 svn_diff_file_ignore_space_t ignore_space; member
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dprops.c583 diff_opts->ignore_space = svn_diff_file_ignore_space_none; in prop_conflict_new()