Searched refs:ctab (Results 1 – 2 of 2) sorted by relevance
71 struct ctab { struct455 if (((const struct ctab *)node1)->ct_uid > in node_compare()456 ((const struct ctab *)node2)->ct_uid) in node_compare()458 else if (((const struct ctab *)node1)->ct_uid < in node_compare()459 ((const struct ctab *)node2)->ct_uid) in node_compare()470 struct ctab **pt; in enter()472 if ((pctab = (struct ctab *)malloc(sizeof (struct ctab))) == NULL) { in enter()483 if (*(pt = (struct ctab **)tsearch((void *)pctab, (void **)&root, \ in enter()502 tb.ta_uid = (*(struct ctab **)node)->ct_uid; in print_node()503 CPYN(tb.ta_name, (*(struct ctab **)node)->ct_name); in print_node()[all …]
104 #define CBEMPTY (ctab[i].ct_sess == 0)