Searched refs:history (Results 26 - 50 of 66) sorted by relevance

123

/freebsd-13-stable/usr.sbin/ngctl/
H A Dmain.c311 history(hist, &hev, H_SETSIZE, 100);
312 history(hist, &hev, H_SETUNIQUE, 1);
313 el_set(el, EL_HIST, history, (const char *)hist);
324 history(hist, &hev, H_ENTER, buf);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c235 svn_fs_history_t *history, svn_boolean_t cross_copies,
238 return svn_error_trace(svn_fs_history_prev2(prev_history_p, history,
233 svn_fs_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *pool) argument
H A Dfs-loader.h49 - Functions which operate on a history object
52 Some generic fields of the FS, transaction, root, and history
460 svn_fs_history_t *history, svn_boolean_t cross_copies,
463 svn_fs_history_t *history, apr_pool_t *pool);
H A Dfs-loader.c2056 svn_fs_history_t *history, svn_boolean_t cross_copies,
2059 return svn_error_trace(history->vtable->prev(prev_history_p, history,
2066 svn_fs_history_t *history, apr_pool_t *pool)
2068 return svn_error_trace(history->vtable->location(path, revision, history,
2048 svn_fs_history_prev2(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2058 svn_fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/bc/src/
H A Dfile.c106 bc_vec_string(&vm.history.extras, f->len - i, f->buf + i);
109 bc_vec_popAll(&vm.history.extras);
/freebsd-13-stable/usr.sbin/pppctl/
H A Dpppctl.c300 history(td->hist, H_ENTER, l);
302 history(td->hist, &hev, H_ENTER, l);
593 history(td.hist, H_EVENT, size);
596 history(td.hist, &hev, H_SETSIZE, size);
608 el_set(td.edit, EL_HIST, history, (const char *)td.hist);
/freebsd-13-stable/usr.bin/units/
H A Dunits.c741 {"history", required_argument, NULL, 'H'},
839 el_set(el, EL_HIST, history, inhistory);
841 history(inhistory, &ev, H_SETSIZE, 800);
843 err(1, "Could not initialize history");
862 history(inhistory, &ev, H_ENTER,
879 history(inhistory, &ev, H_ENTER,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp39 : CommandObjectParsed(interpreter, "command history",
40 "Dump the history of commands in this session.\n"
41 "Commands in the history list can be run again "
134 const CommandHistory &history(m_interpreter.GetCommandHistory());
138 start_idx.second = history.GetSize() - count.second;
139 stop_idx.second = history.GetSize() - 1;
142 stop_idx.second = history.GetSize() - 1;
145 stop_idx.second = history.GetSize() - 1;
150 stop_idx.second = history.GetSize() - 1;
155 stop_idx.second = history
[all...]
H A DCommandObjectExpression.cpp534 "lldb-expr", // Name of input reader for history
657 CommandHistory &history = m_interpreter.GetCommandHistory(); local
668 history.AppendString(fixed_command);
/freebsd-13-stable/contrib/bc/include/
H A Dvm.h60 #include <history.h>
381 BcHistory history; member in struct:BcVm
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c198 set_bit(CM_ID_DEREFED, &epc->history);
203 set_bit(CM_ID_REFED, &epc->history);
211 set_bit(QP_DEREFED, &ep->com.history);
217 set_bit(QP_REFED, &ep->com.history);
404 set_bit(TIMEDOUT, &ep->com.history);
773 set_bit(CLOSE_CON_RPL, &ep->com.history);
1335 CTR4(KTR_IW_CXGBE, "%s: ep %p, history 0x%lx, flags 0x%lx",
1336 __func__, ep, epc->history, epc->flags);
1626 set_bit(CLOSE_UPCALL, &ep->com.history);
1660 set_bit(ABORT_CONN, &ep->com.history);
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c1699 If FROM_PATH is a directory, copy it recursively. No history is
2388 /* Our coolio opaque history object. */
2398 /* internal-use hints about where to resume the history search. */
2427 /* Set *HISTORY_P to an opaque node history object which represents
2448 /* Okay, all seems well. Build our history object and return it. */
2478 history of the child. */
2598 svn_fs_history_t *history,
2603 fs_history_data_t *fhd = history->fsap_data;
2619 /* When following history, there tend to be long sections of linear
2620 history wher
2585 history_prev(svn_fs_history_t **prev_history, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2791 fs_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2847 fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *result_pool) argument
2879 svn_fs_history_t *history = apr_pcalloc(result_pool, sizeof(*history)); local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c311 svn_fs_history_t *history;
317 SVN_ERR(svn_fs_node_history2(&history, root, parent_path,
322 SVN_ERR(svn_fs_history_prev2(&history, history, TRUE, iterpool,
324 SVN_ERR(svn_fs_history_prev2(&history, history, TRUE, iterpool,
328 history, iterpool));
413 * path history information while working through history.
415 * The two pools are swapped after each iteration through history becaus
310 svn_fs_history_t *history; local
[all...]
/freebsd-13-stable/contrib/libedit/
H A Dhistory.c1 /* $NetBSD: history.c,v 1.63 2019/10/08 19:17:57 christos Exp $ */
38 static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: history.c,v 1.63 2019/10/08 19:17:57 christos Exp $");
99 struct TYPE(history) {
100 void *h_ref; /* Argument for history fcns */
101 int h_ent; /* Last entry point for history */
109 history_vfun_t h_clear; /* Clear the history list */
155 * Builtin- history implementation
219 STR("can't read history from file"),
220 STR("can't write history"),
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c2451 /* Now that TARGET has absorbed all of the history between ANCESTOR
4230 /* Our coolio opaque history object. */
4240 /* internal-use hints about where to resume the history search. */
4275 /* Okay, all seems well. Build our history object and return it. */
4314 there are no copies relevant to our history. */
4335 svn_fs_history_t *history;
4346 svn_fs_history_t *history = args->history;
4347 base_history_data_t *bhd = history->fsap_data;
4366 /* If our last history repor
4320 svn_fs_history_t *history; member in struct:history_prev_args
4331 svn_fs_history_t *history = args->history; local
4512 base_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4566 base_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
4750 svn_fs_history_t *history = apr_pcalloc(pool, sizeof(*history)); local
[all...]
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c518 if (scp->history != NULL) {
519 sc_vtb_append(&scp->vtb, 0, scp->history,
521 scp->history_pos = sc_vtb_tail(scp->history);
701 /* initialize history buffer & pointers */
1021 (scp->history != NULL) ? scp->history->vtb_rows : 0;
1125 hist_rsz = (scp->history != NULL) ? scp->history->vtb_rows : 0;
1139 /* Pointer to the last line of history buffer */
1140 if (scp->history !
[all...]
H A Dsyscons.h337 sc_vtb_t *history; /* circular history buffer */ member in struct:scr_stat
339 int history_size; /* size of history buffer */
585 sc_vtb_append(&(scp)->vtb, (from), (scp)->history, (scp)->xsize)
/freebsd-13-stable/bin/sh/
H A Dinput.c257 history(hist, &he, whichprompt == 1 ? H_ENTER : H_ADD,
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h915 * in the history of that node. It is uniquely identified by a node
1053 * go back and edit the contents of an old revision. Once history has
1798 /** An opaque node history object. */
1802 /** Set @a *history_p to an opaque node history object which
1829 /** Set @a *prev_history_p to an opaque node history object which
1830 * represents the previous (or "next oldest") interesting history
1831 * location for the filesystem node represented by @a history, or @c
1832 * NULL if no such previous history exists. If @a cross_copies is @c
1833 * FALSE, also return @c NULL if stepping backwards in history to @a
1837 * history objec
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c997 history segments. That allows us to try a few guesses about where to
2803 If FROM_PATH is a directory, copy it recursively. No history is
3524 /* Our coolio opaque history object. */
3534 /* internal-use hints about where to resume the history search. */
3562 /* Set *HISTORY_P to an opaque node history object which represents
3583 /* Okay, all seems well. Build our history object and return it. */
3616 history of the child. */
3711 history, set *PREV_PATH to NULL and *PREV_REV to SVN_INVALID_REVNUM. */
3804 /* Walk the closest-copy chain back to the first copy in our history.
3871 svn_fs_history_t *history,
3857 history_prev(svn_fs_history_t **prev_history, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4059 fs_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4115 fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
4147 svn_fs_history_t *history = apr_pcalloc(pool, sizeof(*history)); local
[all...]
/freebsd-13-stable/sbin/fsdb/
H A Dfsdb.c255 history(hist, &he, H_SETSIZE, 100); /* 100 elt history buffer */
260 el_set(elptr, EL_HIST, history, hist);
267 history(hist, &he, H_ENTER, elline);
/freebsd-13-stable/usr.bin/tftp/
H A Dmain.c196 history(hist, &he, H_SETSIZE, 100);
197 el_set(el, EL_HIST, history, hist);
753 history(hist, hep, H_ENTER, bp);
/freebsd-13-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c1179 history(hist, &he, H_SETSIZE, 100);
1180 el_set(el, EL_HIST, history, hist);
1195 history(hist, &he, H_ENTER, bp);
/freebsd-13-stable/contrib/lua/src/
H A Dlua.c390 ** lua_saveline defines how to "save" a read line in a "history".
398 #include <readline/history.h>
491 lua_saveline(L, line); /* keep history */
508 lua_saveline(L, line); /* keep history */
/freebsd-13-stable/contrib/tnftp/src/
H A Dutil.c983 hist = history_init(); /* init the builtin history */
984 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
985 el_set(el, EL_HIST, history, hist); /* use history */

Completed in 252 milliseconds

123