Searched refs:all_fkeys (Results 1 – 1 of 1) sorted by relevance
2582 const struct tinfo_fkeys *all_fkeys = _nc_tinfo_fkeys; in get_fkey_list() local2589 for (j = 0; all_fkeys[j].code; j++) { in get_fkey_list()2590 char *a = tp->Strings[all_fkeys[j].offset]; in get_fkey_list()2592 result[used].keycode = (int) all_fkeys[j].code; in get_fkey_list()2593 result[used].name = strnames[all_fkeys[j].offset]; in get_fkey_list()