HomeSort by: relevance | last modified time | path
    Searched refs:HIST (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/csh/
csh.c 145 struct Hist Histlist;
149 Char HIST;
230 HIST = '!';
434 case 'v': /* -v Echo hist expanded input */
440 case 'V': /* -V Echo hist expanded input */
785 OHIST = HIST;
829 HIST = '\0';
861 HIST = OHIST;
1445 if (*cp == HIST)
1448 if (*cp == '\\' && cp[1] == HIST)
    [all...]
lex.c 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);
    [all...]
csh.h 116 extern int justpr; /* Just print because of :p hist mod */
465 extern struct Hist {
469 struct Hist *Hnext;
476 extern Char HIST; /* history invocation character */
set.c 118 HIST = *pn++;
543 HIST = '!';

Completed in 15 milliseconds