Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c21 struct Hist *enthist(int, struct wordent *, bool);
60 (void) enthist(++eventno, sp, 1); in savehist()
64 enthist(int event, struct wordent *lp, bool docopy) in enthist() function
H A Dsh.h461 extern struct Hist *enthist(int, struct wordent *, bool);
H A Dsh.lex.c755 return (&enthist(-1000, &lex, 0)->Hlex); in dosub()