Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c1466 int grplen; /* The number of characters needed to print grpmax */ in _glh_show_history() local
1501 grplen = strlen(buffer); in _glh_show_history()
1585 snprintf(buffer, sizeof(buffer), "%*u", grplen, (unsigned) node->group); in _glh_show_history()