HomeSort by: relevance | last modified time | path
    Searched refs:MAPPING_UNUSED (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
keymap.h 89 #define MAPPING_UNUSED (0 - MAX_CHAR) /* never been used */
getch.c 268 if (current->mapping[(unsigned char)chr] == MAPPING_UNUSED) {
494 new_map->mapping[i] = MAPPING_UNUSED; /* no mapping for char */

Completed in 13 milliseconds