Home
last modified time | relevance | path

Searched refs:gethistent (Results 1 – 15 of 15) sorted by relevance

/dports/news/nntp/nntp-1.5.12.2_10/inetd/
H A Dihave.c57 cp = gethistent(argv[1], 1);
65 cp = gethistent(argv[1], 1);
H A Dcommon.h162 extern char *gethistent();
276 char *gethistent(char *msg_id, int lookup);
H A Dmisc.c99 gethistent(msg_id, lookup) in gethistent() function
288 path = gethistent(msg_id, 0);
H A Dxover.c432 if (!gethistent(cp, 0) || group_artnum == 0)
/dports/news/nntp/nntp-1.5.12.2_10/server/
H A Dihave.c57 cp = gethistent(argv[1], 1);
65 cp = gethistent(argv[1], 1);
H A Dcommon.h162 extern char *gethistent();
276 char *gethistent(char *msg_id, int lookup);
H A Dmisc.c99 gethistent(msg_id, lookup) in gethistent() function
288 path = gethistent(msg_id, 0);
H A Dxover.c432 if (!gethistent(cp, 0) || group_artnum == 0)
/dports/news/cnews/cnews-cr.g_18/contrib/msgidd/
H A Dihave.c.diffs40 ! cp = gethistent(argv[1], 1);
55 ! cp = gethistent(argv[1], 1);
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dhist.c1255 Histent he = gethistent(hl, dir); in addhistnum()
1304 gethistent(zlong ev, int nearmatch) in gethistent() function
2378 return gethistent(ev, GETHIST_EXACT); in quietgethist()
2866 he = gethistent(lasthist.next_write_ev, GETHIST_DOWNWARD); in savehistfile()
H A Dbuiltin.c1773 ent = gethistent(first, first < last? GETHIST_DOWNWARD : GETHIST_UPWARD); in fclist()
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dparameter.c1191 Histent he = gethistent(i, GETHIST_UPWARD); in scanpmhistory()
1222 Histent he = gethistent(i, GETHIST_UPWARD); in histwgetfn()
/dports/news/nntp/nntp-1.5.12.2_10/
H A DCHANGES150 IHAVE speed up by having gethistent() just do a check for an article
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompctl.c3802 Histent he = gethistent(i, GETHIST_UPWARD); in makecomplistflags()
/dports/shells/zsh/zsh-5.8.1/Etc/
H A DChangeLog-3.13029 * 12265: Src/hist.c: Fixed gethistent(). Fixed a race condition