Lines Matching defs:pctab
76 } *pctab;
472 if ((pctab = (struct ctab *)malloc(sizeof (struct ctab))) == NULL) {
477 pctab->ct_uid = c->ct_uid;
478 CPYN(pctab->ct_name, c->ct_name);
479 pctab->ct_con[0] = c->ct_con[0];
480 pctab->ct_con[1] = c->ct_con[1];
481 pctab->ct_sess = 1;
483 if (*(pt = (struct ctab **)tsearch((void *)pctab, (void **)&root, \
489 if (*pt != pctab) {
493 free(pctab);