Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c23 void dohist1(struct Hist *, int *, int, int);
131 dohist1(Histlist.Hnext, &n, rflg, hflg); in dohist()
135 dohist1(struct Hist *hp, int *np, int rflg, int hflg) in dohist1() function
147 dohist1(hp->Hnext, np, rflg, hflg); in dohist1()