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

123

/freebsd-10.2-release/sys/dev/syscons/
H A Dscvidctl.c200 if (scp->history != NULL)
276 * and history buffers.
384 if (scp->history != NULL)
H A Dscterm-teken.c634 * We count a line of input as history if we perform a copy of
638 if (scp->history != NULL &&
/freebsd-10.2-release/usr.bin/bc/
H A Dbc.y1200 history(hist, &he, H_SETSIZE, 100);
1201 el_set(el, EL_HIST, history, hist);
/freebsd-10.2-release/contrib/tnftp/src/
H A Dmain.c696 history(hist, &ev, H_ENTER, buf);
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsctermvar.h422 if (scp->history != NULL)
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c82 * of version history such that there are no copies in the
83 * history of the object between the locations when treating
89 * revisions across an object's history into several which obey these
231 /* True iff LOC1 is an ancestor of LOC2 or vice-versa (history-wise). */
274 in the natural history of the merge source currently being processed.
737 those additions refer to the same line of history as TARGET_ABSPATH as
742 history as TARGET_ABSPATH (pegged at its base revision), then filter out
838 natural history as mergeinfo and remove that from any incoming
843 history. Instead we must use svn_client__repos_locations() and
846 exist on the same line of history
11913 svn_mergeinfo_t history; member in struct:branch_history_t
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dsftp.c2007 fatal("Couldn't initialise editline history");
2008 history(hl, &hev, H_SETSIZE, 100);
2009 el_set(el, EL_HIST, history, hl);
2103 history(hl, &hev, H_ENTER, line);
/freebsd-10.2-release/sbin/gvinum/
H A Dgvinum.c56 #include <readline/history.h>
/freebsd-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h757 unsigned long history; member in struct:c4iw_ep_common
/freebsd-10.2-release/contrib/sqlite3/
H A Dshell.c53 # include <readline/history.h>
2676 ** is coming from a file or device. A prompt is issued and history
/freebsd-10.2-release/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

Completed in 296 milliseconds

123