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

123

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c34 * Include cache hits in history, disabled by default.
972 "Include cache hits in read history");
974 ZFS_MODULE_PARAM(zfs_txg, zfs_txg_, history, INT, ZMOD_RW,
977 ZFS_MODULE_PARAM(zfs_multihost, zfs_multihost_, history, INT, ZMOD_RW,
/freebsd-13-stable/sys/dev/syscons/
H A Dscvidctl.c201 if (scp->history != NULL)
277 * and history buffers.
385 if (scp->history != NULL)
H A Dsctermvar.h422 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-13-stable/usr.bin/bc/
H A Dbc.y1206 history(hist, &he, H_SETSIZE, 100);
1207 el_set(el, EL_HIST, history, hist);
/freebsd-13-stable/contrib/tnftp/src/
H A Dmain.c706 history(hist, &ev, H_ENTER, buf);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp72 #define history_w history
100 // The naming used by editline for the history operations is counter
103 // - The H_LAST returns the oldest entry in the history.
105 // - The H_PREV operation returns the previous element in the history, which
108 // - The H_CURR returns the current entry in the history.
110 // - The H_NEXT operation returns the next element in the history, which is
113 // - The H_FIRST returns the most recent entry in the history.
207 // Compute the history path lazily.
213 // LLDB stores its history in ~/.lldb/. If for some reason this directory
214 // isn't writable or cannot be created, history wo
[all...]
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql55 -- In other words, this table keeps the history of the database metadata.
H A Dschema_v1.sql53 -- In other words, this table keeps the history of the database metadata.
H A Dschema_v2.sql55 -- In other words, this table keeps the history of the database metadata.
/freebsd-13-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-13-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-13-stable/sbin/gvinum/
H A Dgvinum.c58 #include <readline/history.h>
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h833 unsigned long history; member in struct:c4iw_ep_common
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk44 # Use Android specific directory for wpa_cli command completion history
/freebsd-13-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 200 milliseconds

123