Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c501 int i, l, currlinecols, maxwords, wtextlen, tablen, wordcols; in text_properties() local
520 currlinecols = 0; in text_properties()
542 currlinecols += wordcols; in text_properties()
552 currlinecols += tablen; in text_properties()
559 tp->maxline = MAX(tp->maxline, currlinecols); in text_properties()
560 currlinecols = 0; in text_properties()
566 currlinecols += 1; in text_properties()
585 tp->maxline = MAX(tp->maxline, currlinecols); in text_properties()