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