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

  /onnv/onnv-gate/usr/src/cmd/csh/
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.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 240 milliseconds