Home
last modified time | relevance | path

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

/minix3/external/bsd/mdocml/dist/
H A Dtbl_layout.c43 #define KEYS_MAX 11 macro
45 static const struct tbl_phrase keys[KEYS_MAX] = {
223 for (i = 0; i < KEYS_MAX; i++) in cell()
227 if (KEYS_MAX == i) { in cell()