Searched refs:enthist (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.hist.c | 20 struct Hist *enthist(int, struct wordent *, bool); 59 (void) enthist(++eventno, sp, 1); in savehist() 63 enthist(int event, struct wordent *lp, bool docopy) in enthist() function
|
H A D | sh.h | 484 extern struct Hist *enthist(int, struct wordent *, bool);
|
H A D | sh.lex.c | 748 return (&enthist(-1000, &lex, 0)->Hlex); in dosub()
|