Home
last modified time | relevance | path

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

/netbsd/src/lib/libcurses/
Dkeymap.h89 #define MAPPING_UNUSED (0 - MAX_CHAR) /* never been used */ macro
Dgetch.c268 if (current->mapping[(unsigned char)chr] == MAPPING_UNUSED) { in add_new_key()
494 new_map->mapping[i] = MAPPING_UNUSED; /* no mapping for char */ in new_keymap()