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

  /xsrc/external/mit/xterm/dist/
xtermcap.c 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]
    [all...]
ptyx.h 3079 char ** tcap_fkeys; member in struct:__anon65

Completed in 8 milliseconds