HomeSort by relevance Sort by last modified time
    Searched refs:HIST (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.lex.c 44 struct Hist *findev(tchar *, bool);
104 if (HIST && c == HISTSUB && intty)
247 if (c != HIST)
260 if (c == HIST)
286 if (c != HIST)
366 if (c == HIST && (flag & DOEXCL)) {
970 struct Hist *hp;
979 c = sc == HISTSUB ? HIST : getC(0);
980 if (c == HIST) {
1011 ungetC(HIST);
    [all...]
sh.c 42 tchar HIST = '!';
356 case 'v': /* -v Echo hist expanded input */
364 case 'V': /* -V Echo hist expanded input */
685 tchar OHIST = HIST;
737 HIST = '\0';
769 HIST = OHIST;
1195 if (*cp == HIST)
1198 if (*cp == '\\' && cp[1] == HIST)
sh.glob.c 801 oHIST = HIST;
802 HIST = 0;
804 HIST = oHIST;
sh.set.c 117 HIST = *p++;
513 HIST = '!';
sh.h 116 bool justpr; /* Just print because of :p hist mod */
454 struct Hist {
458 struct Hist *Hnext;
465 tchar HIST; /* history invocation character */
484 extern struct Hist *enthist(int, struct wordent *, bool);

Completed in 3480 milliseconds