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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dslk_start.c151 if (plab_norm && (label_height * label_width >= LABLEN) &&
163 if ((len = (COLS - 1) / (num + 1)) > LABLEN) {
165 len = LABLEN;
H A Dslk_set.c62 char *cp, nlab[LABLEN + 1];
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 */

Completed in 15 milliseconds