Home
last modified time | relevance | path

Searched refs:grpmax (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1465 unsigned grpmax; /* The maximum group number in the buffer */ in _glh_show_history() local
1492 grpmax = 0; in _glh_show_history()
1494 if(node->group > grpmax) in _glh_show_history()
1495 grpmax = node->group; in _glh_show_history()
1500 snprintf(buffer, sizeof(buffer), "%u", (unsigned) grpmax); in _glh_show_history()