Searched refs:histtail (Results 1 – 3 of 3) sorted by relevance
1894 static osfar_t unsigned char *histtail = 0; variable1941 if (hst == histtail) in ossprvcmd()1947 } while (*hst && hst != histtail); /* go until previous command */ in ossprvcmd()2292 histhead = histtail = histbuf; in os_gets_timeout()2527 if (histhead == histtail) in os_gets_timeout()2529 histtail = ossadvhp(histtail); in os_gets_timeout()2542 while(*histtail) in os_gets_timeout()2543 histtail = ossadvhp(histtail); in os_gets_timeout()2544 histtail = ossadvhp(histtail); in os_gets_timeout()
3400 static osfar_t char *histtail = 0; variable3448 if (hst == histtail) in ossprvcmd()3458 } while (*hst && hst != histtail); in ossprvcmd()3852 histhead = histtail = histbuf; in os_gets_begin()4052 if (histhead == histtail) in os_gets_process()4054 histtail = ossadvhp(histtail); in os_gets_process()4067 while(*histtail) in os_gets_process()4068 histtail = ossadvhp(histtail); in os_gets_process()4069 histtail = ossadvhp(histtail); in os_gets_process()
84 (let ((histtail ()))89 (set! histtail histtop))91 (set-cdr! histtail (list line))92 (set! histtail (cdr histtail)))))))