Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/cscope-fast/
H A Ddisplay.c66 static int booklen; /* OGS book name display field length */ variable
187 (void) printw("%-*s ", booklen, "Book"); in display()
207 width -= subsystemlen + booklen + 2; in display()
252 (void) printw("%-*.*s ", booklen, booklen, in display()
498 booklen = 4; /* strlen("Book") */ in countrefs()
519 if ((i = strlen(book)) > booklen) { in countrefs()
520 booklen = i; in countrefs()
544 if (booklen > i && i > 4) { in countrefs()
545 booklen = i; in countrefs()