Lines Matching refs:tcap_fkeys
228 if (screen->tcap_fkeys == NULL) {
236 if ((screen->tcap_fkeys = TypeCallocN(char *, want)) != NULL) {
248 screen->tcap_fkeys[have] = x_strdup(fkey);
250 screen->tcap_fkeys[have] = NO_STRING;
275 && screen->tcap_fkeys[which] != NO_STRING) {
283 if ((fkey = screen->tcap_fkeys[k]) != NO_STRING
284 && !strcmp(fkey, screen->tcap_fkeys[which])) {
471 if ((fkey = screen->tcap_fkeys[which]) != NO_STRING) {
638 if (screen->tcap_fkeys != NULL) {
643 char *fkey = screen->tcap_fkeys[have];
648 FreeAndNull(screen->tcap_fkeys);