Searched refs:Hist (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.hist.c | 43 static void hfree (struct Hist *); 70 static struct Hist *histTail = NULL; /* last element on history list */ 71 static struct Hist *histMerg = NULL; /* last element merged by Htime */ 73 static void insertHistHashTable(struct Hist *, unsigned); 77 hinsert(struct Hist *hp, struct Hist *pp) in hinsert() 79 struct Hist *fp = pp->Hnext; /* following element, if any */ in hinsert() 91 hremove(struct Hist *hp) in hremove() 93 struct Hist *pp = hp->Hprev; in hremove() 110 struct Hist *hp, *np; in discardExcess() 618 renumberHist(struct Hist *p) in renumberHist() [all …]
|
H A D | sh.lex.c | 54 static struct Hist *findev (Char *, int); 906 struct Hist *hst; in dosub() 1170 struct Hist *hp; in gethent() 1293 static struct Hist * 1296 struct Hist *hp; in findev()
|
H A D | ed.chared.c | 464 struct Hist *h = Histlist.Hnext; in c_expand() 963 struct Hist *hp; in GetHistLine() 1705 struct Hist *hp; in e_toggle_hist() 1845 struct Hist *hp; in e_up_search_hist() 1920 struct Hist *hp; in e_down_search_hist() 2110 struct Hist *hp; in e_last_item() 2151 struct Hist *hp; in e_dabbrev_expand()
|
H A D | sh.h | 1070 EXTERN struct Hist { struct 1076 struct Hist *Hnext, *Hprev; /* doubly linked list */ argument
|
H A D | sh.decls.h | 219 extern struct Hist *enthist (int, struct wordent *, int, int, int);
|
/freebsd/contrib/llvm-project/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, in readLine() [all...] |
/freebsd/contrib/tzdata/ |
H A D | australasia | 1332 # Queensland Hist J. 2017 Aug;23(6):389-403
|
H A D | asia | 1468 # to meddle in God's Time? Comp Stud Soc Hist. 1985;27(3):385-400]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 9535 if (const FieldDecl *Hist = HistoryStack.pop_back_val()) in checkIsValidOpenCLKernelParameter() local 9536 ValidTypes.insert(Hist->getType().getTypePtr()); in checkIsValidOpenCLKernelParameter()
|