Lines Matching refs:strcodes
101 extern char *strnames[], *strcodes[];
193 !capsearch(strcodes, ostrcodes, tbuf + 1)) in checktermcap()
246 if (capsearch(strcodes, ostrcodes, tbuf)) { in checktermcap()
319 for (i = 0; strcodes[i]; i++) { in filltables()
320 strval[uselevel][i] = otgetstr(strcodes[i], &nextstring); in filltables()
322 (void) fprintf(trace, "strcodes=%s, ", strcodes [i]); in filltables()
336 progname, term_name, strcodes[i], strnames[i]); in filltables()
442 for (i = 0; strcodes[i]; i++) in getcapstr()
443 if (strcmp(strcodes[i], capname) == 0) { in getcapstr()
1252 for (i = 0; strcodes[i]; i++) in print_no_use_entry()
1287 for (i = 0; strcodes[i]; i++) in print_use_entry()
1510 for (i = 0; strcodes [i]; i++) in inittables()
1515 sorttable(strnames, strcodes); in inittables()