Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dslk_start.c149 if (plab_norm && (label_height * label_width >= LABLEN) && in _init_slk_func()
161 if ((len = (COLS - 1) / (num + 1)) > LABLEN) { in _init_slk_func()
163 len = LABLEN; in _init_slk_func()
H A Dcurshdr.h102 #define LABLEN 8 /* max length of each label */ macro
107 char _ldis[LABMAX][LABLEN+1]; /* labels suitable to display */
108 char _lval[LABMAX][LABLEN+1]; /* labels' true values */
H A Dslk_set.c60 char *cp, nlab[LABLEN + 1]; in slk_set()