Searched refs:curprofile (Results 1 – 1 of 1) sorted by relevance
200 char *curprofile; in print_profs_long() local207 for (curprofile = ""; exec != NULL; exec = exec->next) { in print_profs_long()209 if (strcmp(curprofile, exec->name) != 0) { in print_profs_long()211 curprofile = exec->name; in print_profs_long()213 (void) printf(" %s", curprofile); in print_profs_long()215 pa = getprofnam(curprofile); in print_profs_long()