Searched refs:LABLEN (Results 1 – 3 of 3) sorted by relevance
151 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()
104 #define LABLEN 8 /* max length of each label */ macro109 char _ldis[LABMAX][LABLEN+1]; /* labels suitable to display */110 char _lval[LABMAX][LABLEN+1]; /* labels' true values */
62 char *cp, nlab[LABLEN + 1]; in slk_set()