Lines Matching refs:have
230 Cardinal have;
238 for (have = 0; have < want; ++have) {
243 fkey = tigetstr(strcpy(name, table[have].ti));
245 fkey = tgetstr(strcpy(name, table[have].tc), &area);
248 screen->tcap_fkeys[have] = x_strdup(fkey);
250 screen->tcap_fkeys[have] = NO_STRING;
640 Cardinal have;
642 for (have = 0; have < want; ++have) {
643 char *fkey = screen->tcap_fkeys[have];