Home
last modified time | relevance | path

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

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