| /freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/ |
| D | editor.c | 81 #define START_CALLBACK(editor) \ argument 83 svn_editor_t *editor__tmp_e = (editor); \ 87 #define END_CALLBACK(editor) ((editor)->within_callback = FALSE) argument 109 #define MARK_FINISHED(editor) ((editor)->finished = TRUE) argument 110 #define SHOULD_NOT_BE_FINISHED(editor) SVN_ERR_ASSERT(!(editor)->finished) argument 112 #define CLEAR_INCOMPLETE(editor, relpath) \ argument 113 svn_hash_sets((editor)->pending_incomplete_children, relpath, NULL); 115 #define MARK_RELPATH(editor, relpath, value) \ argument 116 svn_hash_sets((editor)->completed_nodes, \ 117 apr_pstrdup((editor)->state_pool, relpath), value) [all …]
|
| D | path_driver.c | 68 const svn_delta_editor_t *editor, in open_dir() argument 86 SVN_ERR(editor->open_directory(path, parent_db, SVN_INVALID_REVNUM, subpool, in open_dir() 103 const svn_delta_editor_t *editor) in pop_stack() argument 113 SVN_ERR(editor->close_directory(item->dir_baton, item->pool)); in pop_stack() 146 svn_delta_path_driver3(const svn_delta_editor_t *editor, in svn_delta_path_driver3() argument 174 editor, edit_baton, in svn_delta_path_driver3() 203 const svn_delta_editor_t *editor; member 214 const svn_delta_editor_t *editor, in svn_delta_path_driver_start() argument 222 state->editor = editor; in svn_delta_path_driver_start() 254 SVN_ERR(state->editor->open_root(state->edit_baton, SVN_INVALID_REVNUM, in svn_delta_path_driver_step() [all …]
|
| D | deprecated.c | 44 const svn_delta_editor_t *editor, in path_driver_2_to_3_func() argument 64 svn_delta_path_driver2(const svn_delta_editor_t *editor, in svn_delta_path_driver2() argument 99 SVN_ERR(svn_delta_path_driver3(editor, edit_baton, in svn_delta_path_driver2() 107 svn_delta_path_driver(const svn_delta_editor_t *editor, in svn_delta_path_driver() argument 117 return svn_error_trace(svn_delta_path_driver2(editor, edit_baton, paths, in svn_delta_path_driver()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/private/ |
| D | svn_editor.h | 647 svn_editor_create(svn_editor_t **editor, 663 svn_editor_get_baton(const svn_editor_t *editor); 673 svn_editor_setcb_add_directory(svn_editor_t *editor, 684 svn_editor_setcb_add_file(svn_editor_t *editor, 695 svn_editor_setcb_add_symlink(svn_editor_t *editor, 706 svn_editor_setcb_add_absent(svn_editor_t *editor, 717 svn_editor_setcb_alter_directory(svn_editor_t *editor, 728 svn_editor_setcb_alter_file(svn_editor_t *editor, 739 svn_editor_setcb_alter_symlink(svn_editor_t *editor, 750 svn_editor_setcb_delete(svn_editor_t *editor, [all …]
|
| D | svn_ra_private.h | 253 svn_ra__get_commit_ev2(svn_editor_t **editor, 272 svn_editor_t **editor, 280 svn_editor_t *editor, 307 svn_editor_t *editor,
|
| D | svn_fs_private.h | 105 svn_fs__editor_create(svn_editor_t **editor, 122 svn_fs__editor_create_for(svn_editor_t **editor, 177 svn_editor_t *editor,
|
| /freebsd-12-stable/contrib/dialog/ |
| D | inputbox.c | 79 WINDOW *editor; in dialog_inputbox() local 140 editor = dlg_sub_window(dialog, 1, box_width, yorg + box_y, xorg + box_x); in dialog_inputbox() 141 dlg_register_window(editor, "inputbox2", binding2); in dialog_inputbox() 144 dlg_show_string(editor, input, chr_offset, inputbox_attr, in dialog_inputbox() 146 wsyncup(editor); in dialog_inputbox() 147 wcursyncup(editor); in dialog_inputbox() 164 dlg_show_string(editor, input, chr_offset, inputbox_attr, in dialog_inputbox() 166 wmove(editor, 0, chr_offset); in dialog_inputbox() 167 wsyncup(editor); in dialog_inputbox() 168 wcursyncup(editor); in dialog_inputbox() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | replay.c | 161 const svn_delta_editor_t *editor, in add_subdir() argument 177 SVN_ERR(editor->add_directory(edit_path, parent_baton, NULL, in add_subdir() 188 SVN_ERR(editor->change_dir_prop(*dir_baton, key, val, subpool)); in add_subdir() 273 SVN_ERR(editor->add_directory(new_edit_path, *dir_baton, in add_subdir() 280 editor, edit_baton, new_edit_path, in add_subdir() 286 SVN_ERR(editor->close_directory(new_dir_baton, subpool)); in add_subdir() 295 SVN_ERR(editor->add_file(new_edit_path, *dir_baton, NULL, in add_subdir() 306 SVN_ERR(editor->change_file_prop(file_baton, key, val, subpool)); in add_subdir() 309 SVN_ERR(editor->apply_textdelta(file_baton, NULL, pool, in add_subdir() 324 SVN_ERR(editor->close_file(file_baton, in add_subdir() [all …]
|
| D | delta.c | 55 const svn_delta_editor_t *editor; member 206 const svn_delta_editor_t *editor, in svn_repos_dir_delta2() argument 287 SVN_ERR(editor->set_target_revision in svn_repos_dir_delta2() 292 SVN_ERR(editor->set_target_revision in svn_repos_dir_delta2() 299 c.editor = editor; in svn_repos_dir_delta2() 319 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2() 329 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2() 354 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2() 364 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2() 375 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton)); in svn_repos_dir_delta2() [all …]
|
| D | reporter.c | 126 const svn_delta_editor_t *editor; member 451 return svn_error_trace(b->editor->change_dir_prop(dir_baton, name, value, in change_dir_prop() 461 return svn_error_trace(b->editor->change_file_prop(file_baton, name, value, in change_file_prop() 706 SVN_ERR(b->editor->apply_textdelta(file_baton, s_hex_digest, pool, in delta_files() 879 return svn_error_trace(b->editor->add_file(path, parent_baton, in add_file_smartly() 1028 SVN_ERR(b->editor->delete_entry(e_path, deleted_rev, dir_baton, in update_entry() 1042 SVN_ERR(b->editor->absent_directory(e_path, dir_baton, pool)); in update_entry() 1044 SVN_ERR(b->editor->absent_file(e_path, dir_baton, pool)); in update_entry() 1051 SVN_ERR(b->editor->open_directory(e_path, dir_baton, s_rev, pool, in update_entry() 1054 SVN_ERR(b->editor->add_directory(e_path, dir_baton, NULL, in update_entry() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | import.c | 118 const svn_delta_editor_t *editor, in send_file_contents() argument 200 SVN_ERR(editor->apply_textdelta_stream(editor, file_baton, NULL, in send_file_contents() 220 import_file(const svn_delta_editor_t *editor, in import_file() argument 239 SVN_ERR(editor->add_file(edit_path, dir_baton, NULL, SVN_INVALID_REVNUM, in import_file() 264 SVN_ERR(editor->change_file_prop(file_baton, pname, pval, pool)); in import_file() 288 SVN_ERR(editor->change_file_prop(file_baton, SVN_PROP_SPECIAL, in import_file() 296 file_baton, editor, properties, pool)); in import_file() 300 return svn_error_trace(editor->close_file(file_baton, text_checksum, pool)); in import_file() 406 import_dir(const svn_delta_editor_t *editor, 429 const svn_delta_editor_t *editor, in import_children() argument [all …]
|
| D | wc_editor.c | 560 svn_delta_editor_t *editor = svn_delta_default_editor(result_pool); in svn_client__wc_editor_internal() local 575 editor->open_root = edit_open; in svn_client__wc_editor_internal() 576 editor->close_edit = edit_close_or_abort; in svn_client__wc_editor_internal() 577 editor->abort_edit = edit_close_or_abort; in svn_client__wc_editor_internal() 579 editor->delete_entry = delete_entry; in svn_client__wc_editor_internal() 581 editor->open_directory = dir_open; in svn_client__wc_editor_internal() 582 editor->add_directory = dir_add; in svn_client__wc_editor_internal() 583 editor->change_dir_prop = dir_change_prop; in svn_client__wc_editor_internal() 584 editor->close_directory = dir_close; in svn_client__wc_editor_internal() 586 editor->open_file = file_open; in svn_client__wc_editor_internal() [all …]
|
| D | mtcc.c | 1077 commit_properties(const svn_delta_editor_t *editor, in commit_properties() argument 1096 SVN_ERR(editor->change_dir_prop(node_baton, mod->name, mod->value, in commit_properties() 1099 SVN_ERR(editor->change_file_prop(node_baton, mod->name, mod->value, in commit_properties() 1109 commit_file(const svn_delta_editor_t *editor, in commit_file() argument 1119 SVN_ERR(commit_properties(editor, op, file_baton, scratch_pool)); in commit_file() 1134 SVN_ERR(editor->apply_textdelta(file_baton, base_checksum, txdelta_pool, in commit_file() 1180 return svn_error_trace(editor->close_file(file_baton, text_checksum, in commit_file() 1186 commit_directory(const svn_delta_editor_t *editor, in commit_directory() argument 1195 SVN_ERR(commit_properties(editor, op, dir_baton, scratch_pool)); in commit_directory() 1220 SVN_ERR(editor->delete_entry(child_relpath, base_rev, in commit_directory() [all …]
|
| /freebsd-12-stable/bin/sh/ |
| D | histedit.c | 191 const char *editor = NULL; in histcmd() local 215 editor = shoptarg; in histcmd() 235 if (lflg == 0 || editor || sflg) { in histcmd() 259 if (editor == NULL && in histcmd() 260 (editor = bltinlookup("FCEDIT", 1)) == NULL && in histcmd() 261 (editor = bltinlookup("EDITOR", 1)) == NULL) in histcmd() 262 editor = DEFEDITOR; in histcmd() 263 if (editor[0] == '-' && editor[1] == '\0') { in histcmd() 265 editor = NULL; in histcmd() 314 if (editor) { in histcmd() [all …]
|
| /freebsd-12-stable/release/picobsd/tinyware/passwd/ |
| D | pw_util.c | 201 char *p, *editor; in pw_edit() local 203 if (!(editor = getenv("EDITOR"))) in pw_edit() 204 editor = _default_editor; in pw_edit() 205 if ((p = strrchr(editor, '/'))) in pw_edit() 208 p = editor; in pw_edit() 216 execlp(editor, p, tempname, (char *)NULL); in pw_edit() 223 pw_error(editor, 1, 1); in pw_edit() 229 pw_error(editor, 1, 1); in pw_edit()
|
| /freebsd-12-stable/contrib/subversion/subversion/svnbench/ |
| D | null-export-cmd.c | 245 svn_delta_editor_t *editor = svn_delta_default_editor(pool); in bench_null_export() local 247 editor->set_target_revision = set_target_revision; in bench_null_export() 248 editor->open_root = open_root; in bench_null_export() 249 editor->add_directory = add_directory; in bench_null_export() 250 editor->add_file = add_file; in bench_null_export() 251 editor->apply_textdelta = apply_textdelta; in bench_null_export() 252 editor->close_file = close_file; in bench_null_export() 253 editor->change_file_prop = change_file_prop; in bench_null_export() 254 editor->change_dir_prop = change_dir_prop; in bench_null_export() 260 editor, in bench_null_export()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | replay.c | 144 const svn_delta_editor_t *editor; member 193 &ctx->editor, &ctx->editor_baton, in replay_opened() 213 SVN_ERR(ctx->editor->apply_textdelta(node->baton, checksum, node->pool, in replay_opened() 249 ctx->editor, ctx->editor_baton, in replay_closed() 259 SVN_ERR(ctx->editor->set_target_revision(ctx->editor_baton, in replay_closed() 278 SVN_ERR(ctx->editor->open_root(ctx->editor_baton, (svn_revnum_t)rev, in replay_closed() 318 SVN_ERR(ctx->editor->open_directory(name, in replay_closed() 326 SVN_ERR(ctx->editor->open_file(name, in replay_closed() 334 SVN_ERR(ctx->editor->add_directory( in replay_closed() 346 SVN_ERR(ctx->editor->add_file( in replay_closed() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/ |
| D | editorp.c | 79 const svn_delta_editor_t *editor; member 432 void svn_ra_svn_get_editor(const svn_delta_editor_t **editor, in svn_ra_svn_get_editor() argument 465 *editor = ra_svn_editor; in svn_ra_svn_get_editor() 468 svn_error_clear(svn_editor__insert_shims(editor, edit_baton, *editor, in svn_ra_svn_get_editor() 540 SVN_CMD_ERR(ds->editor->set_target_revision(ds->edit_baton, rev, pool)); in ra_svn_handle_target_rev() 557 SVN_CMD_ERR(ds->editor->open_root(ds->edit_baton, rev, subpool, in ra_svn_handle_open_root() 578 SVN_CMD_ERR(ds->editor->delete_entry(path, rev, entry->baton, pool)); in ra_svn_handle_delete_entry() 611 SVN_CMD_ERR(ds->editor->add_directory(path, entry->baton, copy_path, in ra_svn_handle_add_dir() 635 SVN_CMD_ERR(ds->editor->open_directory(path, entry->baton, rev, subpool, in ra_svn_handle_open_dir() 655 SVN_CMD_ERR(ds->editor->change_dir_prop(entry->baton, name, value, in ra_svn_handle_change_dir_prop() [all …]
|
| /freebsd-12-stable/contrib/subversion/subversion/svnrdump/ |
| D | dump_editor.c | 154 svn_rdump__get_dump_editor(const svn_delta_editor_t **editor, in svn_rdump__get_dump_editor() argument 172 SVN_ERR(svn_repos__get_dump_editor(editor, edit_baton, in svn_rdump__get_dump_editor() 177 *editor, *edit_baton, in svn_rdump__get_dump_editor() 178 editor, edit_baton, in svn_rdump__get_dump_editor() 186 SVN_ERR(svn_editor__insert_shims(editor, edit_baton, *editor, *edit_baton, in svn_rdump__get_dump_editor()
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/ |
| D | editor.c | 118 svn_ra__use_commit_shim(svn_editor_t **editor, in svn_ra__use_commit_shim() argument 176 SVN_ERR(svn_delta__editor_from_delta(editor, &exb, in svn_ra__use_commit_shim() 231 svn_editor_t *editor; member 251 SVN_ERR(wrb->revstart_func(revision, wrb->replay_baton, &wrb->editor, in revstart_func_wrapper() 277 SVN_ERR(svn_delta__delta_from_editor(deditor, dedit_baton, wrb->editor, in revstart_func_wrapper() 291 const svn_delta_editor_t *editor, in revfinish_func_wrapper() argument 298 SVN_ERR(wrb->revfinish_func(revision, replay_baton, wrb->editor, rev_props, in revfinish_func_wrapper()
|
| D | wrapper_template.h | 154 **editor, in compat_get_commit_editor() argument 170 return VTBL.get_commit_editor(session_baton, editor, edit_baton, in compat_get_commit_editor() 286 const svn_delta_editor_t *editor, in compat_do_update() argument 298 editor, update_baton, in compat_do_update() 312 const svn_delta_editor_t *editor, in compat_do_switch() argument 325 editor, switch_baton, in compat_do_switch() 339 const svn_delta_editor_t *editor, in compat_do_status() argument 348 revision, depth, editor, status_baton, pool)); in compat_do_status()
|
| /freebsd-12-stable/usr.sbin/cron/crontab/ |
| D | crontab.c | 321 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor; local 388 if ((!(editor = getenv("VISUAL"))) 389 && (!(editor = getenv("EDITOR"))) 391 editor = EDITOR; 412 if (strlen(editor) + strlen(Filename) + 2 >= MAX_TEMPSTR) 414 execlp(editor, editor, Filename, (char *)NULL); 415 err(ERROR_EXIT, "%s", editor); 434 warnx("wrong PID (%d != %d) from \"%s\"", xpid, pid, editor); 438 warnx("\"%s\" exited with status %d", editor, WEXITSTATUS(waiter)); 443 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
|
| /freebsd-12-stable/contrib/less/ |
| D | main.c | 43 public char * editor; variable 176 editor = lgetenv("VISUAL"); 177 if (editor == NULL || *editor == '\0') 179 editor = lgetenv("EDITOR"); 180 if (isnullenv(editor)) 181 editor = EDIT_PGM;
|
| /freebsd-12-stable/contrib/subversion/subversion/include/ |
| D | svn_delta.h | 1181 const struct svn_delta_editor_t *editor, 1233 const svn_delta_editor_t **editor, 1272 svn_delta_depth_filter_editor(const svn_delta_editor_t **editor, 1319 const svn_delta_editor_t *editor, 1366 svn_delta_path_driver3(const svn_delta_editor_t *editor, 1387 svn_delta_path_driver2(const svn_delta_editor_t *editor, 1407 svn_delta_path_driver(const svn_delta_editor_t *editor, 1438 const svn_delta_editor_t *editor,
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/ |
| D | editor.c | 680 make_editor(svn_editor_t **editor, in make_editor() argument 708 SVN_ERR(svn_editor_create(editor, eb, cancel_func, cancel_baton, in make_editor() 710 SVN_ERR(svn_editor_setcb_many(*editor, &editor_cbs, scratch_pool)); in make_editor() 717 svn_fs__editor_create(svn_editor_t **editor, in svn_fs__editor_create() argument 732 return svn_error_trace(make_editor(editor, txn, in svn_fs__editor_create() 739 svn_fs__editor_create_for(svn_editor_t **editor, in svn_fs__editor_create_for() argument 750 return svn_error_trace(make_editor(editor, txn, in svn_fs__editor_create_for() 760 svn_editor_t *editor, in svn_fs__editor_commit() argument 764 struct edit_baton *eb = svn_editor_get_baton(editor); in svn_fs__editor_commit() 779 err = svn_editor_complete(editor); in svn_fs__editor_commit()
|