Searched refs:show_diff (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/sendmail/libsm/ |
| H A D | t-qic.c | 24 show_diff(s1, s2) in show_diff() function 73 show_diff(in, line_back); 174 show_diff(inout[i].qic_in, inout[i].qic_out); 201 show_diff(inout[i].qic_in, inout[i].qic_out); 207 show_diff(obp, inout[i].qic_out); 230 show_diff(inout[i].qic_in, inout[i].qic_out);
|
| /freebsd-12.1/contrib/subversion/subversion/svn/ |
| H A D | log-cmd.c | 457 if (lb->show_diff) in svn_cl__log_entry_receiver() 729 if (opt_state->show_diff) in svn_cl__log() 735 if (opt_state->quiet && opt_state->show_diff) in svn_cl__log() 739 if (opt_state->diff.diff_cmd && (! opt_state->show_diff)) in svn_cl__log() 743 if (opt_state->diff.internal_diff && (! opt_state->show_diff)) in svn_cl__log() 747 if (opt_state->extensions && (! opt_state->show_diff)) in svn_cl__log() 752 if (opt_state->depth != svn_depth_unknown && (! opt_state->show_diff)) in svn_cl__log() 811 lb.show_diff = opt_state->show_diff; in svn_cl__log()
|
| H A D | cl-log.h | 60 svn_boolean_t show_diff; member
|
| H A D | mergeinfo-cmd.c | 304 baton->show_diff = FALSE; in mergeinfo_log()
|
| H A D | cl.h | 245 svn_boolean_t show_diff; /* produce diff output (maps to --diff) */ member
|
| H A D | conflict-callbacks.c | 92 show_diff(svn_client_conflict_t *conflict, in show_diff() function 1026 SVN_ERR(show_diff(conflict, merged_abspath, path_prefix, in handle_text_conflict()
|
| H A D | svn.c | 2583 opt_state.show_diff = TRUE; in sub_main()
|