Searched defs:editor (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Ddeprecated.c34 svn_delta_path_driver(const svn_delta_editor_t *editor, argument
H A Dpath_driver.c51 open_dir(apr_array_header_t *db_stack, const svn_delta_editor_t *editor, const char *path, apr_pool_t *pool) argument
89 pop_stack(apr_array_header_t *db_stack, const svn_delta_editor_t *editor) argument
133 svn_delta_path_driver2(const svn_delta_editor_t *editor, void *edit_baton, const apr_array_header_t *paths, svn_boolean_t sort_paths, svn_delta_path_driver_cb_func_t callback_func, void *callback_baton, apr_pool_t *pool) argument
[all...]
H A Dcancel.c333 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, void *cancel_baton, const svn_delta_editor_t *wrapped_editor, void *wrapped_edit_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool) argument
H A Ddebug_editor.c395 svn_delta__get_debug_editor(const svn_delta_editor_t **editor, argument
H A Ddepth_filter_editor.c435 svn_delta_depth_filter_editor(const svn_delta_editor_t **editor, void **edit_baton, const svn_delta_editor_t *wrapped_editor, void *wrapped_edit_baton, svn_depth_t requested_depth, svn_boolean_t has_target, apr_pool_t *pool) argument
[all...]
/freebsd-10.1-release/usr.bin/mail/
H A Dedit.c52 editor(int *msgvec) function
/freebsd-10.1-release/contrib/dialog/
H A Dinputbox.c79 WINDOW *editor; local
[all...]
/freebsd-10.1-release/contrib/less/
H A Dmain.c43 public char * editor; variable
/freebsd-10.1-release/contrib/nvi/common/
H A Dmain.c52 editor( function
/freebsd-10.1-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c199 char *p, *editor; local
/freebsd-10.1-release/bin/sh/
H A Dhistedit.c188 const char *editor = NULL; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c118 svn_ra__use_commit_shim(svn_editor_t **editor, argument
231 svn_editor_t *editor; member in struct:wrapped_replay_baton_t
289 revfinish_func_wrapper(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t *editor, void *edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dnode_tree.c388 svn_repos_node_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_root_t *base_root, svn_fs_root_t *root, apr_pool_t *node_pool, apr_pool_t *pool) argument
/freebsd-10.1-release/lib/libedit/
H A Dmap.c1083 map_set_editor(EditLine *el, char *editor) argument
1102 map_get_editor(EditLine *el, const char **editor) argument
[all...]
/freebsd-10.1-release/lib/libutil/
H A Dpw_util.c291 const char *editor; local
/freebsd-10.1-release/usr.sbin/cron/crontab/
H A Dcrontab.c316 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dcopy_foreign.c401 svn_delta_editor_t *editor = svn_delta_default_editor(scratch_pool); local
[all...]
H A Ddelete.c189 const svn_delta_editor_t *editor = callback_baton; local
204 const svn_delta_editor_t *editor; local
[all...]
H A Dstatus.c443 const svn_delta_editor_t *editor; local
H A Dcommit.c77 get_ra_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, const char *log_msg, const apr_array_header_t *commit_items, const apr_hash_t *revprop_table, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, svn_commit_callback2_t commit_callback, void *commit_baton, apr_pool_t *pool) argument
578 const svn_delta_editor_t *editor; local
H A Dimport.c97 send_file_contents(const char *local_abspath, void *file_baton, const svn_delta_editor_t *editor, apr_hash_t *properties, unsigned char *digest, apr_pool_t *pool) argument
200 import_file(const svn_delta_editor_t *editor, void *dir_baton, const char *local_abspath, const char *edit_path, const svn_io_dirent2_t *dirent, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
408 import_children(const char *dir_abspath, const char *edit_path, apr_hash_t *dirents, const svn_delta_editor_t *editor, void *dir_baton, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
526 import_dir(const svn_delta_editor_t *editor, void *dir_baton, const char *local_abspath, const char *edit_path, svn_depth_t depth, apr_hash_t *excludes, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, import_ctx_t *import_ctx, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
639 import(const char *local_abspath, const apr_array_header_t *new_entries, const svn_delta_editor_t *editor, void *edit_baton, svn_depth_t depth, apr_hash_t *excludes, apr_hash_t *autoprops, apr_array_header_t *local_ignores, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
799 const svn_delta_editor_t *editor; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c699 make_editor(svn_editor_t **editor, argument
737 svn_fs__editor_create(svn_editor_t **editor, argument
759 svn_fs__editor_create_for(svn_editor_t **editor, argument
777 svn_fs__editor_commit(svn_revnum_t *revision, svn_error_t **post_commit_err, const char **conflict_path, svn_editor_t *editor, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c673 svn_wc__ambient_depth_filter_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_wc__db_t *db, const char *anchor_abspath, const char *target, const svn_delta_editor_t *wrapped_editor, void *wrapped_edit_baton, apr_pool_t *result_pool) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/svnsync/
H A Dsync.c580 svnsync_get_sync_editor(const svn_delta_editor_t *wrapped_editor, void *wrapped_edit_baton, svn_revnum_t base_revision, const char *to_url, const char *source_prop_encoding, svn_boolean_t quiet, const svn_delta_editor_t **editor, void **edit_baton, int *normalized_node_props_counter, apr_pool_t *pool) argument
/freebsd-10.1-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c555 char *editor; local

Completed in 294 milliseconds

123