Home
last modified time | relevance | path

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

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