Searched refs:history (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-12-stable/contrib/lua/src/
H A Dlua.c75 ** lua_saveline defines how to "save" a read line in a "history".
83 #include <readline/history.h>
339 lua_saveline(L, line); /* keep history */
356 lua_saveline(L, line); /* keep history */
/freebsd-12-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 */
H A Dmain.c706 history(hist, &ev, H_ENTER, buf);
/freebsd-12-stable/sys/dev/syscons/
H A Dscvidctl.c201 if (scp->history != NULL)
277 * and history buffers.
385 if (scp->history != NULL)
H A Dscterm-teken.c613 * We count a line of input as history if we perform a copy of
617 if (scp->history != NULL &&
/freebsd-12-stable/usr.bin/bc/
H A Dbc.y1206 history(hist, &he, H_SETSIZE, 100);
1207 el_set(el, EL_HIST, history, hist);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp73 #define history_w history
101 // The naming used by editline for the history operations is counter
104 // - The H_PREV operation returns the previous element in the history, which
107 // - The H_NEXT operation returns the next element in the history, which is
202 // Compute the history path lazily.
208 // LLDB stores its history in ~/.lldb/. If for some reason this directory
209 // isn't writable or cannot be created, history won't be available.
214 std::string filename = m_prefix + "-history";
287 HistoryW *m_history; // The history object
288 HistEventW m_event; // The history even
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c81 * of version history such that there are no copies in the
82 * history of the object between the locations when treating
88 * revisions across an object's history into several which obey these
262 in the natural history of the merge source currently being processed.
734 those additions refer to the same line of history as TARGET_ABSPATH as
739 history as TARGET_ABSPATH (pegged at its base revision), then filter out
835 natural history as mergeinfo and remove that from any incoming
840 history. Instead we must use svn_client__repos_locations() and
843 exist on the same line of history. If they do then we can filter
886 the same line of history, ther
12088 svn_mergeinfo_t history; member in struct:branch_history_t
[all...]
/freebsd-12-stable/crypto/openssh/
H A Dsftp.c2131 fatal("Couldn't initialise editline history");
2132 history(hl, &hev, H_SETSIZE, 100);
2133 el_set(el, EL_HIST, history, hl);
2230 history(hl, &hev, H_ENTER, line);
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h833 unsigned long history; member in struct:c4iw_ep_common
/freebsd-12-stable/sbin/gvinum/
H A Dgvinum.c58 #include <readline/history.h>
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk44 # Use Android specific directory for wpa_cli command completion history
/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c5704 However, GDB's internal history variables ($1, $2, etc.) are
5712 history variables is an array whose elements are unconstrained
/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c123 # include <readline/history.h>
20644 ** is coming from a file or device. A prompt is issued and history

Completed in 773 milliseconds

123