Home
last modified time | relevance | path

Searched refs:history (Results 1 – 25 of 244) sorted by relevance

12345678910

/freebsd/sys/dev/syscons/
H A Dschistory.c94 sc_vtb_t *history; in sc_alloc_history_buffer() local
107 history = prev_history = scp->history; in sc_alloc_history_buffer()
108 scp->history = NULL; in sc_alloc_history_buffer()
130 history = (sc_vtb_t *)malloc(sizeof(*history), in sc_alloc_history_buffer()
156 scp->history = history; in sc_alloc_history_buffer()
189 sc_vtb_t *history; in sc_free_history_buffer() local
193 history = scp->history; in sc_free_history_buffer()
194 scp->history = NULL; in sc_free_history_buffer()
195 if (history == NULL) in sc_free_history_buffer()
228 sc_vtb_seek(scp->history, sc_vtb_pos(scp->history, in sc_hist_restore()
[all …]
/freebsd/contrib/libedit/TEST/
H A Dtc1.c143 history(hist, &ev, H_SETSIZE, 100); in main()
155 el_set(el, EL_HIST, history, hist); in main()
217 if (history(hist, &ev, H_SET, lastevent) == -1) in main()
219 history(hist, &ev, H_ADD , buf); in main()
221 history(hist, &ev, H_ENTER, buf); in main()
226 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf); in main()
249 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
250 rv = history(hist, &ev, H_PREV)) in main()
257 history(hist, &ev, H_CLEAR); in main()
264 history(hist, &ev, H_LOAD, av[2]); in main()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp151 const CommandHistory &history(m_interpreter.GetCommandHistory()); in DoExecute() local
155 start_idx.second = history.GetSize() - count.second; in DoExecute()
156 stop_idx.second = history.GetSize() - 1; in DoExecute()
159 stop_idx.second = history.GetSize() - 1; in DoExecute()
162 stop_idx.second = history.GetSize() - 1; in DoExecute()
167 stop_idx.second = history.GetSize() - 1; in DoExecute()
172 stop_idx.second = history.GetSize() - 1; in DoExecute()
187 history.Dump(result.GetOutputStream(), start_idx.second, in DoExecute()
/freebsd/sys/net/
H A Dmppc.h54 extern void MPPC_InitCompressionHistory(char *history);
55 extern void MPPC_InitDecompressionHistory(char *history);
57 extern int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history,…
58 …C_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags);
H A Dmppcc.c136 void MPPC_InitCompressionHistory(char *history) in MPPC_InitCompressionHistory() argument
138 struct MPPC_comp_state *state = (struct MPPC_comp_state*)history; in MPPC_InitCompressionHistory()
140 bzero(history, sizeof(struct MPPC_comp_state)); in MPPC_InitCompressionHistory()
144 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int fl… in MPPC_Compress() argument
146 struct MPPC_comp_state *state = (struct MPPC_comp_state*)history; in MPPC_Compress()
288 bzero(history, sizeof(struct MPPC_comp_state)); in MPPC_Compress()
H A Dmppcd.c96 void MPPC_InitDecompressionHistory(char *history) in MPPC_InitDecompressionHistory() argument
98 struct MPPC_decomp_state *state = (struct MPPC_decomp_state*)history; in MPPC_InitDecompressionHistory()
100 bzero(history, sizeof(struct MPPC_decomp_state)); in MPPC_InitDecompressionHistory()
104 int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int … in MPPC_Decompress() argument
106 struct MPPC_decomp_state *state = (struct MPPC_decomp_state*)history; in MPPC_Decompress()
/freebsd/sys/netgraph/
H A Dng_mppc.c306 if (d->history != NULL) { in ng_mppc_rcvmsg()
307 free(d->history, M_NETGRAPH_MPPC); in ng_mppc_rcvmsg()
308 d->history = NULL; in ng_mppc_rcvmsg()
311 d->history = malloc(isComp ? in ng_mppc_rcvmsg()
315 if (d->history == NULL) in ng_mppc_rcvmsg()
321 d->history); in ng_mppc_rcvmsg()
433 if (priv->xmit.history != NULL) in ng_mppc_shutdown()
435 if (priv->recv.history != NULL) in ng_mppc_shutdown()
542 &destCnt, d->history, flags, 0); in ng_mppc_compress()
653 if (d->history != NULL) in ng_mppc_decompress()
[all …]
/freebsd/contrib/libedit/
H A Dreadline.c341 el_set(e, EL_HIST, history, h); in rl_initialize()
492 history(h, &ev, H_GETSIZE); in readline()
658 history(h, &ev, H_FIRST); in get_history_event()
673 if (history(h, &ev, H_CURR) != 0) in get_history_event()
679 (void)history(h, &ev, H_SET, num); in get_history_event()
1497 if (history(h, &ev, H_CURR) != 0) in history_get()
1509 if (history(h, &ev, H_CURR) != 0) in history_get()
1541 (void)history(h, &ev, H_GETSIZE); in add_history()
1637 (void)history(h, &ev, H_CLEAR); in clear_history()
1717 (void)history(h, &ev, H_FIRST); in history_total_bytes()
[all …]
/freebsd/share/skel/
H A Ddot.cshrc8 alias h history 25
29 set history = 1000
32 # Use history to aid expansion
38 bindkey -k up history-search-backward
39 bindkey -k down history-search-forward
H A Ddot.shrc33 # # csh like history on arrow up and down
34 bind ^[[A ed-search-prev-history
35 bind ^[[B ed-search-next-history
40 alias history='fc -l'
/freebsd/bin/sh/
H A Dhistedit.c119 if (history(hist, &he, H_SAVE_FP, f) < 1 || in histsave()
186 el_set(el, EL_HIST, history, hist); in histedit()
237 history(hist, &he, H_SETSIZE, histsize); in sethistsize()
238 history(hist, &he, H_SETUNIQUE, 1); in sethistsize()
400 history(hist, &he, H_FIRST); in histcmd()
423 history(hist, &he, H_ENTER, s); in histcmd()
429 history(hist, &he, in histcmd()
501 retval = history(hist, &he, H_FIRST); in str_to_event()
513 retval = history(hist, &he, H_NEXT); in str_to_event()
516 retval = history(hist, &he, H_LAST); in str_to_event()
[all …]
H A Ddot.shrc33 # # csh like history on arrow up and down
34 bind ^[[A ed-search-prev-history
35 bind ^[[B ed-search-next-history
40 alias history='fc -l'
/freebsd/bin/csh/
H A Ddot.cshrc8 alias h history 25
32 set history = 1000
35 # Use history to aid expansion
41 bindkey -k up history-search-backward
42 bindkey -k down history-search-forward
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc7 alias h history 25
26 set history = 100
31 bindkey -k up history-search-backward
32 bindkey -k down history-search-forward
/freebsd/contrib/tcsh/nls/C/
H A Dset327 25 Move to next history line
33 31 Expand history escapes
34 32 Expand the history escapes in a line
39 37 Search in history backward for line beginning as current
40 38 Search in history forward for line beginning as current
53 51 Expand history escapes and insert a space
69 67 Toggle between literal and lexical current history line
81 79 Move to previous history line
107 105 Vi search history backward
108 106 Vi search history forward
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset327 25 Move to next history line
33 31 Expand history escapes
34 32 Expand the history escapes in a line
39 37 Search in history backward for line beginning as current
40 38 Search in history forward for line beginning as current
53 51 Expand history escapes and insert a space
69 67 Toggle between literal and lexical current history line
81 79 Move to previous history line
107 105 Vi search history backward
108 106 Vi search history forward
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset327 25 Move to next history line
33 31 Expand history escapes
34 32 Expand the history escapes in a line
39 37 Search in history backward for line beginning as current
40 38 Search in history forward for line beginning as current
53 51 Expand history escapes and insert a space
69 67 Toggle between literal and lexical current history line
81 79 Move to previous history line
107 105 Vi search history backward
108 106 Vi search history forward
/freebsd/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c26 const uint8_t tmp = coder->history[ in copy_and_encode()
28 coder->history[coder->pos-- & 0xFF] = in[i]; in copy_and_encode()
42 const uint8_t tmp = coder->history[ in encode_in_place()
44 coder->history[coder->pos-- & 0xFF] = buffer[i]; in encode_in_place()
H A Ddelta_decoder.c22 buffer[i] += coder->history[(distance + coder->pos) & 0xFF]; in decode_buffer()
23 coder->history[coder->pos-- & 0xFF] = buffer[i]; in decode_buffer()
/freebsd/contrib/bc/src/
H A Dhistory.c1294 if (h->history.len <= 1) return; in bc_history_edit_next()
1301 bc_vec_replaceAt(&h->history, h->history.len - 1 - h->idx, &dup); in bc_history_edit_next()
1312 else if (h->idx >= h->history.len) in bc_history_edit_next()
1314 h->idx = h->history.len - 1; in bc_history_edit_next()
1319 str = *((char**) bc_vec_item(&h->history, h->history.len - 1 - h->idx)); in bc_history_edit_next()
1705 if (h->history.len) in bc_history_add()
1718 bc_vec_push(&h->history, &line); in bc_history_add()
1734 if (h->history.len) in bc_history_add_empty()
1743 bc_vec_push(&h->history, &line); in bc_history_add_empty()
1855 bc_vec_pop(&h->history); in bc_history_edit()
[all …]
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css12 #target-history .empty {
17 #command-history .empty {
268 div#target-history {
276 form#target-history-form {
280 input#target-history-submit {
285 div.target-history-name {
302 div.target-history-entry {
333 div#command-history {
353 div.command-history-entry {
369 div#input-history {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp211 ::el_set(Data->EL, EL_HIST, history, Data->Hist); in LineEditor()
224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor()
225 ::history(Data->Hist, &HE, H_SETUNIQUE, 1); in LineEditor()
240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); in saveHistory()
247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory()
267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
/freebsd/contrib/ntp/libntp/
H A Dntp_lineedit.c108 history(ntp_hist, &hev, H_SETSIZE, 128); in ntp_readline_init()
110 el_set(ntp_el, EL_HIST, history, in ntp_readline_init()
191 history(ntp_hist, &hev, H_ENTER, cline); in ntp_readline()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_lineeditlibs.m488 AC_CHECK_HEADERS([history.h readline/history.h])
116 AC_MSG_CHECKING([whether readline supports history])
/freebsd/sys/conf/
H A Dstd.debug5 options BUF_TRACKING # Track buffer history
7 options FULL_BUF_TRACKING # Track more buffer history

12345678910