Searched refs:tlist (Results 1 – 2 of 2) sorted by relevance
62 struct typelist *tlist; in TypesCmd() local86 tlist = (struct typelist *) resp->data; in TypesCmd()87 printf("There are %d total types:\n", tlist->numtypes); in TypesCmd()88 if (tlist->numtypes > 0) { in TypesCmd()92 for (k = 0; k < tlist->numtypes; k++) { in TypesCmd()93 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
105 #define IS_PROVIDER_TRIED(pd, tlist) \ argument106 (tlist != NULL && is_in_triedlist(pd, tlist))