Searched refs:Hist (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/bin/csh/ |
| H A D | hist.c | 40 static void hfree(struct Hist *); 41 static void dohist1(struct Hist *, int *, int, int); 42 static void phist(struct Hist *, int); 47 struct Hist *hp, *np; in savehist() 74 struct Hist * 77 struct Hist *np; in enthist() 79 np = (struct Hist *) xmalloc((size_t) sizeof(*np)); in enthist() 96 hfree(struct Hist *hp) in hfree() 143 dohist1(struct Hist *hp, int *np, int rflg, int hflg) in dohist1() 162 phist(struct Hist *hp, int hflg) in phist()
|
| H A D | csh.h | 438 extern struct Hist { struct 442 struct Hist *Hnext; argument
|
| H A D | lex.c | 55 static struct Hist 1084 struct Hist *hp; in gethent() 1198 static struct Hist * 1201 struct Hist *hp; in findev()
|
| H A D | extern.h | 161 struct Hist *
|
| /openbsd-src/gnu/llvm/llvm/lib/LineEditor/ |
| H A D | LineEditor.cpp | 99 History *Hist; member 203 Data->Hist = ::history_init(); in LineEditor() 204 assert(Data->Hist); in LineEditor() 211 ::el_set(Data->EL, EL_HIST, history, Data->Hist); in LineEditor() 224 ::history(Data->Hist, &HE, H_SETSIZE, 800); in LineEditor() 225 ::history(Data->Hist, &HE, H_SETUNIQUE, 1); in LineEditor() 232 ::history_end(Data->Hist); in ~LineEditor() 240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str()); in saveHistory() 247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str()); in loadHistory() 267 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
| H A D | FuzzerUnittest.cpp | 645 std::vector<size_t> Hist(N); in TEST() local 647 Hist[C->ChooseUnitIdxToMutate(Rand)]++; in TEST() 651 EXPECT_GT(Hist[i], TriesPerUnit / N / 3); in TEST()
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | australasia | 1395 # Queensland Hist J. 2017 Aug;23(6):389-403
|
| H A D | asia | 1490 # to meddle in God's Time? Comp Stud Soc Hist. 1985;27(3):385-400]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 9447 if (const FieldDecl *Hist = HistoryStack.pop_back_val()) in checkIsValidOpenCLKernelParameter() local 9448 ValidTypes.insert(Hist->getType().getTypePtr()); in checkIsValidOpenCLKernelParameter()
|