Home
last modified time | relevance | path

Searched refs:histsave (Results 1 – 25 of 29) sorted by relevance

12

/dports/databases/sqsh/sqsh-2.5/src/
H A Dsqsh_init.c274 char *histsave; local
287 env_get( g_env, "histsave", &histsave );
292 histsave = NULL;
295 if (g_interactive && (histsave == NULL || *histsave == '1') &&
H A Dsqsh_history.c880 char *histsave; local
897 env_get (g_env, "histsave", &histsave);
900 histsave == NULL || *histsave == '0')
/dports/audio/libvorbis/libvorbis-1.3.7/vq/
H A Dbookutil.c340 long *histsave=alloca(vals*sizeof(long)); in build_tree_from_lengths() local
341 memcpy(histsave,hist,vals*sizeof(long)); in build_tree_from_lengths()
391 bitsum+=(histsave[i]-1)*lengths[i]; in build_tree_from_lengths()
392 samples+=histsave[i]-1; in build_tree_from_lengths()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/vq/
H A Dbookutil.c341 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()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/vq/
H A Dbookutil.c341 long *histsave=alloca(vals*sizeof(long));
342 memcpy(histsave,hist,vals*sizeof(long));
392 bitsum+=(histsave[i]-1)*lengths[i];
393 samples+=histsave[i]-1;
/dports/shells/pdksh/pdksh-5.2.14/
H A Dhistory.c308 histsave(++(hist_source->line), p, 1);
606 histsave(lno, cmd, dowrite) in histsave() function
710 histsave(0, hline + pos, 0);
765 histsave(lno, cmd, dowrite) in histsave() function
1053 histsave(lno, (char *)line, 0);
1183 histsave(lno, cmd, dowrite) in histsave() function
H A Dproto.h86 void histsave ARGS((int lno, const char *cmd, int dowrite));
H A Dc_sh.c406 histsave(source->line, Xstring(xs, xp), 1);
H A Dc_ksh.c389 histsave(source->line, Xstring(xs, xp), 1);
H A Dlex.c1096 histsave(s->line, s->str, 1);
H A Dvi.c965 histsave(source->line, es->cbuf, 1);
/dports/shells/mksh/mksh/
H A Dhistrap.c367 histsave(&hist_source->line, cmd, HIST_STORE, true); in hist_execute()
553 histsave(NULL, NULL, HIST_DISCARD, true); in sethistfile()
609 histsave(int *lnp, const char *cmd, int svmode, bool ignoredups) in histsave() function
628 histsave(lnp, c, HIST_STORE, true); in histsave()
895 histsave(NULL, NULL, HIST_DISCARD, true); in hist_init()
944 histsave(&lno, (char *)(base + 4), HIST_NOTE, false); in histload()
H A Dlex.c1374 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
1449 histsave(&s->line, s->str, HIST_APPEND, true); in getsc_line()
1451 histsave(&s->line, s->str, HIST_QUEUE, true); in getsc_line()
1461 histsave(&s->line, NULL, HIST_FLUSH, true); in getsc_line()
H A Dfuncs.c534 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_print()
1859 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false); in c_read()
H A Dedit.c2325 histsave(&source->line, xbuf, HIST_STORE, true); in x_intr()
3136 histsave(&source->line, xbuf, HIST_STORE, true); in x_edit_line()
4413 histsave(&source->line, vs->cbuf, in vi_cmd()
H A Dmain.c928 histsave(&s->line, NULL, HIST_FLUSH, true); in shell()
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/vq/
H A Dbookutil.c434 long *histsave=alloca(vals*sizeof(long)); in build_tree_from_lengths() local
435 memcpy(histsave,hist,vals*sizeof(long)); in build_tree_from_lengths()
485 bitsum+=(histsave[i]-1)*lengths[i]; in build_tree_from_lengths()
486 samples+=histsave[i]-1; in build_tree_from_lengths()
/dports/shells/oksh/oksh-7.0/
H A Dhistory.c308 histsave(++(hist_source->line), p, 1); in hist_execute()
660 histsave(int lno, const char *cmd, int dowrite) in histsave() function
794 histsave(line_co, line, 0); in history_load()
H A Dsh.h452 void histsave(int, const char *, int);
H A Dc_sh.c410 histsave(source->line, Xstring(xs, xp), 1); in c_read()
H A Dc_ksh.c360 histsave(source->line, Xstring(xs, xp), 1); in c_print()
H A Dlex.c1158 histsave(s->line, s->str, 1); in getsc_line()
H A Dvi.c973 histsave(source->line, es->cbuf, 1); in vi_cmd()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c223 static struct histsave { struct
3775 struct histsave *h; in pushhiststack()
3781 histsave_stack_size * sizeof (struct histsave)); in pushhiststack()
3831 struct histsave *h; in pophiststack()
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DGenDBI.pm288 $self->{histsave} = 0; # autosave
674 $self->{histsave} = 1
723 if ($self->{histsave})
4863 if ($self->{histsave})

12