Home | History | Annotate | Download | only in csh

Lines Matching refs:Hist

64 static struct Hist *findev(Char *, int);
308 if (c != HIST)
323 if (c == HIST)
349 if (c != HIST)
424 if (c == HIST && (flag & DOEXCL)) {
1121 struct Hist *hp;
1128 c = sc == HISTSUB ? HIST : getC(0);
1129 if (c == HIST) {
1161 ungetC(HIST);
1177 ungetC(HIST);
1233 static struct Hist *
1236 struct Hist *hp;