Lines Matching defs:cellp
709 struct cons_cell_v1 *cellp = concell_list_v1;
711 for (; cellp; cellp = cellp->next)
712 if (strcmp(dbase, cellp->sw->dbase) == 0)
713 return (cellp->sw);
720 struct cons_cell *cellp = concell_list;
722 for (; cellp; cellp = cellp->next)
723 if (strcmp(dbase, cellp->sw->dbase) == 0)
724 return (cellp->sw);
882 struct cons_cell_v1 *cellp;
893 for (cellp = concell_list_v1; cellp; cellp = cellp->next) {
894 if (cellp->sw == conf) {
899 if (cellp == NULL) {
912 struct cons_cell *cellp;
923 for (cellp = concell_list; cellp; cellp = cellp->next) {
924 if (cellp->sw == conf) {
929 if (cellp == NULL) {