Home
last modified time | relevance | path

Searched refs:maxhist (Results 1 - 1 of 1) sorted by relevance

/third_party/mksh/
H A Dhistrap.c486 int maxhist = histptr - history; in findhist() local
490 if (start < 0 || start >= maxhist) in findhist()
491 start = maxhist; in findhist()

Completed in 3 milliseconds