Searched defs:histlen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c33 int histlen = 0; local
48 histlen = 0;
51 histlen = histlen * 10 + *p++ - '0';
55 if (eventno - np->Href >= histlen || histlen == 0)
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1719 * histlen size_t The number of bytes to allocate for recording
1724 GetLine *new_GetLine(size_t linelen, size_t histlen) argument
1887 gl->glh = _new_GlHistory(histlen);

Completed in 88 milliseconds