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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1467 unsigned grpmax; /* The maximum group number in the buffer */ local
1468 int grplen; /* The number of characters needed to print grpmax */
1494 grpmax = 0;
1496 if(node->group > grpmax)
1497 grpmax = node->group;
1502 snprintf(buffer, sizeof(buffer), "%u", (unsigned) grpmax);

Completed in 49 milliseconds