HomeSort by: relevance | last modified time | path
    Searched defs:the_key (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libcurses/
getch.c 261 key_entry_t *the_key; local in function:add_new_key
286 the_key = new_key();
288 current->key[ki + i] = &the_key[i];
300 the_key = current->key[ki];
302 the_key->type = key_type;
308 the_key->value.next = new_keymap();
309 the_key->enable = TRUE;
315 the_key->value.symbol = symbol;
316 the_key->enable = TRUE;
326 the_key = current->key[current->mapping[(unsigned char)chr]]
    [all...]

Completed in 11 milliseconds