Searched refs:cl_lst (Results 1 – 2 of 2) sorted by relevance
287 cl_setl(struct cl_attr **cl_lst) in cl_setl() argument293 if (cl_lst) { in cl_setl()294 for (cl_NClasses = 0; cl_lst[cl_NClasses]; cl_NClasses++) in cl_setl()295 if (strcmp(cl_lst[cl_NClasses]->name, "none") == 0) in cl_setl()299 pt = cl_lst[sn]; in cl_setl()301 cl_lst[i] = cl_lst[i - 1]; in cl_setl()302 cl_lst[0] = pt; in cl_setl()306 if (strcmp(cl_lst[i]->name, "none") == 0) in cl_setl()308 cl_lst[sn] = cl_lst[sn + 1]; in cl_setl()311 cl_Classes = cl_lst; in cl_setl()
351 extern void cl_setl __P((struct cl_attr **cl_lst));