HomeSort by: relevance | last modified time | path
    Searched refs:history (Results 1 - 25 of 151) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/public-domain/xz/dist/src/liblzma/delta/
delta_private.h 25 /// Position in history[]
28 /// Buffer to hold history of the original data
29 uint8_t history[LZMA_DELTA_DIST_MAX]; member in struct:__anon24619
delta_encoder.c 27 const uint8_t tmp = coder->history[
29 coder->history[coder->pos-- & 0xFF] = in[i];
43 const uint8_t tmp = coder->history[
45 coder->history[coder->pos-- & 0xFF] = buffer[i];
delta_decoder.c 23 buffer[i] += coder->history[(distance + coder->pos) & 0xFF];
24 coder->history[coder->pos-- & 0xFF] = buffer[i];
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlbasic.c 8 # include "history.h"
11 # include <readline/history.h>
readlinebuf.h 36 #include <readline/history.h>
130 readlinebuf( const char* prompt = NULL, bool history = true )
131 : prompt_( prompt ), history_( history ),
rlkeymaps.c 8 # include "history.h"
11 # include <readline/history.h>
rltest.c 10 reading lines of text with interactive input and history editing.
41 # include "history.h"
44 # include <readline/history.h>
  /src/sys/arch/amiga/stand/bootblock/ppcboot/
ppcstart.c 44 bootpartoff, history)
48 bootpartoff, history;
  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlbasic.c 12 # include "history.h"
15 # include <readline/history.h>
readlinebuf.h 36 #include <readline/history.h>
130 readlinebuf( const char* prompt = NULL, bool history = true )
131 : prompt_( prompt ), history_( history ),
rlkeymaps.c 8 # include "history.h"
11 # include <readline/history.h>
rltest.c 10 reading lines of text with interactive input and history editing.
45 # include "history.h"
48 # include <readline/history.h>
  /src/lib/libedit/TEST/
tc1.c 132 History *hist;
141 hist = history_init(); /* Init the builtin history */
143 history(hist, &ev, H_SETSIZE, 100);
154 /* Tell editline to use this history interface */
155 el_set(el, EL_HIST, history, hist);
165 * of previous and next history.
215 * moved around in history.
217 if (history(hist, &ev, H_SET, lastevent) == -1)
219 history(hist, &ev, H_ADD , buf);
221 history(hist, &ev, H_ENTER, buf)
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 160 session->history = 0;
167 if (session->history) {
168 argv_free(session->history);
169 session->history = 0;
180 if (session->history == 0)
181 session->history = argv_alloc(10);
183 argv_add(session->history, line, (char *) 0);
455 if (session->history == 0)
456 msg_panic("%s: no conversation history", myname);
498 argv_terminate(session->history);
    [all...]
  /src/external/bsd/bc/dist/
bcdefs.h 58 #include <readline/history.h>
196 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n)
197 #define UNLIMIT_HISTORY history(hist, &histev, H_SETSIZE, INT_MAX)
  /src/external/bsd/ntp/dist/libntp/
ntp_lineedit.c 22 # include <readline/history.h>
57 static History * ntp_hist;
110 history(ntp_hist, &hev, H_SETSIZE, 128);
112 el_set(ntp_el, EL_HIST, history,
193 history(ntp_hist, &hev, H_ENTER, cline);
  /src/external/mpl/bind/dist/bin/dig/
readline.h 33 #include <readline/history.h>
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 146 if (state->history) {
147 argv_free(state->history);
148 state->history = 0;
162 if (state->history == 0)
163 state->history = argv_alloc(10);
165 argv_add(state->history, line, (char *) 0);
304 if (state->history == 0)
305 msg_panic("%s: no conversation history", myname);
344 argv_terminate(state->history);
345 for (cpp = state->history->argv; *cpp; cpp++
    [all...]
  /src/bin/sh/
histedit.c 54 * Editline and history functions (and glue).
78 History *hist; /* history cookie */
102 * Set history and editing status. Called whenever the status may
118 * turn history on
128 out2str("sh: can't initialize history\n");
175 el_set(el, EL_HIST, history, hist);
219 VTRACE(DBG_HISTORY, ("line editing & history disabled\n"));
274 history(hist, &he, H_SETSIZE, histsize + 1);
275 history(hist, &he, H_SETUNIQUE, 1)
    [all...]
  /src/lib/libedit/
readline.c 178 static History *h = NULL;
245 len = strlen(p->pw_dir) + sizeof("/.history");
249 (void)snprintf(path, len, "%s/.history", p->pw_dir);
341 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
344 el_set(e, EL_HIST, history, h);
495 history(h, &ev, H_GETSIZE);
504 * history functions
509 * history expansion functions
586 if (history(h, &ev, H_FIRST) != 0)
643 if (history(h, &ev, H_CURR) != 0)
    [all...]
  /src/external/gpl3/gdb/lib/libreadline/arch/aarch64/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
  /src/external/gpl3/gdb/lib/libreadline/arch/aarch64eb/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
  /src/external/gpl3/gdb/lib/libreadline/arch/alpha/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
  /src/external/gpl3/gdb/lib/libreadline/arch/arm/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o
  /src/external/gpl3/gdb/lib/libreadline/arch/armeb/
defs.mk 6 G_OBJECTS=readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o

Completed in 220 milliseconds

1 2 3 4 5 6 7