Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dhistory.c1467 unsigned grpmax; /* The maximum group number in the buffer */ in _glh_show_history() local
1494 grpmax = 0; in _glh_show_history()
1496 if(node->group > grpmax) in _glh_show_history()
1497 grpmax = node->group; in _glh_show_history()
1502 snprintf(buffer, sizeof(buffer), "%u", (unsigned) grpmax); in _glh_show_history()