Searched refs:histsave (Results 1 – 7 of 7) sorted by relevance
/external/libvorbis/vq/ |
D | bookutil.c | 341 long *histsave=alloca(vals*sizeof(long)); in build_tree_from_lengths() local 342 memcpy(histsave,hist,vals*sizeof(long)); in build_tree_from_lengths() 392 bitsum+=(histsave[i]-1)*lengths[i]; in build_tree_from_lengths() 393 samples+=histsave[i]-1; in build_tree_from_lengths()
|
/external/mksh/src/ |
D | histrap.c | 386 histsave(&hist_source->line, cmd, HIST_STORE, true); in hist_execute() 573 histsave(NULL, NULL, HIST_DISCARD, true); in sethistfile() 629 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) in histsave() function 648 histsave(lnp, c, HIST_STORE, true); in histsave() 749 histsave(NULL, NULL, HIST_DISCARD, true); in hist_init() 906 histsave(&lno, (char *)(base + 4), HIST_NOTE, false); in histload()
|
D | lex.c | 1436 histsave(&s->line, s->str, HIST_APPEND, true); in getsc_line() 1438 histsave(&s->line, s->str, HIST_QUEUE, true); in getsc_line() 1448 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
|
D | funcs.c | 456 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_print() 2112 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_read()
|
D | main.c | 818 histsave(&s->line, NULL, HIST_FLUSH, true); in shell()
|
D | sh.h | 1800 void histsave(int *, const char *, int, bool);
|
D | edit.c | 3081 histsave(&source->line, xbuf, HIST_STORE, true); in x_edit_line() 4368 histsave(&source->line, es->cbuf, in vi_cmd()
|