HomeSort by: relevance | last modified time | path
    Searched refs:Hist (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/csh/
hist.c 1 /* $NetBSD: hist.c,v 1.22 2019/01/05 16:54:00 christos Exp $ */
35 static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: hist.c,v 1.22 2019/01/05 16:54:00 christos Exp $");
49 static void hfree(struct Hist *);
50 static void dohist1(struct Hist *, int *, int, int);
51 static void phist(struct Hist *, int);
56 struct Hist *hp, *np;
87 loadhist(struct Hist *hp) {
100 struct Hist *
103 struct Hist *np
    [all...]
csh.h 116 extern int justpr; /* Just print because of :p hist mod */
465 extern struct Hist {
469 struct Hist *Hnext;
476 extern Char HIST; /* history invocation character */
extern.h 174 * hist.c
177 struct Hist *enthist(int, struct wordent *, int);
179 void loadhist(struct Hist *);
lex.c 64 static struct Hist *findev(Char *, int);
308 if (c != HIST)
323 if (c == HIST)
349 if (c != HIST)
424 if (c == HIST && (flag & DOEXCL)) {
1121 struct Hist *hp;
1128 c = sc == HISTSUB ? HIST : getC(0);
1129 if (c == HIST) {
1161 ungetC(HIST);
1177 ungetC(HIST);
    [all...]
csh.c 145 struct Hist Histlist;
149 Char HIST;
230 HIST = '!';
434 case 'v': /* -v Echo hist expanded input */
440 case 'V': /* -V Echo hist expanded input */
785 OHIST = HIST;
829 HIST = '\0';
861 HIST = OHIST;
1445 if (*cp == HIST)
1448 if (*cp == '\\' && cp[1] == HIST)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 601 Vector<size_t> Hist(N);
603 Hist[C->ChooseUnitIdxToMutate(Rand)]++;
607 EXPECT_GT(Hist[i], TriesPerUnit / N / 3);

Completed in 24 milliseconds