Home
last modified time | relevance | path

Searched refs:histlist (Results 1 – 25 of 33) sorted by relevance

12

/dports/shells/yash/yash-2.51/
H A Dhistory.c86 histlist_T histlist = { variable
228 histlist.count++; in new_entry()
236 if (histlist.count == 0) in need_remove_entry()
256 histlist.count--; in remove_entry()
263 if (histlist.count > 0) in remove_last_entry()
291 histlist.Oldest = histlist.Newest = Histlist; in clear_all_entries()
292 histlist.count = 0; in clear_all_entries()
331 l = histlist.Oldest; in search_entry_by_number()
342 l = histlist.Newest; in search_entry_by_number()
360 return histlist.Oldest; in get_nth_newest_entry()
[all …]
H A Dhistory.h60 extern histlist_T histlist;
61 #define Histlist (&histlist.link)
67 assert(link != &histlist.link); in ashistentry()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_history.c44 static struct histent *histlist = NULL; variable
368 cp_lastone = histlist = TMALLOC(struct histent, 1); in cp_addhistent()
396 for (hi = histlist; hi; hi = hi->hi_next) in getevent()
421 for (hi = histlist; hi->hi_next; hi = hi->hi_next) in cp_hprint()
433 for (hi = histlist; hi; hi = hi->hi_next) in cp_hprint()
459 hi = histlist; in freehist()
461 while (num-- && histlist->hi_next) in freehist()
462 histlist = histlist->hi_next; in freehist()
464 if (histlist->hi_prev) { in freehist()
465 histlist->hi_prev->hi_next = NULL; in freehist()
[all …]
/dports/mail/alpine/alpine-465e23b/pith/
H A Dhist.c207 static HISTORY_S **histlist[100]; variable
217 if(!histlist[i]) in add_to_histlist()
221 histlist[i] = history; in add_to_histlist()
232 if(histlist[i]) in free_histlist()
233 free_hist(histlist[i]); in free_histlist()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dhist.c207 static HISTORY_S **histlist[100]; variable
217 if(!histlist[i]) in add_to_histlist()
221 histlist[i] = history; in add_to_histlist()
232 if(histlist[i]) in free_histlist()
233 free_hist(histlist[i]); in free_histlist()
/dports/shells/elvish/elvish-0.17.0/pkg/edit/
H A Dinit.elv41 &Ctrl-R= $histlist:start~
72 histlist:binding = (binding-table [
73 &Ctrl-D= $histlist:toggle-dedup~
142 &Ctrl-R= $histlist:start~
H A Dlisting_test.go94 evals(f.Evaler, `edit:histlist:toggle-dedup`)
106 evals(f.Evaler, `edit:histlist:toggle-dedup`)
/dports/devel/fpc-fv/fpc-3.2.2/packages/fv/
H A Dfpmake.pp47 AddUnit('histlist');
82 AddUnit('histlist');
109 AddUnit('histlist');
150 T:=P.Targets.AddUnit('histlist.pas');
218 AddUnit('histlist');
H A DMakefile.fpc.fpcmake12 fvcommon fvconsts gadgets histlist inplong memory \
/dports/lang/fpc-source/fpc-3.2.2/packages/fv/
H A Dfpmake.pp47 AddUnit('histlist');
82 AddUnit('histlist');
109 AddUnit('histlist');
150 T:=P.Targets.AddUnit('histlist.pas');
218 AddUnit('histlist');
H A DMakefile.fpc.fpcmake12 fvcommon fvconsts gadgets histlist inplong memory \
/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Dnewnews.c35 char **distlist, **histlist; local
197 histcount = get_histlist(&histlist, ngp);
210 histlist, histcount))
214 if (!distmatch(distlist, distcount, histlist, histcount))
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Dnewnews.c35 char **distlist, **histlist; local
197 histcount = get_histlist(&histlist, ngp);
210 histlist, histcount))
214 if (!distmatch(distlist, distcount, histlist, histcount))
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DGenDBI.pm283 my @histlist = ();
285 $self->{histlist} = \@histlist;
659 my $histlist = $self->{histlist};
661 foreach my $aval (@{$histlist})
4160 my $histlist = $self->{histlist};
4165 shift @{$histlist} ;
4175 my $histlist = $self->{histlist};
4176 my $aval = $histlist->[0];
4185 return $histlist->[$hidx];
4202 my $histlist = $self->{histlist};
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/mods/readlinebinding/
H A Dreadline-binding.elv61 b={|k f| set edit:histlist:binding[$k] = $f } {
62 $b Alt-d $edit:histlist:toggle-dedup~
/dports/devel/fpc-fv/fpc-3.2.2/packages/fv/src/
H A Dbuildfv.pas27 histlist,
/dports/lang/fpc-source/fpc-3.2.2/packages/fv/src/
H A Dbuildfv.pas27 histlist,
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3wx/src/
H A DMakefile.am12 cr3_SOURCES = cr3.cpp histlist.cpp optdlg.cpp toc.cpp view.cpp wolopt.cpp
H A DMakefile.in54 am_cr3_OBJECTS = cr3.$(OBJEXT) histlist.$(OBJEXT) optdlg.$(OBJEXT) \
185 cr3_SOURCES = cr3.cpp histlist.cpp optdlg.cpp toc.cpp view.cpp wolopt.cpp
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/histlist.Po@am__quote@
H A Dcr3.dsp161 SOURCE=.\histlist.cpp
194 SOURCE=.\histlist.h
/dports/shells/elvish/elvish-0.17.0/website/blog/
H A D0.9-release-notes.md47 `le:histlist:up` and `le:bang:up`. These have been merged into simply
52 in their own tables (`$edit:binding[loc]`, `$edit:binding[histlist]` and
/dports/shells/yash/yash-2.51/lineedit/
H A Dediting.c2753 if (count == 0 || histlist.count == 0) in cmd_vi_append_last_bigword()
2757 lastcmd = malloc_mbstowcs(ashistentry(histlist.Newest)->value); in cmd_vi_append_last_bigword()
3302 go_to_history_absolute(histlist.Oldest, SEARCH_PREFIX); in cmd_oldest_history()
3311 go_to_history_absolute(histlist.Newest, SEARCH_PREFIX); in cmd_newest_history()
3329 go_to_history_absolute(histlist.Oldest, SEARCH_VI); in cmd_oldest_history_bol()
3338 go_to_history_absolute(histlist.Newest, SEARCH_VI); in cmd_newest_history_bol()
3356 go_to_history_absolute(histlist.Oldest, SEARCH_EMACS); in cmd_oldest_history_eol()
3365 go_to_history_absolute(histlist.Newest, SEARCH_EMACS); in cmd_newest_history_eol()
3386 if (histlist.count == 0) in go_to_history_absolute()
/dports/chinese/enscript/enscript-1.6.6/states/hl/
H A Dtcsh.st75 histfile histlist history home ignoreeof inputmode listjobs listlinks
/dports/print/enscript-letterdj/enscript-1.6.6/states/hl/
H A Dtcsh.st75 histfile histlist history home ignoreeof inputmode listjobs listlinks
/dports/print/enscript-letter/enscript-1.6.6/states/hl/
H A Dtcsh.st75 histfile histlist history home ignoreeof inputmode listjobs listlinks

12